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

/frameworks/base/awt/java/awt/geom/
H A DPathIterator.java50 * The Constant WIND_NON_ZERO indicates the winding rule that says that a
54 public static final int WIND_NON_ZERO = 1; field in interface:PathIterator
92 * {@link PathIterator#WIND_NON_ZERO}.
H A DGeneralPath.java45 * The Constant WIND_NON_ZERO see {@link PathIterator#WIND_NON_ZERO}.
47 public static final int WIND_NON_ZERO = PathIterator.WIND_NON_ZERO; field in class:GeneralPath
196 * {@link PathIterator#WIND_NON_ZERO} and the initial capacity (number of
200 this(WIND_NON_ZERO, BUFFER_SIZE);
209 * {@link PathIterator#WIND_NON_ZERO}.
221 * {@link PathIterator#WIND_NON_ZERO}.
238 this(WIND_NON_ZERO, BUFFER_SIZE);
253 * {@link PathIterator#WIND_NON_ZERO}
[all...]

Completed in 37 milliseconds