Searched refs:lx (Results 26 - 40 of 40) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DBMMimeMultipart.java395 int lx = l -1;
414 for(i = lx; i >= 0; i--) {
439 int lx = l -1;
491 for(i = lx; i >= 0; i--) {
564 int j=lx-1;
565 for(j = lx-1; j > 0; j--) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java95 float lx, float ly, float mx, float my) {
102 leadingX = lx;
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/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java220 int lx = (x / w) * w;
225 int dx = x - lx;
229 x = dx < w/2 ? lx: lx + w;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.c303 jint lx = WholeOfLong(leftx); \
305 if (lx < lox) lx = lox; \
309 rx-lx, 1, dstScan, \
310 pdst + lx*ANYTYPE##PixelStride); \
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_j0.c178 int hx,ix,lx; local
182 lx = __LO(x);
185 if((ix|lx)==0) return -one/zero;
H A De_j1.c179 int hx,ix,lx; local
183 lx = __LO(x);
186 if((ix|lx)==0) return -one/zero;
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java499 double lx = link.getX();
501 (nextchain != null && cx < lx &&
502 obstructs(nextchain.getX(), lx, curchain));
504 (nextlink != null && lx < cx &&
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLevel.java425 Level lx = (Level)ox;
426 return (lx.value == this.value);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPopupMenu.java945 long lx, ly;
946 lx = ((long) invokerOrigin.x) +
950 if(lx > Integer.MAX_VALUE) lx = Integer.MAX_VALUE;
951 if(lx < Integer.MIN_VALUE) lx = Integer.MIN_VALUE;
955 setLocation((int) lx, (int) ly);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawParallelogram.c286 jlong lx = PGRAM_INIT_X(loy, local
294 lx, pLeft->dx,
H A DLoopMacros.h1315 jint lx = WholeOfLong(leftx); \
1317 if (lx < lox) lx = lox; \
1319 while (lx < rx) { \
1320 Store ## DST ## PixelData(pPix, lx, pixel, pix); \
1321 lx++; \
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c1103 unsigned lx = 0; /* running index in l_buf */ local
1108 dist = s->d_buf[lx];
1109 lc = s->l_buf[lx++];
1135 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1138 } while (lx < s->last_lit);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp98 int k,hx,lx; local
100 lx = __LO(x);
103 if ((lx|(hx&0x7fffffff))==0) return x; /* +-0 */
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java132 private static void computeOffset(final float lx, final float ly, argument
135 final float len = (float) sqrt(lx*lx + ly*ly);
140 m[1] = -(lx * w)/len;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
505 lx = 0;
520 ax, ay, dx, dy, bx, by, lx, ly, mx, my);

Completed in 114 milliseconds

12