/frameworks/base/core/jni/android/graphics/ |
NinePatch.cpp | 108 canvas->restore();
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ClipDrawable.java | 215 canvas.restore();
|
/packages/apps/Email/src/com/android/email/provider/ |
EmailContent.java | 94 public abstract <T extends EmailContent> T restore (Cursor cursor); method in class:EmailContent 114 return (T)content.restore(cursor); 374 public EmailContent.Body restore(Cursor c) { method in class:EmailContent.Body 654 public EmailContent.Message restore(Cursor c) { method in class:EmailContent.Message 974 public EmailContent.Account restore(Cursor cursor) { method in class:EmailContent.Account 1783 public EmailContent.Attachment restore(Cursor cursor) { method in class:EmailContent.Attachment 2048 public EmailContent.Mailbox restore(Cursor cursor) { method in class:EmailContent.Mailbox 2213 public EmailContent.HostAuth restore(Cursor cursor) { method in class:EmailContent.HostAuth [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | 64 The clip/matrix/proc are fields that reflect the top of the save/restore 147 /* This is the record we keep for each save/restore level in the stack. 293 fFilter->restore(fCanvas, fPaint, fType); 296 fLooper->restore(); 303 // if we drew earlier with a filter, then we need to restore first 306 filter->restore(fCanvas, fPaint, fType); 423 this->restoreToCount(1); // restore everything but the last 424 this->internalRestore(); // restore the last, since we're going away 491 The caller really needs to restore() back to the base if they want to 564 new (newTop) MCRec(fMCRec, flags); // balanced in restore() 679 void SkCanvas::restore() { function in class:SkCanvas [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebframe.cpp | 321 context->restore(); 323 painter->restore(); 367 context->restore(); 381 context->restore(); 389 painter->restore(); [all...] |
/external/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 42 ldmia sp!, {r4, r5, pc} ; replace vars, return restore 133 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore 342 ldmia sp!, {r4 - r11, pc} ; replace vars, return restore
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. 501 pop {r2-r3} @ restore operands in reverse order 502 pop {r0-r1} @ restore operands in reverse order 543 pop {r2-r3} @ restore operands in reverse order 544 pop {r0-r1} @ restore operands in reverse order 603 mov r0, r10 @ restore in reverse order 663 mov r0, r10 @ restore in reverse order [all...] |
/external/openssl/crypto/aes/asm/ |
aes-sparcv9.pl | 480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address 508 restore 536 restore 623 restore 1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address 1054 restore 1082 restore 1169 restore
|
/external/skia/src/animator/ |
SkAnimateActive.cpp | 101 if (fApply.restore) { 288 state.fRestore = (SkBool8) apply->restore;
|
SkDrawGroup.cpp | 327 maker.fCanvas->restore();
|
/external/skia/src/utils/ |
SkDumpCanvas.cpp | 198 void SkDumpCanvas::restore() { function in class:SkDumpCanvas 199 this->INHERITED::restore(); 200 this->dump(kRestore_Verb, NULL, "restore");
|
/external/v8/test/mjsunit/regress/ |
regress-231.js | 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
|
/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 | 726 paintInfo.context->restore(); [all...] |
RenderFieldset.cpp | 160 graphicsContext->restore();
|
RenderFileUploadControl.cpp | 242 paintInfo.context->restore();
|
RenderPath.cpp | 250 childPaintInfo.context->restore();
|
/frameworks/base/core/java/android/view/ |
ViewRoot.java | 466 boolean restore = false; 468 restore = true; 508 if (restore) { 509 attrs.restore(); [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 263 * No translation, restore interpreter regs and start interpreting. 367 * Restore PC, registers, and interpState to original values 372 bl dvmSelfVerificationRestoreState @ restore pc and fp values 373 ldr rPC,[r0,#offShadowSpace_startPC] @ restore PC 374 ldr rFP,[r0,#offShadowSpace_fp] @ restore FP 375 ldr rGLUE,[r0,#offShadowSpace_glue] @ restore InterpState 485 ldmfd sp!, {r0, lr} @ restore r0 and lr [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/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();
|