Lines Matching defs:optempY
830 int optempX, optempY;
859 optempY = opY + j - srcY;
860 dstOffset = pixmapOffset + pixmapPitch * optempY +
873 optempY = opY + j - srcY;
874 dstOffset = pixmapOffset + pixmapPitch * optempY +
936 int optempX, optempY;
940 optempY = opY;
960 dstOffset = GetPixmapOffset(pxDst, optempX, optempY);
979 optempY += opHeight;
980 if (optempY >= opY + height)
987 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight
988 ? exaScratch.srcHeight : ((opY + height) - optempY);
990 else if (optempY == opY) {
994 opHeight = ((opY + height) - optempY) > (exaScratch.srcHeight -
997 - optempY);
1003 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight
1004 ? exaScratch.srcHeight : ((opY + height) - optempY);