Lines Matching refs:pDraw

23     DrawablePtr pDraw,
32 (*pGC->ops->FillSpans)(pDraw, pGC, nInit, pptInit, pwidthInit, fSorted);
38 DrawablePtr pDraw,
48 (*pGC->ops->SetSpans)(pDraw, pGC, pcharsrc, ppt, pwidth, nspans, fSorted);
54 DrawablePtr pDraw,
64 (*pGC->ops->PutImage)(pDraw, pGC, depth, x, y, w, h,
116 DrawablePtr pDraw,
124 (*pGC->ops->PolyPoint)(pDraw, pGC, mode, npt, pptInit);
131 DrawablePtr pDraw,
139 (*pGC->ops->Polylines)(pDraw, pGC, mode, npt, pptInit);
145 DrawablePtr pDraw,
152 (*pGC->ops->PolySegment)(pDraw, pGC, nseg, pSeg);
158 DrawablePtr pDraw,
165 (*pGC->ops->PolyRectangle)(pDraw, pGC, nRectsInit, pRectsInit);
171 DrawablePtr pDraw,
178 (*pGC->ops->PolyArc)(pDraw, pGC, narcs, parcs);
184 DrawablePtr pDraw,
193 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
200 DrawablePtr pDraw,
207 (*pGC->ops->PolyFillRect)(pDraw, pGC, nrectFill, prectInit);
214 DrawablePtr pDraw,
221 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcs, parcs);
227 DrawablePtr pDraw,
238 ret = (*pGC->ops->PolyText8)(pDraw, pGC, x, y, count, chars);
245 DrawablePtr pDraw,
256 ret = (*pGC->ops->PolyText16)(pDraw, pGC, x, y, count, chars);
263 DrawablePtr pDraw,
272 (*pGC->ops->ImageText8)(pDraw, pGC, x, y, count, chars);
278 DrawablePtr pDraw,
287 (*pGC->ops->ImageText16)(pDraw, pGC, x, y, count, chars);
294 DrawablePtr pDraw,
303 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph, ppci, pglyphBase);
309 DrawablePtr pDraw,
318 (*pGC->ops->PolyGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph, ppci, pglyphBase);
326 DrawablePtr pDraw,
331 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);