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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1088 * @see #quickReject(float, float, float, float, EdgeType)
1089 * @see #quickReject(Path, EdgeType)
1090 * @see #quickReject(RectF, EdgeType)
1092 public enum EdgeType { enum in class:Canvas
1104 EdgeType(int nativeInt) { method in class:Canvas.EdgeType
1121 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
1123 * non-antialiased ({@link Canvas.EdgeType#BW}).
1127 public boolean quickReject(@NonNull RectF rect, @NonNull EdgeType type) {
1141 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
1143 * non-antialiased ({@link Canvas.EdgeType#B
[all...]

Completed in 378 milliseconds