Lines Matching refs:opWidth

935     int opWidth, opHeight;
948 opWidth = exaScratch.srcWidth - srcX;
953 if (width < opWidth)
954 opWidth = width;
974 gp_screen_to_screen_convert(dstOffset, srcOffset, opWidth, opHeight, 0);
976 optempX += opWidth;
985 opWidth = ((opX + width) - optempX) > (exaScratch.srcWidth - srcX)
992 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
1001 opWidth = ((opX + width) - optempX) > exaScratch.srcWidth
1132 int opWidth, opHeight;
1144 opWidth = width;
1148 opWidth = width;
1165 gp_set_strides(opWidth * 4, exaScratch.srcPitch);
1168 gp_blend_mask_blt(exaScratch.bufferOffset, 0, opWidth, opHeight,
1180 gp_set_strides(exaGetPixmapPitch(pxDst), opWidth * 4);
1186 opWidth, opHeight, 0);
1231 int opWidth = width;
1254 opWidth = height;
1269 opWidth = height;
1279 opWidth += I(srcPoint.x);
1305 if ((exaScratch.srcWidth - maskX) < opWidth)
1306 opWidth = exaScratch.srcWidth - maskX;
1318 opWidth = width;
1326 opWidth = width;
1337 opWidth = width;
1341 if ((exaScratch.srcWidth - srcX) < opWidth)
1342 opWidth = exaScratch.srcWidth - srcX;
1352 opWidth = width;
1376 width = opWidth = exaScratch.srcWidth;
1382 if (exaScratch.srcWidth < opWidth)
1383 opWidth = exaScratch.srcWidth;
1392 if ((exaScratch.srcWidth - srcY) < opWidth)
1393 opWidth = exaScratch.srcWidth - srcY;
1412 srcOffset, opWidth, opHeight, opX,
1416 opWidth, opHeight);
1423 lx_composite_onepass_special(pxDst, opWidth, opHeight, opX, opY,
1431 opWidth, opHeight, opX, opY, srcX,
1434 lx_composite_onepass(pxDst, dstOffset, srcOffset, opWidth,
1439 lx_composite_multipass(pxDst, dstOffset, srcOffset, opWidth,
1443 lx_composite_rotate(pxDst, dstOffset, srcOffset, opWidth, opHeight);
1447 opX += opWidth;
1462 opWidth = ((dstX + width) - opX) > (exaScratch.srcWidth - maskX)
1475 opWidth =
1485 opWidth = ((dstX + width) - opX) > exaScratch.srcWidth ?
1492 opWidth = ((dstX + width) - opX) > (exaScratch.srcWidth - srcY)