Lines Matching refs:xoff
148 int xoff, yoff; in exaDoPutImage() local
182 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaDoPutImage()
212 ok = pExaScr->info->UploadToScreen(pPix, x1 + xoff, y1 + yoff, in exaDoPutImage()
789 int xoff, yoff; in exaPolyFillRect() local
802 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in exaPolyFillRect()
885 fullX1 + xoff, fullY1 + yoff, in exaPolyFillRect()
886 fullX2 + xoff, fullY2 + yoff); in exaPolyFillRect()
913 partX1 + xoff, partY1 + yoff, in exaPolyFillRect()
914 partX2 + xoff, partY2 + yoff); in exaPolyFillRect()
999 int xoff, yoff; in exaFillRegionSolid() local
1002 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in exaFillRegionSolid()
1003 RegionTranslate(pRegion, xoff, yoff); in exaFillRegionSolid()
1065 RegionTranslate(pRegion, -xoff, -yoff); in exaFillRegionSolid()
1082 int xoff, yoff; in exaFillRegionTiled() local
1124 pPixmap = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaFillRegionTiled()
1130 if (xoff || yoff) in exaFillRegionTiled()
1131 RegionTranslate(pRegion, xoff, yoff); in exaFillRegionTiled()
1156 modulus(dstX - xoff - pDrawable->x - pPatOrg->x, tileWidth, in exaFillRegionTiled()
1240 if (xoff || yoff) in exaFillRegionTiled()
1241 RegionTranslate(pRegion, -xoff, -yoff); in exaFillRegionTiled()
1262 int xoff, yoff; in exaGetImage() local
1272 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaGetImage()
1287 ok = pExaScr->info->DownloadFromScreen(pPix, pDrawable->x + x + xoff, in exaGetImage()