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

/openjdk7/jdk/test/sun/misc/JarIndex/metaInfFilenames/jarC/my/impl/
H A DStandardMessageService.java24 package my.impl;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java95 float lx, float ly, float mx, float my) {
105 maxAdvanceY = my;
94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, float lx, float ly, float mx, float my) argument
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp80 jint my = ypoints[0]; local
81 BOOL isclosed = (xpoints[npoints-1] == mx && ypoints[npoints-1] == my);
93 isempty = isempty && (x == mx && y == my);
734 int mx = 0, my = 0, x1 = 0, y1 = 0; local
750 my = y1 = transY + (int) floor(coords[index++]);
763 isapoint = isapoint && (x1 == mx && y1 == my);
782 isapoint = isapoint && (x1 == mx && y1 == my);
799 isapoint = isapoint && (x1 == mx && y1 == my);
807 if (x1 != mx || y1 != my) {
809 y1 = my;
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp312 jfloat my = (jfloat)yPoints[0]; local
339 isEmpty = isEmpty && (x == mx && y == my);
353 ADD_LINE_SEG_XYC(mx + transX, my + transY, color);
362 my = yPoints[nPoints-1] + transY +SP_FF4;
363 ADD_LINE_SEG_XYC(mx, my, color);
/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)) {
173 float domy = omy - my;
183 my = -my;
185 drawRoundJoin(x, y, omx, omy, mx, my, rev);
190 float mx, float my,
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 * mx + omy * my;
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
270 drawRoundCap(float cx, float cy, float mx, float my) 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...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderer.c175 jint mx, my; local
192 my = yPoints[0];
199 isEmpty = isEmpty && (x == mx && y == my);
208 yPoints[nPoints-1] != my))
217 (GLfloat)(my + transY) + 0.5f);
226 my = yPoints[nPoints-1] + transY;
227 j2d_glVertex2i(mx, my);
228 j2d_glVertex2i(mx+1, my+1);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
515 my = 0;
520 ax, ay, dx, dy, bx, by, lx, ly, mx, my);

Completed in 1304 milliseconds