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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java43 AffineTransform ShapeTM = new AffineTransform(); field in class:CompositeCRenderer
175 ShapeTM.setToTranslation(-compositingBounds.getX(), -compositingBounds.getY());
176 ShapeTM.concatenate(sg2d.transform);
177 g.setTransform(ShapeTM);
228 ShapeTM.setToTranslation(-compositingBounds.getX(), -compositingBounds.getY());
229 ShapeTM.concatenate(sg2d.transform);
230 g.setTransform(ShapeTM);
283 ShapeTM.setToTranslation(-compositingBounds.getX(), -compositingBounds.getY());
284 ShapeTM.concatenate(sg2d.transform);
285 g.setTransform(ShapeTM);
[all...]

Completed in 37 milliseconds