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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h107 uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom)
110 t[0] = (s[0] * wLeft + s[4] * wRight) * wTop;
111 t[1] = (s[1] * wLeft + s[5] * wRight) * wTop;
112 t[2] = (s[2] * wLeft + s[6] * wRight) * wTop;
116 t[0] += (s[0] * wLeft + s[4] * wRight) * wBottom;
117 t[1] += (s[1] * wLeft + s[5] * wRight) * wBottom;
118 t[2] += (s[2] * wLeft + s[6] * wRight) * wBottom;
135 InterpolateLastRow(uint32* t, const uint8* s, uint16 wLeft, argument
138 t[0] = (s[0] * wLeft + s[4] * wRight) >> 8;
139 t[1] = (s[1] * wLeft
106 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom) argument
147 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom) argument
181 InterpolateLastRow(uint32* t, const uint8* s, uint16 wLeft, uint16 wRight) argument
265 const uint16 wLeft = this->fWeightsX[x].weight; local
302 const uint16 wLeft = this->fWeightsX[x].weight; local
355 const uint16 wLeft = fWeightsX[x].weight; local
379 const uint16 wLeft = fWeightsX[x].weight; local
461 const uint16 wLeft = fWeightsX[x].weight; local
[all...]

Completed in 29 milliseconds