Home
last modified time | relevance | path

Searched refs:clipOutRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DCanvas.java903 public boolean clipOutRect(@NonNull RectF rect) { in clipOutRect() method in Canvas
927 public boolean clipOutRect(@NonNull Rect rect) { in clipOutRect() method in Canvas
992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() method in Canvas
1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() method in Canvas
/frameworks/base/core/api/
Dcurrent.txt14893 method public boolean clipOutRect(@NonNull android.graphics.RectF);
14894 method public boolean clipOutRect(@NonNull android.graphics.Rect);
14895 method public boolean clipOutRect(float, float, float, float);
14896 method public boolean clipOutRect(int, int, int, int);