/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
|
SkDrawFilter.h | 29 with the (possibly modified) canvas/paint, and then restore() is called 30 to restore the canvas/paint to their state before filter() was called. 32 restore() will not be called. 47 canvas/paint). If true is returned, then restore() will be called. 50 /** If filter() returned true, then restore() will be called to restore the 53 virtual void restore(SkCanvas*, SkPaint*, Type) = 0;
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_MEM_OP_DECODE.S | 16 pop {r0-r12,lr} @ restore all registers 17 vpop {d0-d15} @ restore all fp registers
|
/external/skia/include/effects/ |
SkPaintFlagsDrawFilter.h | 28 virtual void restore(SkCanvas*, SkPaint*, Type); 31 uint32_t fPrevFlags; // local cache for filter/restore
|
SkBlurDrawLooper.h | 38 virtual void restore();
|
/external/webkit/WebCore/bindings/js/ |
ScriptCachedFrameData.h | 50 void restore(Frame*);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PolyToPoly.java | 62 canvas.restore(); 85 canvas.restore(); 92 canvas.restore(); 99 canvas.restore(); 106 canvas.restore();
|
Clipping.java | 71 canvas.restore(); 78 canvas.restore(); 87 canvas.restore(); 94 canvas.restore(); 101 canvas.restore(); 108 canvas.restore();
|
RoundRects.java | 75 canvas.restore(); 82 canvas.restore(); 91 canvas.restore(); 98 canvas.restore(); 107 canvas.restore(); 114 canvas.restore();
|
/dalvik/vm/mterp/x86-atom/ |
stub.S | 24 LOAD_PC_FP_FROM_GLUE # restore program counter and frame pointer
|
entry.S | 43 * Restore registers. 50 #movl 24(%ebp), %edi # restore %edi 51 #movl 28(%ebp), %esi # restore %esi 52 #movl 32(%ebp), %ebx # restore %ebx 53 #movl 36(%ebp), %ebp # restore caller base pointer 57 movl -16(%esp), %edi # restore %edi 58 movl -12(%esp), %esi # restore %esi 59 movl -8(%esp), %ebx # restore %ebx 60 movl -4(%esp), %ebp # restore caller base pointer 109 * Restore the stack pointer and PC from the save point established on entry an [all...] |
/external/stlport/stlport/stl/config/ |
_epilog.h | 27 # pragma info(restore)
|
/external/webkit/WebCore/bindings/v8/ |
ScriptCachedFrameData.h | 47 void restore(Frame*) { } function in class:WebCore::ScriptCachedFrameData 75 void restore(Frame*);
|
/external/webkit/WebCore/platform/graphics/cg/ |
GraphicsContextPlatformPrivateCG.h | 56 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate 71 void restore();
|
/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
|
/external/webkit/WebCore/history/ |
CachedPage.h | 42 void restore(Page*);
|
/dalvik/vm/arch/x86-atom/ |
Call386ABI.S | 164 movl -16(%ebp), %edi # restore %edi 165 movl -12(%ebp), %esi # restore %esi 166 movl -8(%ebp), %ebx # restore %ebx 167 movl -4(%ebp), %ebp # restore caller base pointer
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_otadata.h | 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon5666
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_otadata.h | 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon5716
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_otadata.h | 66 S_OTA_LOC restore; /* previous location */ member in struct:__anon5768
|
/external/webkit/WebCore/platform/graphics/qt/ |
StillImageQt.cpp | 62 ctxt->restore();
|
/frameworks/base/graphics/java/android/graphics/ |
Camera.java | 27 public native void restore(); method in class:Camera
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MEM_OP_DECODE.S | 15 pop {r0-r12,lr} @ restore all registers
|
/external/webkit/WebCore/platform/graphics/cairo/ |
GraphicsContextPlatformPrivateCairo.h | 67 void restore(); 82 void restore() {} function in class:WebCore::GraphicsContextPlatformPrivate
|