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

/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java36 boolean inRight; field in class:AreaOp.CAGOp
41 inRight = false;
49 inRight = !inRight;
51 boolean newClass = newClassification(inLeft, inRight);
64 boolean inRight);
68 public boolean newClassification(boolean inLeft, boolean inRight) { argument
69 return (inLeft || inRight);
74 public boolean newClassification(boolean inLeft, boolean inRight) { argument
75 return (inLeft && !inRight);
63 newClassification(boolean inLeft, boolean inRight) argument
80 newClassification(boolean inLeft, boolean inRight) argument
86 newClassification(boolean inLeft, boolean inRight) argument
[all...]

Completed in 33 milliseconds