Home
last modified time | relevance | path

Searched refs:yOrg (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipushpxl.c95 int dx, int dy, int xOrg, int yOrg) in miPushPixels() argument
149 pt[ipt].y = h + yOrg; in miPushPixels()
200 pt[ipt].y = h + yOrg; in miPushPixels()
H A Dmiarc.c241 int end, int xOrg, int yOrg, double xFtrans,
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
897 int xOrg = 0, yOrg = 0; in miWideArc() local
961 yOrg = max(yMin, 0); in miWideArc()
963 pixmapHeight = min(yMax, pDraw->height) - yOrg; in miWideArc()
971 parc->y -= yOrg; in miWideArc()
975 yOrg += pDraw->y; in miWideArc()
1103 pixmapHeight, xOrg, yOrg); in miWideArc()
1355 int xOrg, yOrg; in miArcJoin() local
1362 yOrg = (yOrgRight + yOrgLeft) / 2; in miArcJoin()
[all …]
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpush.c177 DrawablePtr pDrawable, int dx, int dy, int xOrg, int yOrg) in fbPushPixels() argument
187 fbPushImage(pDrawable, pGC, stip, stipStride, 0, xOrg, yOrg, dx, dy); in fbPushPixels()
H A Dfb.h996 DrawablePtr pDrawable, int dx, int dy, int xOrg, int yOrg);
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c485 int dx, int dy, int xOrg, int yOrg) in DRIPushPixels() argument
494 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in DRIPushPixels()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c121 int dx, int dy, int xOrg, int yOrg);
1466 int dx, int dy, int xOrg, int yOrg) in RootlessPushPixels() argument
1474 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in RootlessPushPixels()
1478 box.y1 = yOrg + dst->y; in RootlessPushPixels()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h252 pDraw, int dx, int dy, int xOrg, int yOrg);
H A Dxf86VGAarbiter.c893 DrawablePtr pDraw, int dx, int dy, int xOrg, int yOrg) in VGAarbiterPushPixels() argument
899 (*pGC->ops->PushPixels) (pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg); in VGAarbiterPushPixels()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1428 DrawablePtr pDrawable, int dx, int dy, int xOrg, int yOrg) in damagePushPixels() argument
1435 box.y1 = yOrg; in damagePushPixels()
1449 (*pGC->ops->PushPixels) (pGC, pBitMap, pDrawable, dx, dy, xOrg, yOrg); in damagePushPixels()