/external/webkit/WebCore/rendering/ |
RenderReplaced.cpp | 148 paintInfo.context->restore();
|
RenderWidget.cpp | 287 paintInfo.context->restore();
|
/external/webkit/WebCore/svg/ |
SVGMaskElement.cpp | 235 maskImageContext->restore();
|
SVGPatternElement.cpp | 283 context->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...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Canvas_Delegate.java | 241 /*package*/ static void restore(Canvas thisCanvas) { method in class:Canvas_Delegate 248 canvasDelegate.restore(); 1250 private void restore() { method in class:Canvas_Delegate [all...] |
/ndk/build/core/ |
build-binary.mk | 16 # Check that LOCAL_MODULE is defined, then restore its LOCAL_XXXX values 18 $(call module-restore-locals,$(LOCAL_MODULE))
|
/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/openssl/crypto/bn/asm/ |
ppc-mont.pl | 278 addi $num,$num,2 ; restore $num
|
/external/openssl/crypto/sha/asm/ |
sha1-sparcv9.pl | 275 restore
|
/external/skia/src/core/ |
SkPaint.cpp | 819 SkAutoRestorePaintTextSizeAndFrame restore(this); 824 // this gets restored by restore 904 SkAutoRestorePaintTextSizeAndFrame restore(this); 910 // this gets restored by restore 988 SkAutoRestorePaintTextSizeAndFrame restore(this); 993 // this gets restored by restore 1047 SkAutoRestorePaintTextSizeAndFrame restore(this); 1053 // this gets restored by restore [all...] |
/external/skia/src/views/ |
SkListWidget.cpp | 378 canvas->restore();
|
SkWidgets.cpp | 533 SkAutoCanvasRestore restore(canvas, true);
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext.h | 228 void restore();
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 180 m_graphicsContext->restore(); 209 // m_hdc so we can restore it.
|
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 606 void (*restore)(ANPCanvas*); member in struct:ANPCanvasInterfaceV0 [all...] |
/external/webkit/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 112 gc->restore();
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 105 canvas.restore();
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HighlightView.java | 98 canvas.restore();
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | 1025 void (*restore) (struct cl_target_option *); member in struct:gcc_target::target_option_hooks [all...] |