Lines Matching refs:srcWidth

99     unsigned int srcWidth, srcHeight;
732 exaScratch.srcWidth = pMsk->pDrawable->width;
750 exaScratch.srcWidth = pSrc->pDrawable->width;
943 srcX = ((srcX % (int) exaScratch.srcWidth) + (int) exaScratch.srcWidth)
944 % (int) exaScratch.srcWidth;
948 opWidth = exaScratch.srcWidth - srcX;
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);
1292 /* When mask exists, exaScratch.srcWidth and exaScratch.srcHeight are
1302 * exaScratch.srcWidth and exaScratch.srcHeight */
1305 if ((exaScratch.srcWidth - maskX) < opWidth)
1306 opWidth = exaScratch.srcWidth - maskX;
1315 || (srcX >= 0 && srcX >= exaScratch.srcWidth)) &&
1341 if ((exaScratch.srcWidth - srcX) < opWidth)
1342 opWidth = exaScratch.srcWidth - srcX;
1375 /* EXA has taken care of adjusting srcWidth if it gets cut on the right */
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;
1459 * exaScratch.srcWidth and exaScratch.srcHeight */
1462 opWidth = ((dstX + width) - opX) > (exaScratch.srcWidth - maskX)
1463 ? (exaScratch.srcWidth - maskX) : (dstX + width) - opX;
1477 (exaScratch.srcWidth - srcX) ? (exaScratch.srcWidth -
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;
1506 * is negative - as opposed to e.g width being larger than srcWidth,
1509 * Additionally it forces the drawing into tiles of srcWidth/srcHeight
1513 lx_composite_all_black(srcOffset, exaScratch.srcWidth,