/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 302 /** restore the current matrix when restore() is called */ 304 /** restore the current clip when restore() is called */ 312 /** restore everything when restore() is called */ 318 * will all operate as usual, but when the balancing call to restore() 330 * call to restore() is made, those calls will be forgotten, and the 334 * to save/restore 342 * the balancing call to restore() is made is that offscreen transfered t 406 public native void restore(); method in class:Canvas 1619 restore(); method 1633 restore(); method [all...] |
/external/skia/include/core/ |
SkCanvas.h | 93 * installed. Note that this can change on other calls like save/restore, 146 /** save the matrix state, restoring it on restore() */ 148 /** save the clip state, restoring it on restore() */ 167 When the balancing call to restore() is made, the previous matrix, clip, 175 the balancing call to restore() is made is that offscreen transfered to 182 offscreen when restore() is called 191 the balancing call to restore() is made is that offscreen transfered to 197 @param alpha This is applied to the offscreen when restore() is called. 207 It is an error to call restore() more times than save() was called. 209 virtual void restore(); [all...] |
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.cpp | 87 // Determine placement of CSR spill/restore code: 95 // Add the code to save and restore the callee saved registers 288 /// insertCSRSpillsAndRestores - Insert spill and restore code for 324 // Restore using target interface. 340 // Restore all registers immediately before the return and any 404 CSRegSet restore = BI->second; local 406 if (restore.empty()) 410 for (CSRegSet::iterator RI = restore.begin(), 411 RE = restore.end(); RI != RE; ++RI) { 440 // Restore all registers immediately before the return and an [all...] |
PrologEpilogInserter.h | 61 // Analysis info for spill/restore placement. 73 // Set and maps for computing CSR spill/restore placement:
|
/external/valgrind/main/coregrind/ |
m_debuglog.c | 83 "popl %%ebx\n" /* restore ebx */ 125 "popq %%r15\n" /* restore r15 */ 126 "addq $256, %%rsp\n" /* restore stack ptr */ 301 "mr 2,27\n\t" /* restore r2 */ 302 "mtlr 30" /* restore lr */ 341 "mr 2,27\n\t" /* restore r2 */ 342 "mtlr 30" /* restore lr */ 384 "mr 2,27\n\t" /* restore r2 */ 385 "mtlr 30" /* restore lr */ 422 "mr 2,27\n\t" /* restore r2 * [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CameraTest.java | 54 method = "restore", 61 mCamera.restore();
|
/dalvik/vm/mterp/x86/ |
OP_FILLED_NEW_ARRAY.S | 90 UNSPILL_TMP1(rIBASE) # restore "BA" 115 UNSPILL(rIBASE) # restore rIBASE
|
footer.S | 279 movl LOCAL1_OFFSET(%ebp), %ebx # %ebx<- restore %ebx 362 movl LOCAL0_OFFSET(%ebp), %eax # %eax<- restore methodToCall 416 movl rSELF,%ecx # restore rSELF 462 UNSPILL_TMP1(%eax) # restore methodToCall 463 movl rSELF,%ecx # restore self 473 UNSPILL_TMP1(%eax) # restore methodToCall 523 movl rSELF, %ecx # restore self 524 SAVEAREA_FROM_FP %eax # restore saveArea
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PersistentState.java | 51 * App/Activity/Save & Restore State 57 * <td class="DescrColumn">The Save/Restore Screen implementation</td>
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
Krb5LoginModuleTest.java | 81 * Shuts down local server and restore system env. properties 90 // restore env. variables
|
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.h | 59 // currently nil. Used to restore the tracking area when an animation 70 // current state and make sure we properly restore the menu bar when this
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
tab_contents_controller.mm | 158 // Restore autoresizing properties possibly stripped by 196 // logic will restore focus to the appropriate view.
|
/external/chromium/chrome/browser/ui/webui/ |
flags_ui.cc | 190 // Set the flag to restore state after the restart. 197 // Same session restore behavior happens in case of full restart after update.
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 129 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ 134 #define TIF_RESTORE_SIGMASK 8 /* restore signal mask in do_signal() */
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeMachineFunction.h | 31 /// saved. This is used on Prologue and Epilogue to emit FP save/restore 35 /// saved. This is used on Prologue and Epilogue to emit RA save/restore
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 307 mov %rbx,144($context) # restore context->Rbx 308 mov %rbp,160($context) # restore context->Rbp 309 mov %r12,216($context) # restore context->R12 310 mov %r14,232($context) # restore context->R14 311 mov %r15,240($context) # restore context->R15 316 mov %rax,152($context) # restore context->Rsp 317 mov %rsi,168($context) # restore context->Rsi 318 mov %rdi,176($context) # restore context->Rdi
|
/external/openssl/crypto/rc4/asm/ |
rc4-x86_64.pl | 410 mov %rbx,144($context) # restore context->Rbx 411 mov %r12,216($context) # restore context->R12 412 mov %r13,224($context) # restore context->R13 417 mov %rax,152($context) # restore context->Rsp 418 mov %rsi,168($context) # restore context->Rsi 419 mov %rdi,176($context) # restore context->Rdi 441 mov %rsi,168($context) # restore context->Rsi 442 mov %rdi,176($context) # restore context->Rdi
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 70 /* Function to set/restore palette */ 90 WMcursor *cursor; /* To restore cursor when leaving/entering window */
|
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
SDL_wsconsevents.c | 80 WSCONS_ReportError("cannot restore keyboard to translated mode: %s", 85 WSCONS_ReportError("cannot restore keynoard attributes: %s",
|
/external/quake/quake/src/QW/client/ |
surf16.s | 117 popl %ebx // restore register variables 120 popl %ebp // restore the caller's stack frame
|
surf8.s | 260 popl %ebx // restore register variables 263 popl %ebp // restore the caller's stack frame 430 popl %ebx // restore register variables 433 popl %ebp // restore the caller's stack frame 570 popl %ebx // restore register variables 573 popl %ebp // restore the caller's stack frame 712 popl %ebx // restore register variables 715 popl %ebp // restore the caller's stack frame
|
/external/quake/quake/src/WinQuake/ |
surf16.s | 117 popl %ebx // restore register variables 120 popl %ebp // restore the caller's stack frame
|
surf8.s | 260 popl %ebx // restore register variables 263 popl %ebp // restore the caller's stack frame 430 popl %ebx // restore register variables 433 popl %ebp // restore the caller's stack frame 570 popl %ebx // restore register variables 573 popl %ebp // restore the caller's stack frame 712 popl %ebx // restore register variables 715 popl %ebp // restore the caller's stack frame
|
/external/skia/gm/ |
shadertext.cpp | 182 canvas->restore(); 184 canvas->restore();
|
/external/skia/samplecode/ |
SampleShaderText.cpp | 179 canvas->restore(); 181 canvas->restore();
|