Searched defs:wBottom (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h106 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom) argument
126 InterpolateLastColumn(uint32* t, const uint8* s, const uint8* sBottom, uint16 wTop, uint16 wBottom) argument
147 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, uint16 wLeft, uint16 wTop, uint16 wRight, uint16 wBottom) argument
171 InterpolateLastColumn(uint32* t, const uint8* s, const uint8* sBottom, uint16 wTop, uint16 wBottom) argument
250 const uint16 wBottom = 255 - this->fWeightsY[y1].weight; local
332 const uint16 wBottom = 255 - fWeightsY[y1].weight; local
428 const uint16 wBottom = 255 - fWeightsY[y1].weight; local
[all...]

Completed in 88 milliseconds