Lines Matching defs:optempX
830 int optempX, optempY;
858 optempX = opX + i - srcX;
861 calBitsPixel * optempX;
872 optempX = opX + i - srcX;
875 calBitsPixel * optempX;
936 int optempX, optempY;
939 optempX = opX;
960 dstOffset = GetPixmapOffset(pxDst, optempX, optempY);
976 optempX += opWidth;
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);