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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java164 float omx, float omy, float mx, float my,
168 if ((omx == 0 && omy == 0) || (mx == 0 && my == 0)) {
172 float domx = omx - mx;
180 omx = -omx;
185 drawRoundJoin(x, y, omx, omy, mx, my, rev);
189 float omx, float omy,
193 // The sign of the dot product of mx,my and omx,omy is equal to the
195 // (ext is the angle between omx,omy and mx,my).
196 double cosext = omx * m
163 drawRoundJoin(float x, float y, float omx, float omy, float mx, float my, boolean rev, float threshold) argument
188 drawRoundJoin(float cx, float cy, float omx, float omy, float mx, float my, boolean rev) argument
240 drawBezApproxForArc(final float cx, final float cy, final float omx, final float omy, final float mx, final float my, boolean rev) argument
310 drawMiter(final float pdx, final float pdy, final float x0, final float y0, final float dx, final float dy, float omx, float omy, float mx, float my, boolean rev) argument
495 drawJoin(float pdx, float pdy, float x0, float y0, float dx, float dy, float omx, float omy, float mx, float my) argument
[all...]

Completed in 31 milliseconds