Searched defs:saveLayer (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 485 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint, @Saveflags int saveFlags) { in saveLayer() method in Canvas 520 public int saveLayer(@Nullable RectF bounds, @Nullable Paint paint) { in saveLayer() method in Canvas 549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() method in Canvas 560 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/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/libs/hwui/ |
D | SkiaCanvas.cpp | 164 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, const SkPaint* paint) { in saveLayer() function in android::SkiaCanvas
|
D | RecordingCanvas.cpp | 651 void DisplayListData::saveLayer(const SkRect* bounds, const SkPaint* paint, in saveLayer() function in android::uirenderer::DisplayListData
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Canvas.cpp | 96 static jint saveLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat l, jfloat t, in saveLayer() function
|