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

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 36 virtual void restore(SkCanvas* canvas, SkPaint* paint, Type) function in class:WebCore::OpacityDrawFilter
331 // we just have this save/restore for opacity...
332 SkAutoCanvasRestore restore(canvas, true);
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 525 p->restore();
589 context->restore();
InlineFlowBox.cpp 715 paintInfo.context->restore();
    [all...]
RenderFieldset.cpp 160 graphicsContext->restore();
RenderFileUploadControl.cpp 242 paintInfo.context->restore();
RenderPath.cpp 250 childPaintInfo.context->restore();
RenderReplaced.cpp 148 paintInfo.context->restore();
RenderWidget.cpp 283 paintInfo.context->restore();
  /frameworks/base/core/java/android/view/
ViewRoot.java 447 boolean restore = false;
449 restore = true;
486 if (restore) {
487 attrs.restore();
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 229 * No translation, restore interpreter regs and start interpreting.
328 * Restore PC, registers, and interpState to original values
333 bl dvmSelfVerificationRestoreState @ restore pc and fp values
334 ldr rPC,[r0,#offShadowSpace_startPC] @ restore PC
335 ldr rFP,[r0,#offShadowSpace_fp] @ restore FP
336 ldr rGLUE,[r0,#offShadowSpace_glue] @ restore InterpState
809 mov r0, rFP @ restore result
815 add sp, sp, #8 @ restore stack
    [all...]
  /external/skia/include/core/
SkCanvas.h 101 /** save the matrix state, restoring it on restore() */
103 /** save the clip state, restoring it on restore() */
122 When the balancing call to restore() is made, the previous matrix, clip,
130 the balancing call to restore() is made is that offscreen transfered to
135 offscreen when restore() is called
144 the balancing call to restore() is made is that offscreen transfered to
148 @param alpha This is applied to the offscreen when restore() is called.
158 It is an error to call restore() more times than save() was called.
160 virtual void restore();
163 This will equal # save() calls - # restore() calls
    [all...]
  /external/skia/src/animator/
SkDrawGroup.cpp 327 maker.fCanvas->restore();
  /external/webkit/WebCore/inspector/front-end/
ProfileDataGridTree.js 235 // This allows us to restore them all to their original state when we revert.
249 // This allows us to restore them all to their original state when we revert.
355 restore: function()
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 50 // - In paintButton() the code to save/restore the window's default button cell.
376 context->restore();
458 context->restore();
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 93 m_data->restore();
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 153 context->restore();
  /external/webkit/WebCore/svg/
SVGMaskElement.cpp 235 maskImageContext->restore();
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 168 static void restore(JNIEnv* env, jobject jcanvas) { function in class:android::SkCanvasGlue
171 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
172 doThrowISE(env, "Underflow in restore");
175 canvas->restore();
500 canvas->restore();
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 347 NJ_EXTERN NJ_INT16 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size);
  /external/bison/doc/
Makefile 261 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
266 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
278 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
  /external/zlib/contrib/masmx86/
gvmat32.asm 488 ; now we restore edx, ecx and esi, for the big loop
501 mov edx,window ; restore edx=window
509 ; now we restore ecx and esi, for the big loop :
527 ; restore stack and register ebx,esi,edi,ebp
568 popfd ; restore AC bit in EFLAGS first
580 popfd ; restore original EFLAGS
933 ;;; Restore the stack and return from whence we came.
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 232 /** restore the current matrix when restore() is called */
234 /** restore the current clip when restore() is called */
242 /** restore everything when restore() is called */
248 * will all operate as usual, but when the balancing call to restore()
260 * call to restore() is made, those calls will be forgotten, and the
264 * to save/restore
272 * the balancing call to restore() is made is that offscreen transfered t
336 public native void restore(); method in class:Canvas
1418 restore(); method
1432 restore(); method
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 143 void CanvasRenderingContext2D::restore() function in class:WebCore::CanvasRenderingContext2D
154 c->restore();
746 c->restore();
1113 c->restore();
    [all...]
  /dalvik/vm/arch/sh/
CallSH4ABI.S 391 ## restore preserved registers
  /external/skia/src/core/
SkPaint.cpp 819 SkAutoRestorePaintTextSizeAndFrame restore(this);
824 // this gets restored by restore
904 SkAutoRestorePaintTextSizeAndFrame restore(this);
909 // this gets restored by restore
987 SkAutoRestorePaintTextSizeAndFrame restore(this);
992 // this gets restored by restore
1046 SkAutoRestorePaintTextSizeAndFrame restore(this);
1052 // this gets restored by restore
    [all...]

Completed in 2215 milliseconds

1 2 3 4 5 6 78 91011>>