| /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 | 515 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint, @Saveflags int saveFlags) { in saveLayer() method in Canvas 550 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint) { in saveLayer() method in Canvas 579 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() method in Canvas 591 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 | 248 public GcSnapshot saveLayer(RectF layerBounds, Paint_Delegate paint, int flags) { in saveLayer() method in GcSnapshot
|
| /frameworks/base/libs/hwui/ |
| D | SkiaCanvas.cpp | 172 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, in saveLayer() function in android::SkiaCanvas
|
| D | RecordingCanvas.cpp | 539 void DisplayListData::saveLayer(const SkRect* bounds, const SkPaint* paint, in saveLayer() function in android::uirenderer::DisplayListData
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | BaseCanvas_Delegate.java | 783 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 | 92 static jint saveLayer(jlong canvasHandle, jfloat l, jfloat t, in saveLayer() function
|