/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 59 public int saveLayer(RectF bounds, Paint paint, int saveFlags) { in saveLayer() method in NopCanvas 64 public int saveLayer(RectF bounds, Paint paint) { in saveLayer() method in NopCanvas 69 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() method in NopCanvas 75 public int saveLayer(float left, float top, float right, float bottom, Paint paint) { in saveLayer() method in NopCanvas
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 441 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint, @Saveflags int saveFlags) { in saveLayer() method in Canvas 474 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint) { in saveLayer() method in Canvas 483 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() method in Canvas 494 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() method in Canvas
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 249 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer() method in GcSnapshot
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 118 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() function in android::uirenderer::RecordingCanvas
|
D | SkiaCanvas.cpp | 186 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() function in android::SkiaCanvas
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 735 protected int saveLayer(RectF rect, Paint_Delegate paint, int saveFlags) { in saveLayer() method in BaseCanvas_Delegate
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 90 static jint saveLayer(jlong canvasHandle, jfloat l, jfloat t, in saveLayer() function
|