Searched refs:tileIsPixel (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c166 if (!pGC->tileIsPixel && !pGC->tile.pixmap)
168 pGC->tileIsPixel = TRUE;
258 if (!pGC->tileIsPixel)
260 pGC->tileIsPixel = FALSE;
407 if (pGC->fillStyle == FillTiled && pGC->tileIsPixel)
512 pGC->tileIsPixel = FALSE;
516 pGC->tileIsPixel = TRUE;
557 if (!pGC->tileIsPixel && !pGC->tile.pixmap)
558 pGC->tileIsPixel = TRUE; /* undo special case */
603 pGC->tileIsPixel
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c163 if (!pGC->tileIsPixel && !pGC->tile.pixmap) {
164 pGC->tileIsPixel = TRUE;
255 if (!pGC->tileIsPixel)
257 pGC->tileIsPixel = FALSE;
406 if (pGC->fillStyle == FillTiled && pGC->tileIsPixel) {
491 pGC->tileIsPixel = TRUE;
543 pGC->tileIsPixel = FALSE;
546 pGC->tileIsPixel = TRUE;
565 if (!pGC->tileIsPixel && !pGC->tile.pixmap)
566 pGC->tileIsPixel
[all...]
H A Dresource.c389 if (gc->tile.pixmap && !gc->tileIsPixel)
422 if (gc->tile.pixmap && !gc->tileIsPixel)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgcstruct.h289 unsigned int tileIsPixel:1; /* tile is solid pixel */ member in struct:_GC
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h258 unsigned int tileIsPixel:1; /* tile is solid pixel */ member in struct:_GC
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbgc.c132 if (!pGC->tileIsPixel &&
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c144 pGCPriv->msc = (!pGC->tileIsPixel && !pGC->tile.pixmap);
210 * set to pGC->fgPixel and pGC->tileIsPixel is set, (2) if a
211 * tile has also been set, then pGC->tileIsPixel is unset and
213 * created and pGC->tileIsPixel is unset and pGC->tile.pixmap is
243 if (pGC->tileIsPixel) {
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c129 if (pGC->tileIsPixel)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgc.c246 if (!pGC->tileIsPixel &&
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_core.c201 if (!gc->tileIsPixel) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaGC.c139 if((changes & GCTile) && !pGC->tileIsPixel && pGC->tile.pixmap){
263 if((mask & GCTile) && !pGC->tileIsPixel &&
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c130 if (pGC->tileIsPixel)
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxres.c236 if (pGC->tile.pixmap != NULL && !pGC->tileIsPixel)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c714 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
719 || (pGC->fillStyle == FillTiled && !pGC->tileIsPixel
728 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled)) {
H A Duxa.c233 if (!pGC->tileIsPixel
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c714 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
719 || (pGC->fillStyle == FillTiled && !pGC->tileIsPixel
728 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled)) {
H A Duxa.c233 if (!pGC->tileIsPixel
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c703 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
707 (pGC->fillStyle == FillTiled && !pGC->tileIsPixel &&
715 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled))
H A Duxa.c229 if (!pGC->tileIsPixel && FbEvenTile (pGC->tile.pixmap->drawable.width *
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c816 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
820 (pGC->fillStyle == FillTiled && !pGC->tileIsPixel &&
829 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled))
H A Dexa.c524 /* With pGC->tileIsPixel == 1, you run the risk of dereferencing an invalid tile pixmap pointer. */
525 if (pGC->fillStyle == FillTiled || ((changes & GCTile) && !pGC->tileIsPixel)) {
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c816 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
820 (pGC->fillStyle == FillTiled && !pGC->tileIsPixel &&
829 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled)) {
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c253 if (!pGC->tileIsPixel
H A Duxa-accel.c840 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) &&
845 || (pGC->fillStyle == FillTiled && !pGC->tileIsPixel
854 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled)) {
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c408 /* With pGC->tileIsPixel == 1, you run the risk of dereferencing an invalid tile pixmap pointer. */
410 || ((changes & GCTile) && !pGC->tileIsPixel)) {

Completed in 225 milliseconds

12