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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java43 float Myy = (float) at.getScaleY();
46 if (Mxx == 1f && Myy == 1f) {
54 return new DeltaScaleFilter(out, Mxx, Myy);
56 return new ScaleFilter(out, Mxx, Myy, Mxt, Myt);
60 return new DeltaTransformFilter(out, Mxx, Mxy, Myx, Myy);
62 return new TransformFilter(out, Mxx, Mxy, Mxt, Myx, Myy, Myt);
76 float Myy = (float) at.getScaleY();
78 if (Mxx == 1f && Myy == 1f) {
81 return new DeltaScaleFilter(out, Mxx, Myy);
84 return new DeltaTransformFilter(out, Mxx, Mxy, Myx, Myy);
225 private final float Myy; field in class:TransformingPathConsumer2D.TransformFilter
228 TransformFilter(PathConsumer2D out, float Mxx, float Mxy, float Mxt, float Myx, float Myy, float Myt) argument
289 DeltaScaleFilter(PathConsumer2D out, float Mxx, float Myy) argument
337 private final float Myy; field in class:TransformingPathConsumer2D.DeltaTransformFilter
339 DeltaTransformFilter(PathConsumer2D out, float Mxx, float Mxy, float Myx, float Myy) argument
[all...]

Completed in 47 milliseconds