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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java795 * space. If <code>onStroke</code> is false, this method checks
798 * <code>onStroke</code> is <code>true</code>, this method checks
807 * @param onStroke flag used to choose between testing the
823 boolean onStroke);
821 hit(Rectangle rect, Shape s, boolean onStroke) argument
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java1525 * @param onStroke Flag to choose between testing the stroked or
1538 boolean onStroke) {
1540 return mGraphics.hit(rect, s, onStroke);
1536 hit(Rectangle rect, Shape s, boolean onStroke) argument
H A DProxyGraphics2D.java1409 * @param onStroke Flag to choose between testing the stroked or
1422 boolean onStroke) {
1424 return mGraphics.hit(rect, s, onStroke);
1420 hit(Rectangle rect, Shape s, boolean onStroke) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java842 * @param onStroke Flag to choose between testing the stroked or
853 public boolean hit(Rectangle rect, Shape s, boolean onStroke) { argument
854 if (onStroke) {

Completed in 40 milliseconds