HomeSort by relevance Sort by last modified time
    Searched defs:restore (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 18 void SkPaintFlagsDrawFilter::restore(SkCanvas*, SkPaint* paint, Type) function in class:SkPaintFlagsDrawFilter
SkBlurDrawLooper.cpp 67 fCanvas->restore(); // to remove the translate we did earlier
76 void SkBlurDrawLooper::restore() function in class:SkBlurDrawLooper
82 fCanvas->restore(); // to remove the translate we did earlier
SkLayerDrawLooper.cpp 42 fIter.fCanvas->restore();
52 void SkLayerDrawLooper::restore() { function in class:SkLayerDrawLooper
53 fIter.fCanvas->restore();
  /external/skia/include/core/
SkDrawLooper.h 48 the looper to restore the canvas/paint to their original states.
54 virtual void restore() {} function in class:SkDrawLooper
  /external/webkit/WebCore/bindings/v8/
ScriptCachedFrameData.cpp 54 void ScriptCachedFrameData::restore(Frame* frame) function in class:WebCore::ScriptCachedFrameData
ScriptCachedFrameData.h 47 void restore(Frame*) { } function in class:WebCore::ScriptCachedFrameData
75 void restore(Frame*);
  /external/webkit/WebCore/history/
CachedPage.cpp 68 void CachedPage::restore(Page* page) function in class:WebCore::CachedPage
76 // Restore the focus appearance for the focused element.
CachedFrame.cpp 80 void CachedFrameBase::restore() function in class:WebCore::CachedFrameBase
85 m_cachedFrameScriptData->restore(frame);
142 // Deconstruct the FrameTree, to restore it later.
181 // 1 - Successfully restore()'d by going back/forward.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 62 canvas.restore();
Clipping.java 71 canvas.restore();
78 canvas.restore();
87 canvas.restore();
94 canvas.restore();
101 canvas.restore();
108 canvas.restore();
PathFillTypes.java 60 canvas.restore();
PolyToPoly.java 62 canvas.restore();
85 canvas.restore();
92 canvas.restore();
99 canvas.restore();
106 canvas.restore();
RoundRects.java 75 canvas.restore();
82 canvas.restore();
91 canvas.restore();
98 canvas.restore();
107 canvas.restore();
114 canvas.restore();
  /external/webkit/WebCore/bindings/js/
ScriptCachedFrameData.cpp 74 void ScriptCachedFrameData::restore(Frame* frame) function in class:WebCore::ScriptCachedFrameData
  /external/webkit/WebCore/inspector/front-end/
TopDownProfileDataGridTree.js 106 restore: function()
113 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 56 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
71 void restore();
  /frameworks/base/graphics/java/android/graphics/
Camera.java 27 public native void restore(); method in class:Camera
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 63 canvas.restore();
  /external/skia/src/animator/
SkDisplayApply.h 94 SkBool restore; member in class:SkApply
  /external/sonivox/arm-fm-22k/lib_src/
eas_otadata.h 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon7389
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_otadata.h 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon7439
  /external/sonivox/arm-wt-22k/lib_src/
eas_otadata.h 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon7491
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 67 void restore();
82 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 148 void GraphicsContextPlatformPrivate::restore() function in class:WebCore::GraphicsContextPlatformPrivate
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 108 canvas.restore();

Completed in 788 milliseconds

1 2 3 4