Searched refs:x1 (Results 201 - 225 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java198 private static void glide(int x0, int y0, int x1, int y1) throws AWTException { argument
204 float dmax = (float) Math.max(Math.abs(x1 - x0), Math.abs(y1 - y0));
205 float dx = (x1 - x0) / dmax;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c654 jfloat x1, y1, x2, y2; local
675 x1 = (jfloat)x;
677 x2 = x1 + ginfo->width;
683 x1, y1, x2, y2);
693 (((gx1) >= outerBounds.x1) && ((gy1) >= outerBounds.y1) && \
702 (bounds.x1 < (gx2)) && (bounds.y1 < (gy2)))
728 dx1 = previousGlyphBounds.x1;
738 // dx1-cachedDestBounds.x1 == +xoffset from left side of texture
742 dx1 - cachedDestBounds.x1,
806 cachedDestBounds.x1
[all...]
/openjdk7/langtools/test/tools/javac/literals/
H A DUnderscoreLiterals.java138 test(0x1, 1);
162 double whyWouldYouEverDoThis = 0x1.ffff_ffff_ffff_fp10_23;
163 double whyWouldYouEverDoEvenThis = 0x1.fffffffffffffp1023;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m71 CGRect sanitizedRect(CGFloat x1, CGFloat y1, CGFloat x2, CGFloat y2) {
73 if (x1 > x2) {
75 x2 = x1;
76 x1 = temp;
83 return CGRectMake(x1, y1, x2-x1, y2-y1);
86 QUARTZ_RENDERER_INLINE SDRenderType doLineUsingCG(CGContextRef cgRef, CGFloat x1, CGFloat y1, CGFloat x2, CGFloat y2, BOOL simple, CGFloat offsetX, CGFloat offsetY)
88 //fprintf(stderr, "doLine start=(%f, %f), end=(%f, %f), linewidth:%f, offsetX:%f, offsetY:%f\n", x1, y1, x2, y2, CGContextGetLineWidth(cgRef), offsetX, offsetY);
95 oneLinePoints[0] = CGPointMake(x1+offsetX, y1+offsetY);
103 CGContextMoveToPoint(cgRef, x1
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java175 protected final static short NAMESPACES = 0x1<<0;
176 protected final static short DTNORMALIZATION = 0x1<<1;
177 protected final static short ENTITIES = 0x1<<2;
178 protected final static short CDATA = 0x1<<3;
179 protected final static short SPLITCDATA = 0x1<<4;
180 protected final static short COMMENTS = 0x1<<5;
181 protected final static short VALIDATE = 0x1<<6;
182 protected final static short PSVI = 0x1<<7;
183 protected final static short WELLFORMED = 0x1<<8;
184 protected final static short NSDECL = 0x1<<
[all...]
H A DNodeImpl.java155 protected final static short READONLY = 0x1<<0;
156 protected final static short SYNCDATA = 0x1<<1;
157 protected final static short SYNCCHILDREN = 0x1<<2;
158 protected final static short OWNED = 0x1<<3;
159 protected final static short FIRSTCHILD = 0x1<<4;
160 protected final static short SPECIFIED = 0x1<<5;
161 protected final static short IGNORABLEWS = 0x1<<6;
162 protected final static short HASSTRING = 0x1<<7;
163 protected final static short NORMALIZED = 0x1<<8;
164 protected final static short ID = 0x1<<
[all...]
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java46 native void doLine(SurfaceData sData, float x1, float y1, float x2, float y2); argument
48 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
49 drawLine(sg2d, (float) x1, (float) y1, (float) x2, (float) y2);
54 public void drawLine(SunGraphics2D sg2d, float x1, float y1, float x2, float y2) { argument
57 surfaceData.doLine(this, sg2d, x1, y1, x2, y2);
67 lineToShape.setLine(x1, y1, x2, y2);
334 float x1 = (float) line.getX1();
339 drawLine(sg2d, x1, y1, x2, y2);
606 void doLine(SurfaceData sData, float x1, float y1, float x2, float y2) { argument
608 super.doLine(sData, x1, y
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java901 double x1 = Math.cos(angle) * x - Math.sin(angle) * y;
903 if (x1 < -(innerR / 2)) {
907 x1 = -innerR / 2;
910 else if ((int)x1 > innerR) {
914 x1 = innerR;
918 int maxY = (int)((triangleSize - x1 - innerR / 2.0) *
935 double x2 = Math.cos(Math.toRadians(-30.0)) * x1 -
937 double y2 = Math.sin(Math.toRadians(-30.0)) * x1 +
968 double x1 = Math.cos(Math.toRadians(-60.0) - angle) *
972 int newCircleX = (int)x1
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp266 RECT rView ={bounds->x1, bounds->y1, bounds->x2, bounds->y2};
577 bounds->x1 - wsdo->insets.left,
602 if (bounds->x1 < rClip.left) {
603 bounds->x1 = rClip.left;
616 if ((bounds->x2 <= bounds->x1) ||
706 if (bounds->x1 < crect.left) {
707 bounds->x1 = crect.left;
719 if (bounds->x2 > bounds->x1 && bounds->y2 > bounds->y1) {
764 x = pRasInfo->bounds.x1;
1033 if (clipInfo.bounds.x1 <
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java801 public void appendLine(float x1, float y1) { argument
802 path.lineTo(x1, y1);
805 public void appendQuadratic(float xm, float ym, float x1, float y1) { argument
806 path.quadTo(xm, ym, x1, y1);
811 float x1, float y1) {
812 path.curveTo(xm, ym, xn, yn, x1, y1);
809 appendCubic(float xm, float ym, float xn, float yn, float x1, float y1) argument
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DComponentSampleModel.java742 int x1 = x + w;
745 if (x < 0 || x >= width || w > width || x1 < 0 || x1 > width ||
1033 int x1 = x + w;
1036 if (x < 0 || x >= width || w > width || x1 < 0 || x1 > width ||
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java87 int x1, int y1, int x2, int y2)
96 buf.putInt(x1 + transx);
291 public void drawLine(int x1, int y1, int x2, int y2) { argument
295 buf.putInt(x1);
338 public void drawScanline(int x1, int x2, int y) { argument
344 buf.putInt(x1);
86 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java103 protected final static short NAMESPACES = 0x1<<0;
104 protected final static short WELLFORMED = 0x1<<1;
105 protected final static short ENTITIES = 0x1<<2;
106 protected final static short CDATA = 0x1<<3;
107 protected final static short SPLITCDATA = 0x1<<4;
108 protected final static short COMMENTS = 0x1<<5;
109 protected final static short DISCARDDEFAULT = 0x1<<6;
110 protected final static short INFOSET = 0x1<<7;
111 protected final static short XMLDECL = 0x1<<8;
112 protected final static short NSDECL = 0x1<<
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextField.java771 int x1 = x0 + r.width;
775 } else if(x1 > visibility.getValue() + visibility.getExtent()) {
777 visibility.setValue(x1 - visibility.getExtent());
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DPaletteBuilder.java357 int red_index = 0x1 & ((0xff & aColor.getRed()) >> shift);
358 int green_index = 0x1 & ((0xff & aColor.getGreen()) >> shift);
359 int blue_index = 0x1 & ((0xff & aColor.getBlue()) >> shift);
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp627 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) (0)
637 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) \
638 ( collector_func_load ? collector_func_load(x0,x1,x2,x3,x4,x5,x6),0 : 0 )
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java337 int x1, int y1, int x2, int y2,
359 x1, y1, x2, y2,
360 x1, y1, x2, y2,
335 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderer.cpp36 jint x1, jint y1, jint x2, jint y2)
39 "D3DRenderer_doDrawLineD3D x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
40 x1, y1, x2, y2);
42 return d3dc->pVCacher->DrawLine(x1, y1, x2, y2);
35 D3DRenderer_DrawLine(D3DContext *d3dc, jint x1, jint y1, jint x2, jint y2) argument
/openjdk7/jdk/test/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java164 public static void moveMouse(int x0, int y0, int x1, int y1){ argument
167 int dx = x0 < x1 ? 1 : -1;
170 while (curX != x1){
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DImageData.h246 int x1, y1; \
248 x1 = (*env)->GetIntField(env, img, gImageData.xDeviceAreaID); \
252 offsetVar = srcBump * (x2 - x1) + srcStride * (y2 - y1); \
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java313 int x1, int y1, int x2, int y2,
335 x1, y1, x2, y2,
336 x1, y1, x2, y2,
311 flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java174 return (flags() & (0x1 << flagNumber)) != 0;
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp264 void assert_common_2(DepType dept, ciObject* x0, ciObject* x1);
265 void assert_common_3(DepType dept, ciKlass* ctxk, ciObject* x1, ciObject* x2);
376 ciObject* x1 = NULL,
381 args[1] = x1;
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.hpp246 SO_AllClasses = 0x1,
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DNotifierArgs.java43 static final int ADDED_MASK = 0x1;

Completed in 93 milliseconds

1234567891011>>