Lines Matching defs:opY
826 int opX, int opY, int srcX, int srcY)
859 optempY = opY + j - srcY;
873 optempY = opY + j - srcY;
931 int opY, int srcX, int srcY)
940 optempY = opY;
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 -
996 ? (exaScratch.srcHeight - srcY) : ((opY + height)
1003 opHeight = ((opY + height) - optempY) > exaScratch.srcHeight
1004 ? exaScratch.srcHeight : ((opY + height) - optempY);
1128 int opX, int opY, xPointFixed srcPoint)
1136 opoverY = opY;
1190 if (opoverY + opHeight == opY + height)
1195 if (opoverY + opHeight > opY + height)
1196 opHeight = opY + height - opoverY;
1230 int opY = dstY;
1371 opY -= srcY;
1402 dstOffset = GetPixmapOffset(pxDst, opX, opY);
1413 opY, srcPoint);
1423 lx_composite_onepass_special(pxDst, opWidth, opHeight, opX, opY,
1431 opWidth, opHeight, opX, opY, srcX,
1451 opY += opHeight;
1453 if (opY >= dstY + height)
1464 opHeight = ((dstY + height) - opY) > (exaScratch.srcHeight - maskY)
1465 ? (exaScratch.srcHeight - maskY) : (dstY + height) - opY;
1480 opHeight = ((dstY + height) - opY) >
1482 (exaScratch.srcHeight - srcY) : (dstY + height) - opY;
1487 opHeight = ((dstY + height) - opY) > exaScratch.srcHeight ?
1488 exaScratch.srcHeight : (dstY + height) - opY;
1495 ((dstY + height) - opY) >
1498 opY;