Searched refs:ETAG_IGNORE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DChainEnd.java58 if (etag == AreaOp.ETAG_IGNORE ||
59 that.etag == AreaOp.ETAG_IGNORE)
76 etag = AreaOp.ETAG_IGNORE;
77 that.etag = AreaOp.ETAG_IGNORE;
H A DEdge.java39 this(c, ctag, AreaOp.ETAG_IGNORE);
H A DAreaOp.java53 return ETAG_IGNORE;
102 int type = (newCount == 0 ? ETAG_ENTER : ETAG_IGNORE);
141 public static final int ETAG_IGNORE = 0; field in class:AreaOp
352 etag = AreaOp.ETAG_IGNORE;
359 if (etag != AreaOp.ETAG_IGNORE) {

Completed in 32 milliseconds