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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java795 * recommended alternative calls are {@link #clipRect(RectF)} and {@link #clipOutRect(RectF)};
819 * recommended alternative calls are {@link #clipRect(Rect)} and {@link #clipOutRect(Rect)};
861 public boolean clipOutRect(@NonNull RectF rect) { method in class:Canvas
885 public boolean clipOutRect(@NonNull Rect rect) { method in class:Canvas
910 * {@link #clipOutRect(float,float,float,float)};
950 public boolean clipOutRect(float left, float top, float right, float bottom) { method in class:Canvas
983 public boolean clipOutRect(int left, int top, int right, int bottom) { method in class:Canvas
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java209 canvas.clipOutRect(point.x - 61f, point.y + 8f,

Completed in 56 milliseconds