Home
last modified time | relevance | path

Searched refs:PushPixels (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h229 void (*PushPixels) (GCPtr /*pGC */ , member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmidispcur.c314 (*sourceGC->ops->PushPixels) (sourceGC, pScreenPriv->sourceBits, pDrawable, w, h, in miDCPutBits()
332 (*maskGC->ops->PushPixels) (maskGC, pScreenPriv->maskBits, pDrawable, w, h, x, y); in miDCPutBits()
H A Dmiglblt.c172 (*pGC->ops->PushPixels) (pGC, pPixmap, pDrawable, in miPolyGlyphBlt()
H A Dmiarc.c1101 (*pGC->ops->PushPixels) (pGC, (PixmapPtr) pDrawTo, in miWideArc()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c161 .PushPixels = glamor_push_pixels,
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c494 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in DRIPushPixels()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c361 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y); in ExaCheckPushPixels()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c899 (*pGC->ops->PushPixels) (pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg); in VGAarbiterPushPixels()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c1474 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in RootlessPushPixels()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c1449 (*pGC->ops->PushPixels) (pGC, pBitMap, pDrawable, dx, dy, xOrg, yOrg); in damagePushPixels()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog48970 Using the same idea as the previous PushPixels code, just make points
48984 glamor: Improve the performance of PushPixels by, well, pushing pixels.