Searched refs:tileIsPixel (Results 1 – 10 of 10) sorted by relevance
163 if (!pGC->tileIsPixel && !pGC->tile.pixmap) { in ChangeGC()164 pGC->tileIsPixel = TRUE; in ChangeGC()255 if (!pGC->tileIsPixel) in ChangeGC()257 pGC->tileIsPixel = FALSE; in ChangeGC()406 if (pGC->fillStyle == FillTiled && pGC->tileIsPixel) { in ChangeGC()491 pGC->tileIsPixel = TRUE; in NewGCObject()543 pGC->tileIsPixel = FALSE; in CreateGC()546 pGC->tileIsPixel = TRUE; in CreateGC()565 if (!pGC->tileIsPixel && !pGC->tile.pixmap) in CreateGC()566 pGC->tileIsPixel = TRUE; /* undo special case */ in CreateGC()[all …]
389 if (gc->tile.pixmap && !gc->tileIsPixel) in GetGcBytes()422 if (gc->tile.pixmap && !gc->tileIsPixel) in FindGCSubRes()
258 unsigned int tileIsPixel:1; /* tile is solid pixel */ member
149 pGCPriv->msc = (!pGC->tileIsPixel && !pGC->tile.pixmap); in dmxCreateGC()262 if (pGC->tileIsPixel) { in dmxChangeGC()
921 if (!pGC->tileIsPixel) { in dmxBECreateResources()
132 if (!pGC->tileIsPixel && in fbValidateGC()
228 if (!gc->tileIsPixel) { in glamor_validate_gc()
129 if (pGC->tileIsPixel) in xnestChangeGC()
816 if (((pGC->fillStyle == FillSolid || pGC->tileIsPixel) && in exaPolyFillRect()820 (pGC->fillStyle == FillTiled && !pGC->tileIsPixel && in exaPolyFillRect()829 !(pGC->tileIsPixel && pGC->fillStyle == FillTiled)) { in exaPolyFillRect()
514 ((changes & GCTile) && !pGC->tileIsPixel)) { in exaValidateGC()