HomeSort by relevance Sort by last modified time
    Searched refs:restore (Results 201 - 225 of 296) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/views/
SkListWidget.cpp 378 canvas->restore();
SkWidgets.cpp 533 SkAutoCanvasRestore restore(canvas, true);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 228 void restore();
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 180 m_graphicsContext->restore();
209 // m_hdc so we can restore it.
  /external/webkit/WebCore/svg/
SVGPatternElement.cpp 283 context->restore();
  /external/webkit/WebKit/android/plugins/
android_npapi.h 606 void (*restore)(ANPCanvas*); member in struct:ANPCanvasInterfaceV0
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 112 gc->restore();
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 105 canvas.restore();
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 98 canvas.restore();
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 1025 void (*restore) (struct cl_target_option *); member in struct:gcc_target::target_option_hooks
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 57 void SkPictureRecord::restore() { function in class:SkPictureRecord
73 addDraw(RESTORE);
75 return this->INHERITED::restore();
  /external/v8/test/mjsunit/
undeletable-functions.js 154 assertEquals(old.toString(), type[prop].toString(), "delete didn't restore the old value: " + prop);
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 54 m_records[i].restore();
73 void restore() function in class:WebCore::StorageIDJournal::Record
    [all...]
  /external/webkit/WebCore/platform/
ScrollView.cpp 799 context->restore();
811 context->restore();
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 447 drawingContext->restore();
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 257 // Restore our private State.
258 platformContext()->restore();
281 platformContext()->canvas()->restore();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 283 * @see android.graphics.Canvas#restore()
286 public void restore() { method in class:Canvas
439 // restore color
531 restore(); method
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 669 canvas.restore();
    [all...]
  /external/libffi/src/mips/
o32.S 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
178 REG_L ra, RA_OFF($sp) # Restore return address
282 bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
298 REG_L $16, S0_OFF2($sp) # Restore s0
299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
300 REG_L ra, RA_OFF2($sp) # Restore return address
  /external/openssl/crypto/bn/asm/
sparcv8.S 931 restore %g0,%g0,%o0
1045 restore %g0,%g0,%o0
1355 restore %g0,%g0,%o0
1453 restore %g0,%g0,%o0
sparcv8plus.S 1004 restore %g0,%g0,%o0 !=
1120 restore %g0,%g0,%o0
1436 restore %g0,%g0,%o0
1542 restore %g0,%g0,%o0
    [all...]
  /external/skia/src/utils/
SkCamera.cpp 395 void Sk3DView::restore() function in class:Sk3DView
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 77 this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."), "reset-profile-status-bar-item");
489 this.profileDataGridTree.restore();
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 191 restore();
254 void restore() function in class:WebCore::GraphicsContextPlatformPrivate
627 m_data->restore();
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 653 context->restore();

Completed in 1305 milliseconds

1 2 3 4 5 6 7 891011>>