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