Home | History | Annotate | Download | only in xpr

Lines Matching refs:dst

137 DRIFillSpans(DrawablePtr dst, GCPtr pGC, int nInit,
143 DRISurfaceSetDrawable(dst, &saved);
147 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
151 DRISurfaceRestoreDrawable(dst, &saved);
155 DRISetSpans(DrawablePtr dst, GCPtr pGC, char *pSrc,
161 DRISurfaceSetDrawable(dst, &saved);
165 pGC->ops->SetSpans(dst, pGC, pSrc, pptInit, pwidthInit, nspans, sorted);
169 DRISurfaceRestoreDrawable(dst, &saved);
173 DRIPutImage(DrawablePtr dst, GCPtr pGC,
179 DRISurfaceSetDrawable(dst, &saved);
183 pGC->ops->PutImage(dst, pGC, depth, x, y, w, h, leftPad, format, pBits);
187 DRISurfaceRestoreDrawable(dst, &saved);
191 DRICopyArea(DrawablePtr pSrc, DrawablePtr dst, GCPtr pGC,
199 DRISurfaceSetDrawable(dst, &dstSaved);
203 pReg = pGC->ops->CopyArea(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty);
208 DRISurfaceRestoreDrawable(dst, &dstSaved);
214 DRICopyPlane(DrawablePtr pSrc, DrawablePtr dst,
223 DRISurfaceSetDrawable(dst, &dstSaved);
227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty,
233 DRISurfaceRestoreDrawable(dst, &dstSaved);
239 DRIPolyPoint(DrawablePtr dst, GCPtr pGC,
244 DRISurfaceSetDrawable(dst, &saved);
248 pGC->ops->PolyPoint(dst, pGC, mode, npt, pptInit);
252 DRISurfaceRestoreDrawable(dst, &saved);
256 DRIPolylines(DrawablePtr dst, GCPtr pGC,
261 DRISurfaceSetDrawable(dst, &saved);
265 pGC->ops->Polylines(dst, pGC, mode, npt, pptInit);
269 DRISurfaceRestoreDrawable(dst, &saved);
273 DRIPolySegment(DrawablePtr dst, GCPtr pGC,
278 DRISurfaceSetDrawable(dst, &saved);
282 pGC->ops->PolySegment(dst, pGC, nseg, pSeg);
286 DRISurfaceRestoreDrawable(dst, &saved);
290 DRIPolyRectangle(DrawablePtr dst, GCPtr pGC,
295 DRISurfaceSetDrawable(dst, &saved);
299 pGC->ops->PolyRectangle(dst, pGC, nRects, pRects);
303 DRISurfaceRestoreDrawable(dst, &saved);
306 DRIPolyArc(DrawablePtr dst, GCPtr pGC, int narcs, xArc *parcs)
310 DRISurfaceSetDrawable(dst, &saved);
314 pGC->ops->PolyArc(dst, pGC, narcs, parcs);
318 DRISurfaceRestoreDrawable(dst, &saved);
322 DRIFillPolygon(DrawablePtr dst, GCPtr pGC,
328 DRISurfaceSetDrawable(dst, &saved);
332 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
336 DRISurfaceRestoreDrawable(dst, &saved);
340 DRIPolyFillRect(DrawablePtr dst, GCPtr pGC,
345 DRISurfaceSetDrawable(dst, &saved);
349 pGC->ops->PolyFillRect(dst, pGC, nRectsInit, pRectsInit);
353 DRISurfaceRestoreDrawable(dst, &saved);
357 DRIPolyFillArc(DrawablePtr dst, GCPtr pGC,
362 DRISurfaceSetDrawable(dst, &saved);
366 pGC->ops->PolyFillArc(dst, pGC, narcsInit, parcsInit);
370 DRISurfaceRestoreDrawable(dst, &saved);
374 DRIPolyText8(DrawablePtr dst, GCPtr pGC,
380 DRISurfaceSetDrawable(dst, &saved);
384 ret = pGC->ops->PolyText8(dst, pGC, x, y, count, chars);
388 DRISurfaceRestoreDrawable(dst, &saved);
394 DRIPolyText16(DrawablePtr dst, GCPtr pGC,
400 DRISurfaceSetDrawable(dst, &saved);
404 ret = pGC->ops->PolyText16(dst, pGC, x, y, count, chars);
408 DRISurfaceRestoreDrawable(dst, &saved);
414 DRIImageText8(DrawablePtr dst, GCPtr pGC,
419 DRISurfaceSetDrawable(dst, &saved);
423 pGC->ops->ImageText8(dst, pGC, x, y, count, chars);
427 DRISurfaceRestoreDrawable(dst, &saved);
431 DRIImageText16(DrawablePtr dst, GCPtr pGC,
436 DRISurfaceSetDrawable(dst, &saved);
440 pGC->ops->ImageText16(dst, pGC, x, y, count, chars);
444 DRISurfaceRestoreDrawable(dst, &saved);
448 DRIImageGlyphBlt(DrawablePtr dst, GCPtr pGC,
454 DRISurfaceSetDrawable(dst, &saved);
458 pGC->ops->ImageGlyphBlt(dst, pGC, x, y, nglyphInit, ppciInit, unused);
462 DRISurfaceRestoreDrawable(dst, &saved);
466 DRIPolyGlyphBlt(DrawablePtr dst, GCPtr pGC,
472 DRISurfaceSetDrawable(dst, &saved);
476 pGC->ops->PolyGlyphBlt(dst, pGC, x, y, nglyph, ppci, pglyphBase);
480 DRISurfaceRestoreDrawable(dst, &saved);
484 DRIPushPixels(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr dst,
490 DRISurfaceSetDrawable(dst, &dstSaved);
494 pGC->ops->PushPixels(pGC, pBitMap, dst, dx, dy, xOrg, yOrg);
499 DRISurfaceRestoreDrawable(dst, &dstSaved);