Searched refs:sBottom (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h126 InterpolateLastColumn(uint32* t, const uint8* s, const uint8* sBottom, argument
129 t[0] = (s[0] * wTop + sBottom[0] * wBottom) >> 8;
130 t[1] = (s[1] * wTop + sBottom[1] * wBottom) >> 8;
131 t[2] = (s[2] * wTop + sBottom[2] * wBottom) >> 8;
171 InterpolateLastColumn(uint32* t, const uint8* s, const uint8* sBottom, argument
174 t[0] = (s[0] * wTop + sBottom[0] * wBottom) >> 8;
175 t[1] = (s[1] * wTop + sBottom[1] * wBottom) >> 8;
176 t[2] = (s[2] * wTop + sBottom[2] * wBottom) >> 8;
177 t[3] = (s[3] * wTop + sBottom[3] * wBottom) >> 8;
281 const uint8* sBottom local
369 const uint8* sBottom = s + fSourceBytesPerRow; local
443 const uint8* sBottom = s + fSourceBytesPerRow; local
[all...]

Completed in 46 milliseconds