Lines Matching refs:pDraw
100 miZeroLine(DrawablePtr pDraw, GCPtr pGC, int mode, /* Origin or Previous */
120 unsigned int bias = miGetZeroLineBias(pDraw->pScreen);
124 xleft = pDraw->x;
125 ytop = pDraw->y;
126 xright = pDraw->x + pDraw->width - 1;
127 ybottom = pDraw->y + pDraw->height - 1;
133 xright -= pDraw->x;
134 ybottom -= pDraw->y;
169 xstart += pDraw->x;
170 ystart += pDraw->y;
190 x2 += pDraw->x;
191 y2 += pDraw->y;
204 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit,
342 (*pGC->ops->FillSpans) (pDraw, pGC, Nspans, pspanInit,