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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h243 int32 xIndexMax = xIndexR; local
244 if (this->fWeightsX[xIndexMax].weight == 255)
245 xIndexMax--;
260 for (int32 x = xIndexL; x <= xIndexMax; x++) {
279 if (xIndexMax < xIndexR && this->fSource->height() > 1) {
300 for (int32 x = xIndexL; x <= xIndexMax; x++) {
311 if (yMax < y2 && xIndexMax < xIndexR) {
421 int32 xIndexMax = xIndexR; local
422 if (fWeightsX[xIndexMax].weight == 255)
423 xIndexMax
[all...]

Completed in 37 milliseconds