Home
last modified time | relevance | path

Searched refs:saveLayerAlpha (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
DSaveLayerAnimation.cpp36 canvas.saveLayerAlpha(0, 0, 400, 400, 200, SaveFlags::ClipToLayer); in createContent()
39 canvas.saveLayerAlpha(100, 100, 300, 300, 128, SaveFlags::ClipToLayer); in createContent()
47 canvas.saveLayerAlpha(100, 100, 300, 300, 128, SaveFlags::Flags(0)); // unclipped in createContent()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java80 public int saveLayerAlpha(RectF bounds, int alpha, int saveFlags) { in saveLayerAlpha() method in NopCanvas
85 public int saveLayerAlpha(RectF bounds, int alpha) { in saveLayerAlpha() method in NopCanvas
90 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() method in NopCanvas
96 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() method in NopCanvas
/frameworks/base/graphics/java/android/graphics/
DCanvas.java625 public int saveLayerAlpha(@Nullable RectF bounds, int alpha, @Saveflags int saveFlags) { in saveLayerAlpha() method in Canvas
630 return saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom, alpha, in saveLayerAlpha()
643 public int saveLayerAlpha(@Nullable RectF bounds, int alpha) { in saveLayerAlpha() method in Canvas
644 return saveLayerAlpha(bounds, alpha, ALL_SAVE_FLAG); in saveLayerAlpha()
655 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() method in Canvas
667 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() method in Canvas
668 return saveLayerAlpha(left, top, right, bottom, alpha, ALL_SAVE_FLAG); in saveLayerAlpha()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DAlphaLayersActivity.java128 canvas.saveLayerAlpha(0.0f, 100.0f, getWidth(), 150.0f, 127, in dispatchDraw()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp303 canvas->saveLayerAlpha(&bounds, (int)(properties.getAlpha() * 255)); in setViewProperties()
/frameworks/base/libs/hwui/hwui/
DCanvas.h198 virtual int saveLayerAlpha(float left, float top, float right, float bottom, int alpha,
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp99 static jint saveLayerAlpha(jlong canvasHandle, jfloat l, jfloat t, in saveLayerAlpha() function
102 return static_cast<jint>(get_canvas(canvasHandle)->saveLayerAlpha(l, t, r, b, alpha, flags)); in saveLayerAlpha()
674 {"nSaveLayerAlpha","(JFFFFII)I", (void*) CanvasJNI::saveLayerAlpha},
/frameworks/base/libs/hwui/
DSkiaCanvas.h76 virtual int saveLayerAlpha(float left, float top, float right, float bottom, int alpha,
DSkiaCanvas.cpp180 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() function in android::SkiaCanvas
/frameworks/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java203 return canvasDelegate.saveLayerAlpha(new RectF(l, t, r, b), alpha, layerFlags); in nSaveLayerAlpha()
DBaseCanvas_Delegate.java777 protected int saveLayerAlpha(RectF rect, int alpha, int saveFlags) { in saveLayerAlpha() method in BaseCanvas_Delegate
/frameworks/base/core/java/android/view/
DView.java21809 canvas.saveLayerAlpha(sx, sy, sx + getWidth(), sy + getHeight(), in draw()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10667 method public int saveLayerAlpha(android.graphics.RectF, int, int);
10668 method public int saveLayerAlpha(android.graphics.RectF, int);
10669 method public int saveLayerAlpha(float, float, float, float, int, int);
10670 method public int saveLayerAlpha(float, float, float, float, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt13890 method @Deprecated public int saveLayerAlpha(@Nullable android.graphics.RectF, int, int);
13891 method public int saveLayerAlpha(@Nullable android.graphics.RectF, int);
13892 method @Deprecated public int saveLayerAlpha(float, float, float, float, int, int);
13893 method public int saveLayerAlpha(float, float, float, float, int);
/frameworks/base/api/
Dcurrent.txt13890 method @Deprecated public int saveLayerAlpha(@Nullable android.graphics.RectF, int, int);
13891 method public int saveLayerAlpha(@Nullable android.graphics.RectF, int);
13892 method @Deprecated public int saveLayerAlpha(float, float, float, float, int, int);
13893 method public int saveLayerAlpha(float, float, float, float, int);
/frameworks/base/config/
Dboot-image-profile.txt5567 HSPLandroid/graphics/Canvas;->saveLayerAlpha(FFFFI)I
5568 HSPLandroid/graphics/Canvas;->saveLayerAlpha(FFFFII)I