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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1623 private double[] getCaretPath(TextHitInfo hit, Rectangle2D bounds) { method in class:TextLayout
1637 private double[] getCaretPath(int caret, Rectangle2D bounds, method in class:TextLayout
1785 return pathToShape(getCaretPath(hit, bounds), false, textLine.getLayoutPath());
1886 Shape hitShape = pathToShape(getCaretPath(hit, bounds), false, lp);
1894 Shape otherShape = pathToShape(getCaretPath(otherHit, bounds), false, lp);
2004 return boundingShape(getCaretPath(caret0, bounds, true),
2005 getCaretPath(caret1, bounds, true));
2026 double[] path1 = getCaretPath(0, bounds, true);
2053 double[] path0 = getCaretPath(characterCount, bounds, true);

Completed in 897 milliseconds