Lines Matching refs:saved
101 DRISavedDrawableState *saved) in DRISurfaceSetDrawable() argument
103 saved->didSave = FALSE; in DRISurfaceSetDrawable()
113 saved->devKind = pPix->devKind; in DRISurfaceSetDrawable()
114 saved->devPrivate.ptr = pPix->devPrivate.ptr; in DRISurfaceSetDrawable()
115 saved->didSave = TRUE; in DRISurfaceSetDrawable()
125 DRISavedDrawableState *saved) in DRISurfaceRestoreDrawable() argument
129 if (!saved->didSave) in DRISurfaceRestoreDrawable()
132 pPix->devKind = saved->devKind; in DRISurfaceRestoreDrawable()
133 pPix->devPrivate.ptr = saved->devPrivate.ptr; in DRISurfaceRestoreDrawable()
141 DRISavedDrawableState saved; in DRIFillSpans() local
143 DRISurfaceSetDrawable(dst, &saved); in DRIFillSpans()
151 DRISurfaceRestoreDrawable(dst, &saved); in DRIFillSpans()
159 DRISavedDrawableState saved; in DRISetSpans() local
161 DRISurfaceSetDrawable(dst, &saved); in DRISetSpans()
169 DRISurfaceRestoreDrawable(dst, &saved); in DRISetSpans()
177 DRISavedDrawableState saved; in DRIPutImage() local
179 DRISurfaceSetDrawable(dst, &saved); in DRIPutImage()
187 DRISurfaceRestoreDrawable(dst, &saved); in DRIPutImage()
242 DRISavedDrawableState saved; in DRIPolyPoint() local
244 DRISurfaceSetDrawable(dst, &saved); in DRIPolyPoint()
252 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyPoint()
259 DRISavedDrawableState saved; in DRIPolylines() local
261 DRISurfaceSetDrawable(dst, &saved); in DRIPolylines()
269 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolylines()
276 DRISavedDrawableState saved; in DRIPolySegment() local
278 DRISurfaceSetDrawable(dst, &saved); in DRIPolySegment()
286 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolySegment()
293 DRISavedDrawableState saved; in DRIPolyRectangle() local
295 DRISurfaceSetDrawable(dst, &saved); in DRIPolyRectangle()
303 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyRectangle()
308 DRISavedDrawableState saved; in DRIPolyArc() local
310 DRISurfaceSetDrawable(dst, &saved); in DRIPolyArc()
318 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyArc()
326 DRISavedDrawableState saved; in DRIFillPolygon() local
328 DRISurfaceSetDrawable(dst, &saved); in DRIFillPolygon()
336 DRISurfaceRestoreDrawable(dst, &saved); in DRIFillPolygon()
343 DRISavedDrawableState saved; in DRIPolyFillRect() local
345 DRISurfaceSetDrawable(dst, &saved); in DRIPolyFillRect()
353 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyFillRect()
360 DRISavedDrawableState saved; in DRIPolyFillArc() local
362 DRISurfaceSetDrawable(dst, &saved); in DRIPolyFillArc()
370 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyFillArc()
378 DRISavedDrawableState saved; in DRIPolyText8() local
380 DRISurfaceSetDrawable(dst, &saved); in DRIPolyText8()
388 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyText8()
398 DRISavedDrawableState saved; in DRIPolyText16() local
400 DRISurfaceSetDrawable(dst, &saved); in DRIPolyText16()
408 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyText16()
417 DRISavedDrawableState saved; in DRIImageText8() local
419 DRISurfaceSetDrawable(dst, &saved); in DRIImageText8()
427 DRISurfaceRestoreDrawable(dst, &saved); in DRIImageText8()
434 DRISavedDrawableState saved; in DRIImageText16() local
436 DRISurfaceSetDrawable(dst, &saved); in DRIImageText16()
444 DRISurfaceRestoreDrawable(dst, &saved); in DRIImageText16()
452 DRISavedDrawableState saved; in DRIImageGlyphBlt() local
454 DRISurfaceSetDrawable(dst, &saved); in DRIImageGlyphBlt()
462 DRISurfaceRestoreDrawable(dst, &saved); in DRIImageGlyphBlt()
470 DRISavedDrawableState saved; in DRIPolyGlyphBlt() local
472 DRISurfaceSetDrawable(dst, &saved); in DRIPolyGlyphBlt()
480 DRISurfaceRestoreDrawable(dst, &saved); in DRIPolyGlyphBlt()