Lines Matching defs:pDraw
61 XAAFillEllipseSolid(DrawablePtr pDraw, GCPtr pGC, xArc *arc)
76 xorg += pDraw->x;
77 yorg += pDraw->y;
114 XAAFillArcSliceSolid(DrawablePtr pDraw, GCPtr pGC, xArc *arc)
134 xorg += pDraw->x;
135 yorg += pDraw->y;
136 slice.edge1.x += pDraw->x;
137 slice.edge2.x += pDraw->x;
164 XAAPolyFillArcSolid(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc *parcs)
183 box.x1 = arc->x + pDraw->x;
184 box.y1 = arc->y + pDraw->y;
205 XAAFillEllipseSolid(pDraw, pGC, arc);
207 XAAFillArcSliceSolid(pDraw, pGC, arc);
211 miPolyFillArc(pDraw, pGC, 1, arc);