Lines Matching refs:pPriv
48 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbBresSolid() local
49 FbStip and = (FbStip) pPriv->and; in fbBresSolid()
50 FbStip xor = (FbStip) pPriv->xor; in fbBresSolid()
119 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbBresDash() local
120 FbStip and = (FbStip) pPriv->and; in fbBresDash()
121 FbStip xor = (FbStip) pPriv->xor; in fbBresDash()
122 FbStip bgand = (FbStip) pPriv->bgand; in fbBresDash()
123 FbStip bgxor = (FbStip) pPriv->bgxor; in fbBresDash()
134 FbDashInit(pGC, pPriv, dashOffset, dashlen, even); in fbBresDash()
229 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbBresFillDash() local
248 FbDashInit(pGC, pPriv, dashOffset, dashlen, even); in fbBresFillDash()
291 FbGCPrivPtr pPriv = fbGetGCPrivate(pGC); in fbSelectBres() local
299 if (pPriv->and == 0) { in fbSelectBres()
318 if (pPriv->and == 0 && in fbSelectBres()
319 (pGC->lineStyle == LineOnOffDash || pPriv->bgand == 0)) { in fbSelectBres()