Lines Matching refs:tileIsPixel
166 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 = FALSE;
658 if (EqualPixUnion(pgcDst->tileIsPixel,
660 pgcSrc->tileIsPixel,
665 if (!pgcDst->tileIsPixel)
667 pgcDst->tileIsPixel = pgcSrc->tileIsPixel;
669 if (!pgcDst->tileIsPixel)
752 if (pgcDst->fillStyle == FillTiled && pgcDst->tileIsPixel)
777 if (!pGC->tileIsPixel)
828 pGC->tileIsPixel = TRUE;