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

<<111213

  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 174 canvas.restore();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 160 /** sets an optional copy of the original content to be used during restore */
233 * upon restore
257 * into the main graphics when {@link #restore()} is called.
262 * upon restore
357 public GcSnapshot restore() { method in class:GcSnapshot
363 * @param saveCount the saveCount or -1 to only restore 1.
540 // restore the current one first.
543 if (size == saveCount + 1) { // this was the only one that needed restore.
  /external/zlib/contrib/masmx64/
inffasx64.asm 373 mov rax, [rsp] ; /* restore rbp and rsp */
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 475 boolean restore = false;
500 if (restore) {
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 119 /* save/restore the PC and/or FP from the glue struct */
    [all...]
  /external/skia/src/core/
SkDraw.cpp 132 fPaint.setStyle(fStyle); // restore the old
602 SkAutoPaintStyleRestore restore(paint, SkPaint::kFill_Style);
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /ndk/build/core/
definitions.mk 362 # Function : modules-restore-locals
365 # Usage : $(call module-restore-locals,<modulename>)
366 # Rationale: Restore the recorded LOCAL_XXX definitions for a given module.
368 module-restore-locals = \
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 288 restore
  /external/webkit/WebCore/inspector/
InspectorController.cpp     [all...]
  /external/webkit/WebCore/rendering/
SVGRootInlineBox.cpp 434 // Restore context & repaint rect
435 m_paintInfo.context->restore();
695 paintInfo.context->restore();
    [all...]
RenderLayer.cpp     [all...]
RenderLayerBacking.cpp 869 p->restore();
    [all...]
RenderTableCell.cpp 856 paintInfo.context->restore();
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 325 virtual void restore() { function in class:android::BoundsCanvas
331 SkCanvas::restore();
    [all...]
SelectText.cpp 125 // if the RTL substring had a surrogate pair, restore its order
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 284 ctx.restore();
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 538 restore
sha512-sparcv9.pl 585 restore
  /external/skia/src/views/
SkListView.cpp 362 SkAutoCanvasRestore restore(canvas, true);
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 782 gc->restore();
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 181 // restore of the secondary context (in GraphicsContextPlatformPrivateCG.h).
183 m_data->restore();
280 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color.
    [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 944 void PainterOpenVG::restore() function in class:WebCore::PainterOpenVG
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 813 // restore the scale (only) for the top frame
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp     [all...]

Completed in 595 milliseconds

<<111213