HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 126 - 150 of 320) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/core/
SkComposeShader.cpp 106 SkAutoAlphaRestore restore(const_cast<SkPaint*>(&paint), 0xFF);
  /external/webkit/WebCore/page/
PrintContext.cpp 146 ctx.restore();
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 96 void GraphicsContext::restore() function in class:WebCore::GraphicsContext
102 LOG_ERROR("ERROR void GraphicsContext::restore() stack is empty");
411 restore();
424 restore();
442 restore();
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 176 context->restore();
  /external/webkit/WebCore/platform/graphics/filters/
FEComposite.cpp 141 filterContext->restore();
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 232 // time restore is invoked the layer and |imageBuffer| are combined to
241 // Copy off the image as |imageBuffer| may be deleted before restore is invoked.
273 void PlatformContextSkia::restore() function in class:PlatformContextSkia
278 canvas()->restore();
288 // Restore our native canvas.
289 canvas()->restore();
603 // the layer's bitmap while it's in effect. When WebKit calls restore() to
610 // When we call restore on the SkCanvas, the layer's bitmap is composed
623 m_canvas->restore();
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 148 void GraphicsContextPlatformPrivate::restore() function in class:WebCore::GraphicsContextPlatformPrivate
  /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 199 c.restore();
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 229 mov $t0,$ctx @ restore ctx
230 mov $t1,$inp @ restore inp
  /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...]

Completed in 527 milliseconds

1 2 3 4 56 7 8 91011>>