Searched defs:transformShape (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java858 s = transformShape(s);
1907 protected Shape transformShape(Shape s) { method in class:SunGraphics2D
1912 return transformShape(transform, s);
1914 return transformShape(transX, transY, s);
1924 return transformShape(transform.createInverse(), s);
1929 return transformShape(-transX, -transY, s);
1933 protected static Shape transformShape(int tx, int ty, Shape s) { method in class:SunGraphics2D
1959 protected static Shape transformShape(AffineTransform tx, Shape clip) { method in class:SunGraphics2D
2000 usrClip = transformShape(sh);
2013 s = transformShape(
[all...]

Completed in 36 milliseconds