/external/webkit/WebCore/rendering/ |
EllipsisBox.cpp | 56 // Restore the regular fill color. 97 context->restore();
|
RenderSVGContainer.cpp | 114 childPaintInfo.context->restore();
|
RenderSVGImage.cpp | 103 paintInfo.context->restore();
|
RenderMediaControlsChromium.cpp | 121 context->restore(); 144 context->restore();
|
RenderThemeChromiumMac.mm | 841 paintInfo.context->restore(); [all...] |
InlineTextBox.cpp | 319 context->restore(); 491 // effect, so only when we know we're stroking, do a save/restore. 503 context->restore(); 515 context->restore(); 601 context->restore(); 624 context->restore(); 727 context->restore(); [all...] |
RenderThemeSafari.cpp | 786 paintInfo.context->restore(); 792 paintInfo.context->restore(); 799 paintInfo.context->restore(); 807 paintInfo.context->restore(); 809 paintInfo.context->restore(); 862 paintInfo.context->restore(); [all...] |
/external/webkit/WebKit/win/ |
WebKitGraphics.cpp | 120 context.restore();
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 53 /* Directory paths that we will not backup/restore */ 108 // directory itself, since the restore file won't 432 fprintf(stderr, "bad token %d in restore file\n", *type); 438 fprintf(stderr, "bad path length %d in restore file\n", pathLen); 443 fprintf(stderr, "truncated path in restore file\n"); 452 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath); 457 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath); 462 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath); 467 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath); 473 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath) 638 int restore = 0; local [all...] |
/frameworks/base/core/java/com/android/internal/service/wallpaper/ |
ImageWallpaper.java | 160 c.restore();
|
/packages/apps/Email/src/com/android/email/activity/ |
AccountShortcutPicker.java | 95 Account account = new Account().restore(cursor);
|
/packages/apps/Email/tests/src/com/android/email/ |
AccountTestCase.java | 73 accountList.add(new Account().restore(c));
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/ |
Visualization1.java | 176 c.restore();
|
/external/webkit/WebCore/html/canvas/ |
CanvasRenderingContext2D.idl | 36 void restore();
|
/external/webkit/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 91 m_path->setFillType(ft); // restore 373 scratch->restore(); 394 scratch->restore();
|
GraphicsContextAndroid.cpp | 181 this->restore(); 190 void restore() { function in class:WebCore::GraphicsContextPlatformPrivate 388 // restore our native canvas 389 GC2Canvas(this)->restore(); 390 // restore our private State 391 m_data->restore(); 499 // culling, and not both wacking the canvas' save/restore stack. 503 canvas->restore(); 818 Since it does not appear that webkit intends this to also save/restore 839 GC2Canvas(this)->restore(); [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 296 m_data->p()->restore(); 359 p->restore(); 430 p->restore(); 465 p->restore(); 502 p->restore(); 505 p->restore(); 826 p->restore(); [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 76 movl LOCAL1_OFFSET(%ebp), %ebx # %ebx<- restore %ebx 159 movl LOCAL0_OFFSET(%ebp), %eax # %eax<- restore methodToCall 274 * %ecx in addition to the normal caller save regs. The save/restore 300 GET_GLUE(%ecx) # restore rGLUE 372 /* not bailing - restore entry mode to default */
|
/external/webkit/WebCore/inspector/front-end/ |
SourceFrame.js | 565 ctx.restore(); 603 ctx.restore(); 612 ctx.restore();
|
/external/webkit/WebCore/platform/mac/ |
ThemeMac.mm | 223 context->restore(); 302 context->restore(); 430 context->restore();
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. [all...] |
CompilerTemplateAsm-armv7-a.S | 46 Callee must save/restore r4+ (except r12) if it modifies them. [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CameraTest.java | 54 method = "restore", 61 mCamera.restore();
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 164 @ Restore the registers we saved and return. Note this remaps stuff, 166 @ we pushed on evaporates when we restore "sp".
|