Lines Matching defs:opX
826 int opX, int opY, int srcX, int srcY)
842 if (opX % 4 == 0 && srcX % 4 == 0) {
858 optempX = opX + i - srcX;
872 optempX = opX + i - srcX;
930 lx_composite_onepass_special(PixmapPtr pxDst, int width, int height, int opX,
939 optempX = opX;
977 if (optempX >= opX + width) {
978 optempX = opX;
983 if (optempX == opX) {
985 opWidth = ((opX + width) - optempX) > (exaScratch.srcWidth - srcX)
986 ? (exaScratch.srcWidth - srcX) : ((opX + width) - optempX);
992 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
993 ? exaScratch.srcWidth : ((opX + width) - optempX);
1001 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
1002 ? exaScratch.srcWidth : ((opX + width) - optempX);
1128 int opX, int opY, xPointFixed srcPoint)
1135 opoverX = opX;
1229 int opX = dstX;
1366 opX -= srcX;
1402 dstOffset = GetPixmapOffset(pxDst, opX, opY);
1412 srcOffset, opWidth, opHeight, opX,
1423 lx_composite_onepass_special(pxDst, opWidth, opHeight, opX, opY,
1431 opWidth, opHeight, opX, opY, srcX,
1447 opX += opWidth;
1449 if (opX >= dstX + width) {
1450 opX = dstX;
1462 opWidth = ((dstX + width) - opX) > (exaScratch.srcWidth - maskX)
1463 ? (exaScratch.srcWidth - maskX) : (dstX + width) - opX;
1476 ((dstX + width) - opX) >
1479 - opX;
1485 opWidth = ((dstX + width) - opX) > exaScratch.srcWidth ?
1486 exaScratch.srcWidth : (dstX + width) - opX;
1492 opWidth = ((dstX + width) - opX) > (exaScratch.srcWidth - srcY)
1493 ? (exaScratch.srcWidth - srcY) : (dstX + width) - opX;