Lines Matching refs:pPriv
63 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbPolyGlyphBlt() local
76 if (pGC->fillStyle == FillSolid && pPriv->and == 0) { in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
128 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbImageGlyphBlt() local
144 if (pPriv->and == 0) { in fbImageGlyphBlt()
189 fbAnd(GXcopy, pPriv->bg, pPriv->pm), in fbImageGlyphBlt()
190 fbXor(GXcopy, pPriv->bg, pPriv->pm)); in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
215 pPriv->fg, in fbImageGlyphBlt()
216 pPriv->bg, in fbImageGlyphBlt()
217 pPriv->pm, in fbImageGlyphBlt()