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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1023 * @see #quickReject(float, float, float, float, EdgeType)
1024 * @see #quickReject(Path, EdgeType)
1025 * @see #quickReject(RectF, EdgeType)
1027 public enum EdgeType { enum in class:Canvas
1039 EdgeType(int nativeInt) { method in class:Canvas.EdgeType
1056 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
1058 * non-antialiased ({@link Canvas.EdgeType#BW}).
1062 public boolean quickReject(@NonNull RectF rect, @NonNull EdgeType type) {
1076 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
1078 * non-antialiased ({@link Canvas.EdgeType#B
[all...]

Completed in 10 milliseconds