Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java861 public boolean clipOutRect(@NonNull RectF rect) { in clipOutRect() method in Canvas
885 public boolean clipOutRect(@NonNull Rect rect) { in clipOutRect() method in Canvas
950 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() method in Canvas
983 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() method in Canvas