Lines Matching refs:tileIsPixel
163 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 = TRUE; /* undo special case */
611 pGC->tileIsPixel = FALSE;
664 if (EqualPixUnion(pgcDst->tileIsPixel,
666 pgcSrc->tileIsPixel, pgcSrc->tile)) {
669 if (!pgcDst->tileIsPixel)
671 pgcDst->tileIsPixel = pgcSrc->tileIsPixel;
673 if (!pgcDst->tileIsPixel)
752 if (pgcDst->fillStyle == FillTiled && pgcDst->tileIsPixel) {
775 if (!pGC->tileIsPixel)