Lines Matching refs:xEnd
3235 int xEnd, yEnd;
3256 xEnd = x + width;
3258 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
3259 ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
3382 int xEnd, yEnd;
3414 xEnd = x + width;
3416 if ((xEnd > masterPtr->width) || (yEnd > masterPtr->height)) {
3418 ImgPhotoSetSize(masterPtr, MAX(xEnd, masterPtr->width),
3645 int xEnd, yEnd;
3705 xEnd = xStart + width;
3731 for (x = xStart; x < xEnd; ++x) {
3818 for (x = xStart; x < xEnd; ++x) {
3869 for (x = xStart; x < xEnd; ++x) {