Searched refs:xIndexMax (Results 1 – 1 of 1) sorted by relevance
243 int32 xIndexMax = xIndexR; in DrawToClipRect() local244 if (this->fWeightsX[xIndexMax].weight == 255) in DrawToClipRect()245 xIndexMax--; in DrawToClipRect()260 for (int32 x = xIndexL; x <= xIndexMax; x++) { in DrawToClipRect()279 if (xIndexMax < xIndexR && this->fSource->height() > 1) { in DrawToClipRect()300 for (int32 x = xIndexL; x <= xIndexMax; x++) { in DrawToClipRect()311 if (yMax < y2 && xIndexMax < xIndexR) { in DrawToClipRect()421 int32 xIndexMax = xIndexR; in DrawToClipRect() local422 if (fWeightsX[xIndexMax].weight == 255) in DrawToClipRect()423 xIndexMax--; in DrawToClipRect()[all …]