Searched defs:EdgeType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java683 public enum EdgeType { enum in class:Canvas
687 EdgeType(int nativeInt) { method in class:Canvas.EdgeType
708 public boolean quickReject(RectF rect, EdgeType type) {
728 public boolean quickReject(Path path, EdgeType type) {
752 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) {

Completed in 10 milliseconds