Lines Matching refs:pDraw

22 static void XAAValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDraw);
64 DrawablePtr pDraw
69 (*pGC->funcs->ValidateGC)(pGC, changes, pDraw);
86 if((pDraw->type == DRAWABLE_PIXMAP) &&
87 !IS_OFFSCREEN_PIXMAP(pDraw) &&
88 !PIXMAP_IS_SCREEN(pDraw)) {
106 else if(!infoRec->pScrn->vtSema && (pDraw->type == DRAWABLE_WINDOW)) {
174 (*infoRec->ValidateFillSpans)(pGC, changes, pDraw);
177 (*infoRec->ValidateSetSpans)(pGC, changes, pDraw);
180 (*infoRec->ValidatePutImage)(pGC, changes, pDraw);
183 (*infoRec->ValidateCopyArea)(pGC, changes, pDraw);
186 (*infoRec->ValidateCopyPlane)(pGC, changes, pDraw);
189 (*infoRec->ValidatePolyPoint)(pGC, changes, pDraw);
192 (*infoRec->ValidatePolylines)(pGC, changes, pDraw);
195 (*infoRec->ValidatePolySegment)(pGC, changes, pDraw);
198 (*infoRec->ValidatePolyRectangle)(pGC, changes, pDraw);
201 (*infoRec->ValidatePolyArc)(pGC, changes, pDraw);
204 (*infoRec->ValidateFillPolygon)(pGC, changes, pDraw);
207 (*infoRec->ValidatePolyFillRect)(pGC, changes, pDraw);
210 (*infoRec->ValidatePolyFillArc)(pGC, changes, pDraw);
213 (*infoRec->ValidatePolyGlyphBlt)(pGC, changes, pDraw);
216 (*infoRec->ValidateImageGlyphBlt)(pGC, changes, pDraw);
219 (*infoRec->ValidatePolyText8)(pGC, changes, pDraw);
222 (*infoRec->ValidatePolyText16)(pGC, changes, pDraw);
225 (*infoRec->ValidateImageText8)(pGC, changes, pDraw);
228 (*infoRec->ValidateImageText16)(pGC, changes, pDraw);
231 (*infoRec->ValidatePushPixels)(pGC, changes, pDraw);
320 DrawablePtr pDraw,
327 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
328 (*pGC->ops->FillSpans)(pDraw, pGC, nInit, pptInit, pwidthInit, fSorted);
334 DrawablePtr pDraw,
342 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
343 (*pGC->ops->SetSpans)(pDraw, pGC, pcharsrc, ppt, pwidth, nspans, fSorted);
349 DrawablePtr pDraw,
357 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
358 (*pGC->ops->PutImage)(pDraw, pGC, depth, x, y, w, h,
436 DrawablePtr pDraw,
442 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
443 (*pGC->ops->PolyPoint)(pDraw, pGC, mode, npt, pptInit);
450 DrawablePtr pDraw,
456 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
457 (*pGC->ops->Polylines)(pDraw, pGC, mode, npt, pptInit);
463 DrawablePtr pDraw,
468 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
469 (*pGC->ops->PolySegment)(pDraw, pGC, nseg, pSeg);
475 DrawablePtr pDraw,
480 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
481 (*pGC->ops->PolyRectangle)(pDraw, pGC, nRectsInit, pRectsInit);
487 DrawablePtr pDraw,
492 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
493 (*pGC->ops->PolyArc)(pDraw, pGC, narcs, parcs);
499 DrawablePtr pDraw,
506 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
507 (*pGC->ops->FillPolygon)(pDraw, pGC, shape, mode, count, ptsIn);
514 DrawablePtr pDraw,
519 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
520 (*pGC->ops->PolyFillRect)(pDraw, pGC, nrectFill, prectInit);
527 DrawablePtr pDraw,
532 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
533 (*pGC->ops->PolyFillArc)(pDraw, pGC, narcs, parcs);
539 DrawablePtr pDraw,
548 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
549 ret = (*pGC->ops->PolyText8)(pDraw, pGC, x, y, count, chars);
556 DrawablePtr pDraw,
565 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
566 ret = (*pGC->ops->PolyText16)(pDraw, pGC, x, y, count, chars);
573 DrawablePtr pDraw,
580 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
581 (*pGC->ops->ImageText8)(pDraw, pGC, x, y, count, chars);
586 DrawablePtr pDraw,
593 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
594 (*pGC->ops->ImageText16)(pDraw, pGC, x, y, count, chars);
601 DrawablePtr pDraw,
608 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
609 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph,
616 DrawablePtr pDraw,
623 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
624 (*pGC->ops->PolyGlyphBlt)(pDraw, pGC, xInit, yInit, nglyph,
633 DrawablePtr pDraw,
636 XAA_PIXMAP_OP_PROLOGUE(pGC, pDraw);
637 (*pGC->ops->PushPixels)(pGC, pBitMap, pDraw, dx, dy, xOrg, yOrg);