Searched refs:dx (Results 151 - 163 of 163) sorted by relevance

1234567

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h1273 mlib_s32 dx,
1282 mlib_s32 dx,
1309 mlib_s32 dx,
3465 mlib_s32 dx,
3474 mlib_s32 dx,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java3090 int dx = getX(), dy = getY();
3099 dx += bounds.x;
3104 aRect.x += dx;
3108 aRect.x -= dx;
H A DJList.java2436 int dx = insets.left + insets.right;
2444 int width = fixedCellWidth + dx;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java410 int dx = 0;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java1871 float dx = 0;
1884 dx = localLeftMargin;
1891 g.fillRect((int) (x + dx),
1897 bgPainter.paint(g, x + dx, y + dy, w + dw, h + dh, v);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h529 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java480 * <code>dx</code> and <code>dy</code>. From the point specified
484 * <code>dx</code> or <code>dy</code>.
494 * @param dx the horizontal distance to copy the pixels.
499 int dx, int dy) {
498 copyArea(int x, int y, int width, int height, int dx, int dy) argument
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageWriter.java496 double dx = ((Double)e.numberValue()).doubleValue();
497 long x = Double.doubleToLongBits(dx);
H A DPackageReader.java481 double dx = Double.longBitsToDouble(x);
482 cpMap[i] = ConstantPool.getLiteralEntry(dx);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1419 static int Adjust (volatile int * adr, int dx) { argument
1421 for (v = *adr ; Atomic::cmpxchg (v + dx, adr, v) != v; v = *adr) ;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp752 double dx = temp.cx * cos(rads); local
754 x += (long)floor(dx+0.5);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c637 jint sx, jint sy, jint dx, jint dy, jint width, jint height,
635 Java_sun_java2d_xr_XRBackendNative_putMaskNative(JNIEnv *env, jclass cls, jint drawable, jlong gc, jbyteArray imageData, jint sx, jint sy, jint dx, jint dy, jint width, jint height, jint maskOff, jint maskScan, jfloat ea, jlong imgPtr) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java1044 int x, int y, int w, int h, int dx, int dy)
1043 copyArea(SunGraphics2D sg2d, int x, int y, int w, int h, int dx, int dy) argument

Completed in 108 milliseconds

1234567