| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micopy.c | 39 int dx, int dy, miCopyProc copyProc, Pixel bitPlane, void *closure) in miCopyRegion() argument 124 pbox, nbox, dx, dy, reverse, upsidedown, bitPlane, closure); in miCopyRegion() 138 int xOut, int yOut, miCopyProc copyProc, Pixel bitPlane, void *closure) in miDoCopy() argument 297 &rgnDst, dx, dy, copyProc, bitPlane, closure); in miDoCopy()
|
| H A D | mi.h | 149 int dy, miCopyProc copyProc, Pixel bitPlane, void *closure);
|
| H A D | mibitblt.c | 516 int width, int height, int dstx, int dsty, unsigned long bitPlane) in miCopyPlane() argument 567 ptile = miGetPlane(pSrcDrawable, ffs(bitPlane) - 1, in miCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 54 int dstx, int dsty, unsigned long bitPlane);
|
| H A D | dmxgcops.c | 201 int dstx, int dsty, unsigned long bitPlane) in dmxCopyPlane() argument 215 srcx, srcy, width, height, dstx, dsty, bitPlane); in dmxCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 1338 if (stuff->bitPlane == 0 || (stuff->bitPlane & (stuff->bitPlane - 1)) || in PanoramiXCopyPlane() 1339 (stuff->bitPlane > (1L << (psrcDraw->depth - 1)))) { in PanoramiXCopyPlane() 1340 client->errorValue = stuff->bitPlane; in PanoramiXCopyPlane() 1348 stuff->bitPlane); in PanoramiXCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 220 unsigned long bitPlane);
|
| H A D | xf86VGAarbiter.c | 684 int dstx, int dsty, unsigned long bitPlane) in VGAarbiterCopyPlane() argument 692 width, height, dstx, dsty, bitPlane); in VGAarbiterCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 226 unsigned long bitPlane) in ExaCheckCopyPlane() argument 236 bitPlane); in ExaCheckCopyPlane()
|
| H A D | exa_priv.h | 392 unsigned long bitPlane);
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 1761 if (stuff->bitPlane == 0 || (stuff->bitPlane & (stuff->bitPlane - 1)) || in ProcCopyPlane() 1762 (stuff->bitPlane > (1L << (psrcDraw->depth - 1)))) { in ProcCopyPlane() 1763 client->errorValue = stuff->bitPlane; in ProcCopyPlane() 1770 stuff->dstX, stuff->dstY, stuff->bitPlane); in ProcCopyPlane()
|
| H A D | swapreq.c | 616 swapl(&stuff->bitPlane); in SProcCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 789 int height, int dstx, int dsty, unsigned long bitPlane) in damageCopyPlane() argument 810 bitPlane); in damageCopyPlane()
|