Home
last modified time | relevance | path

Searched defs:saveLayer (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DOpenGLRenderer.h175 virtual int saveLayer(float left, float top, float right, float bottom, in saveLayer() function
DDisplayListCanvas.cpp135 int DisplayListCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() function in android::uirenderer::DisplayListCanvas
DSkiaCanvas.cpp278 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() function in android::SkiaCanvas
DOpenGLRenderer.cpp522 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() function in android::uirenderer::OpenGLRenderer
/frameworks/base/graphics/java/android/graphics/
DCanvas.java443 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint, @Saveflags int saveFlags) { in saveLayer() method in Canvas
453 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint) { in saveLayer() method in Canvas
460 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() method in Canvas
470 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java247 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer() method in GcSnapshot
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java1028 private int saveLayer(RectF rect, Paint_Delegate paint, int saveFlags) { in saveLayer() method in Canvas_Delegate
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp81 static jint saveLayer(JNIEnv* env, jobject, jlong canvasHandle, jfloat l, jfloat t, in saveLayer() function