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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java42 float Myx = (float) at.getShearY();
45 if (Mxy == 0f && Myx == 0f) {
60 return new DeltaTransformFilter(out, Mxx, Mxy, Myx, Myy);
62 return new TransformFilter(out, Mxx, Mxy, Mxt, Myx, Myy, Myt);
75 float Myx = (float) at.getShearY();
77 if (Mxy == 0f && Myx == 0f) {
84 return new DeltaTransformFilter(out, Mxx, Mxy, Myx, Myy);
97 float Myx = (float) at.getShearY();
99 if (Mxy == 0f && Myx == 0f) {
106 float det = Mxx * Myy - Mxy * Myx;
224 private final float Myx; field in class:TransformingPathConsumer2D.TransformFilter
228 TransformFilter(PathConsumer2D out, float Mxx, float Mxy, float Mxt, float Myx, float Myy, float Myt) argument
336 private final float Myx; field in class:TransformingPathConsumer2D.DeltaTransformFilter
339 DeltaTransformFilter(PathConsumer2D out, float Mxx, float Mxy, float Myx, float Myy) argument
[all...]

Completed in 30 milliseconds