HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 51 - 75 of 296) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebKit/android/jni/
WebFrameView.cpp 93 canvas->restore();
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 74 canvas.restore();
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 167 goto restore;
178 goto restore;
185 restore:
267 goto restore;
277 goto restore;
290 goto restore;
297 restore:
  /external/libffi/src/ia64/
unix.S 373 .restore sp
381 .restore sp
389 .restore sp
397 .restore sp
405 .restore sp
423 .restore sp
451 .restore sp
479 .restore sp
507 .restore sp
  /external/skia/src/animator/
SkDisplayApply.cpp 54 SK_MEMBER(restore, Boolean),
67 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/
85 if (restore == false)
93 if (restore) {
107 if (restore) {
209 if (restore) {
230 if (restore)
231 SkDebugf("restore=\"true\" ");
332 } else if (initialized && restore == false)
359 if ((*parentList)[old] != this || restore == true)
    [all...]
SkDisplayApply.h 94 SkBool restore; member in class:SkApply
  /dalvik/vm/mterp/x86/
OP_MUL_LONG.S 38 UNSPILL(rPC) # restore rPC/%edx
OP_MUL_LONG_2ADDR.S 35 UNSPILL(rPC) # restore rPC/%edx
cvtfp_int.S 30 fldcw LOCAL0_OFFSET(%ebp) # restore previous rounding mode
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 117 ctxt->restore();
163 context->restore();
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 117 ctxt->restore();
194 ctxt->restore();
FontQt.cpp 144 p->restore();
147 p->restore();
161 p->restore();
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 138 tileImageContext->restore();
178 context->restore();
  /external/libffi/src/sparc/
v8.S 87 restore
93 restore
178 restore
182 restore
  /external/skia/gm/
filltypes.cpp 37 canvas->restore();
  /external/webkit/WebCore/bindings/js/
ScriptCachedFrameData.cpp 74 void ScriptCachedFrameData::restore(Frame* frame) function in class:WebCore::ScriptCachedFrameData
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 105 info.context->restore();
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.h 102 void restore();
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 57 // that the graphics state that is pushed and popped by save() and restore()
85 void restore();
88 // |rect|. This layer is implicitly restored when the next restore is
90 // NOTE: |imageBuffer| may be deleted before the |restore| is invoked.
184 // States stack. Enables local drawing state change with save()/restore()
  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 108 canvas.restore();
  /frameworks/base/core/jni/
android_view_ViewRoot.cpp 74 canvas->restore();
  /frameworks/base/tests/backup/
test_restore.sh 68 # pick the most recent set and restore from it
71 # run the restore
73 a shell bmgr restore "$restore_set"
  /frameworks/base/core/java/android/widget/
AnalogClock.java 202 canvas.restore();
214 canvas.restore();
217 canvas.restore();
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 133 state.restore();
146 state.restore();
467 state.restore();
480 state.restore();
493 state.restore();

Completed in 759 milliseconds

1 23 4 5 6 7 8 91011>>