Home
last modified time | relevance | path

Searched refs:bitPlane (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmicopy.c39 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 Dmi.h149 int dy, miCopyProc copyProc, Pixel bitPlane, void *closure);
H A Dmibitblt.c516 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 Ddmxgcops.h54 int dstx, int dsty, unsigned long bitPlane);
H A Ddmxgcops.c201 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 DpanoramiXprocs.c1338 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 Dxf86VGAarbiterPriv.h220 unsigned long bitPlane);
H A Dxf86VGAarbiter.c684 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 Dexa_unaccel.c226 unsigned long bitPlane) in ExaCheckCopyPlane() argument
236 bitPlane); in ExaCheckCopyPlane()
H A Dexa_priv.h392 unsigned long bitPlane);
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1761 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 Dswapreq.c616 swapl(&stuff->bitPlane); in SProcCopyPlane()
/OK3568_Linux_fs/external/xserver/miext/damage/
H A Ddamage.c789 int height, int dstx, int dsty, unsigned long bitPlane) in damageCopyPlane() argument
810 bitPlane); in damageCopyPlane()