Searched defs:mapShape (Results 1 - 1 of 1) 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

Completed in 32 milliseconds