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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java85 public abstract Shape mapShape(Shape s); method in class:LayoutPathImpl
549 public Shape mapShape(Shape s) { method in class:LayoutPathImpl.SegmentPath
550 return new Mapper().mapShape(s);
900 public Shape mapShape(Shape s) { method in class:LayoutPathImpl.SegmentPath.Mapper
991 public Shape mapShape(Shape s) { method in class:LayoutPathImpl.EmptyPath
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1762 result = (GeneralPath)lp.mapShape(result);
2205 result = (GeneralPath)lp.mapShape(result); // dlf cast safe?
2342 result = (GeneralPath)lp.mapShape(result); // dlf cast safe?
2415 result = (GeneralPath)lp.mapShape(result);
2695 result = lp.mapShape(result);
H A DTextLine.java389 r2d = lp.mapShape(r2d).getBounds();

Completed in 43 milliseconds