Searched refs:transformShape (Results 1 - 2 of 2) 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...]
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java303 shape = sg2d.transformShape(shape);

Completed in 53 milliseconds