Searched refs:save (Results 276 - 300 of 640) sorted by relevance

<<11121314151617181920>>

/external/skia/gm/
H A Dtilemodes.cpp125 canvas->save();
/external/skia/include/utils/
H A DSkCamera.h145 void save();
H A DSkDumpCanvas.h61 virtual int save(SaveFlags) SK_OVERRIDE;
H A DSkNWayCanvas.h26 virtual int save(SaveFlags) SK_OVERRIDE;
H A DSkProxyCanvas.h29 virtual int save(SaveFlags flags = kMatrixClip_SaveFlag) SK_OVERRIDE;
/external/skia/samplecode/
H A DSampleBlur.cpp93 canvas->save();
H A DSampleCircle.cpp64 canvas->save();
H A DSampleMipMap.cpp81 canvas->save();
/external/skia/src/animator/
H A DSkDisplayMovie.cpp79 maker.fCanvas->save();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp208 int SkDeferredCanvas::save(SaveFlags flags) { function in class:SkDeferredCanvas
209 drawingCanvas()->save(flags);
210 return this->INHERITED::save(flags);
216 int count = this->INHERITED::save(flags);
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h102 * @return ESR_INVALID_ARGUMENT if self or filename are null; ESR_INVALID_STATE if could not save the grammar
104 ESR_ReturnCode(*save)(struct SR_Grammar_t* self, const LCHAR* filename); member in struct:SR_Grammar_t
448 * @return ESR_INVALID_ARGUMENT if self or filename are null; ESR_INVALID_STATE if could not save the grammar
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c89 return self->save(self, filename);
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m60 NPError NPP_Destroy(NPP instance, NPSavedData** save);
145 NPError NPP_Destroy(NPP instance, NPSavedData** save)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.h52 virtual void save();
H A DPlatformGraphicsContextSkia.cpp19 // Since it does not appear that webkit intends this to also save/restore
106 void PlatformGraphicsContextSkia::save() function in class:WebCore::PlatformGraphicsContextSkia
108 PlatformGraphicsContext::save();
110 mCanvas->save();
418 // culling, and not both wacking the canvas' save/restore stack.
419 canvas->save(SkCanvas::kClip_SaveFlag);
H A DPlatformGraphicsContextSkia.h52 virtual void save();
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp119 context->save();
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp161 context->save();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.cpp80 context.save();
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp148 context->save();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTileQt.cpp121 context.save();
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFraction.cpp159 info.context->save();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGImage.cpp118 childPaintInfo.context->save();
H A DRenderSVGResourceMarker.cpp133 info.context->save();
H A DSVGInlineFlowBox.cpp60 childPaintInfo.context->save();

Completed in 714 milliseconds

<<11121314151617181920>>