Searched refs:restore (Results 51 - 75 of 120) sorted by relevance

12345

/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp179 canvas.restore();
214 canvas.restore();
497 canvas.restore();
653 canvas.restore();
685 canvas.restore();
800 canvas.restore();
876 canvas.restore();
957 canvas.restore();
959 canvas.restore();
981 canvas.restore();
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DColorFiltersMutateActivity.java166 canvas.restore();
177 canvas.restore();
H A DMoreShadersActivity.java128 canvas.restore();
148 canvas.restore();
H A DPathsActivity.java124 canvas.restore();
142 canvas.restore();
H A DTextActivity.java154 canvas.restore();
160 // canvas.restore();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java192 canvas.restore();
204 canvas.restore();
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java137 canvas.restore();
/frameworks/base/libs/hwui/
H A DCanvasState.h46 * restore() call. May be called several times sequentially.
61 * Manages the Snapshot stack, implementing matrix, save/restore, and clipping methods in the
66 * transform) or hook into changes (e.g. save/restore) with minimal surface area for manipulating
100 void restore();
H A DDisplayListCanvas.cpp113 void DisplayListCanvas::restore() { function in class:android::uirenderer::DisplayListCanvas
121 mState.restore();
241 restore();
262 restore();
278 restore();
301 restore();
H A DRecordingCanvas.cpp110 void RecordingCanvas::RecordingCanvas::restore() { function in class:android::uirenderer::RecordingCanvas::RecordingCanvas
111 mState.restore();
127 // operations will be able to store and restore the current clip and transform info, and
475 restore();
496 restore();
512 restore();
H A DSkiaCanvas.cpp87 virtual void restore() override;
275 // The SkiaCanvas::restore operation layers on the capability to preserve
276 // either (or both) the matrix and/or clip state after a SkCanvas::restore
278 // when requested and playing it back after the SkCanvas::restore.
279 void SkiaCanvas::restore() { function in class:android::SkiaCanvas
288 mCanvas->restore();
306 mCanvas->restore();
315 // popped by restore(). If it wasn't, it means it doesn't belong to the
316 // restored canvas frame (SkCanvas lazy save/restore kicked in).
325 this->restore();
[all...]
H A DCanvasState.cpp132 * Guaranteed to restore without side-effects.
141 // subclass handles restore implementation
147 void CanvasState::restore() { function in class:android::uirenderer::CanvasState
H A DRenderProperties.cpp205 mComputedFields.mTransformCamera.restore();
/frameworks/base/libs/hwui/tests/microbench/
H A DFrameBuilderBench.cpp55 canvas.restore();
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp55 /* Directory paths that we will not backup/restore */
110 // directory itself, since the restore file won't
446 fprintf(stderr, "bad token %d in restore file\n", *type);
452 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
457 fprintf(stderr, "truncated path in restore file\n");
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore fil
661 int restore = 0; local
[all...]
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java109 canvas.restore();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java163 c.restore();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchUIUtilImpl.java108 c.restore();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java154 canvas.restore();
253 canvas.restore();
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp105 static void restore(JNIEnv* env, jobject, jlong canvasHandle, jboolean throwOnUnderflow) { function in namespace:android::CanvasJNI
107 if (canvas->getSaveCount() <= 1) { // cannot restore anymore
109 doThrowISE(env, "Underflow in restore - more restores than saves");
113 canvas->restore();
124 restoreCount = 1; // compat behavior - restore as far as possible
368 canvas->restore();
404 canvas->restore();
587 {"native_restore","!(JZ)V", (void*) CanvasJNI::restore},
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp482 mCanvas->restore();
495 mCanvas->restore();
508 mCanvas->restore();
518 mCanvas->restore();
536 mCanvas->restore();
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java326 transforms.restore(view);
343 transforms.restore(view);
445 public void restore(View view) { method in class:ChangeTransform.Transforms
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java548 public void restore(int blockIndex) throws IOException { method in class:MifareClassic
/frameworks/base/core/jni/android/graphics/
H A DCamera.cpp31 v->restore();
124 { "restore", "()V", (void*)Camera_restore },
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java203 canvas.restore();

Completed in 1298 milliseconds

12345