Searched refs:PushPixels (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 229 void (*PushPixels) (GCPtr /*pGC */ , member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 314 (*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 D | miglblt.c | 172 (*pGC->ops->PushPixels) (pGC, pPixmap, pDrawable, in miPolyGlyphBlt()
|
| H A D | miarc.c | 1101 (*pGC->ops->PushPixels) (pGC, (PixmapPtr) pDrawTo, in miWideArc()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_core.c | 161 .PushPixels = glamor_push_pixels,
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 494 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in DRIPushPixels()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 361 pGC->ops->PushPixels(pGC, pBitmap, pDrawable, w, h, x, y); in ExaCheckPushPixels()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 899 (*pGC->ops->PushPixels) (pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg); in VGAarbiterPushPixels()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 1474 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg); in RootlessPushPixels()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 1449 (*pGC->ops->PushPixels) (pGC, pBitMap, pDrawable, dx, dy, xOrg, yOrg); in damagePushPixels()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 48970 Using the same idea as the previous PushPixels code, just make points 48984 glamor: Improve the performance of PushPixels by, well, pushing pixels.
|