Searched refs:x0 (Results 26 - 50 of 162) sorted by relevance

1234567

/openjdk7/jdk/test/java/awt/Mouse/MouseModifiersUnitTest/
H A DExtraButtonDrag.java104 public static void dragMouse(int button, int x0, int y0, int x1, int y1){ argument
105 int curX = x0;
107 int dx = x0 < x1 ? 1 : -1;
109 robot.mouseMove(x0, y0);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFillParallelogram.c41 jdouble x0, jdouble y0,
60 SORT_PGRAM(x0, y0, dx1, dy1, dx2, dy2, );
62 PGRAM_MIN_MAX(ix1, ix2, x0, dx1, dx2, JNI_FALSE);
104 dx1 += x0;
106 dx2 += x0;
116 jlong lx = PGRAM_INIT_X(loy, x0, y0, lslope);
117 jlong rx = PGRAM_INIT_X(loy, x0, y0, rslope);
135 jlong rx = PGRAM_INIT_X(loy, x0, y0, rslope);
150 jlong lx = PGRAM_INIT_X(loy, x0, y0, lslope);
38 Java_sun_java2d_loops_FillParallelogram_FillParallelogram(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jdouble x0, jdouble y0, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
H A DDrawParallelogram.c47 jdouble x0; member in struct:__anon912
58 (pEDGE)->x0 = (X0); \
94 jdouble x0, jdouble y0,
114 SORT_PGRAM(x0, y0, dx1, dy1, dx2, dy2,
124 ox0 = x0 - (ldx1 + ldx2) / 2.0;
189 x3 = (dx1 += x0);
193 dx2 += x0;
196 HANDLE_PGRAM_EDGE( x0, y0, dx1, dy1,
202 HANDLE_PGRAM_EDGE(dx2, dy2, x0, y0,
287 pLeft->x0, pLef
91 Java_sun_java2d_loops_DrawParallelogram_DrawParallelogram(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jdouble x0, jdouble y0, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2, jdouble lw1, jdouble lw2) argument
[all...]
H A DDrawPath.c38 jint x0, jint y0, jint x1, jint y1)
45 x0, y0, x1, y1, 0);
48 static void processPoint(DrawHandler* hnd, jint x0, jint y0) argument
51 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, 1, 0,
37 processLine(DrawHandler* hnd, jint x0, jint y0, jint x1, jint y1) argument
H A DFillPath.c37 static void drawScanline(DrawHandler* hnd, jint x0, jint x1, jint y0) { argument
39 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, x1 - x0 + 1, 0,
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java57 private float x0, y0; field in class:Dasher
97 public void moveTo(float x0, float y0) { argument
106 this.sx = this.x0 = x0;
141 // precondition: pts must be in relative coordinates (relative to x0,y0)
155 out.moveTo(x0, y0);
164 this.x0 = x;
169 float dx = x1 - x0;
202 curCurvepts[0] = x0 + dashdx;
206 curCurvepts[0] = x0
[all...]
H A DStroker.java289 // Put the intersection point of the lines (x0, y0) -> (x1, y1)
292 private void computeIntersection(final float x0, final float y0, argument
298 float x10 = x1 - x0;
304 float t = x10p*(y0-y0p) - y10p*(x0-x0p);
306 m[off++] = x0 + t*x10;
311 final float x0, final float y0,
330 computeIntersection((x0 - pdx) + omx, (y0 - pdy) + omy, x0 + omx, y0 + omy,
331 (dx + x0) + mx, (dy + y0) + my, x0
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
346 moveTo(float x0, float y0) argument
450 emitMoveTo(final float x0, final float y0) argument
468 emitQuadTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final boolean rev) argument
479 emitCurveTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final float x3, final float y3, final 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
1139 pushCubic(float x0, float y0, float x1, float y1, float x2, float y2) argument
1153 pushQuad(float x0, float y0, float x1, float y1) argument
[all...]
H A DTransformingPathConsumer2D.java128 public void moveTo(float x0, float y0) { argument
129 out.moveTo(x0 + tx, y0 + ty);
182 public void moveTo(float x0, float y0) { argument
183 out.moveTo(x0 * sx + tx, y0 * sy + ty);
241 public void moveTo(float x0, float y0) { argument
242 out.moveTo(x0 * Mxx + y0 * Mxy + Mxt,
243 x0 * Myx + y0 * Myy + Myt);
295 public void moveTo(float x0, float y0) { argument
296 out.moveTo(x0 * sx, y0 * sy);
350 public void moveTo(float x0, floa argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c107 jfloat x0, jfloat y0,
110 jfloat x0, jfloat y0,
114 jfloat x0, jfloat y0,
119 jfloat x0, jfloat y0,
229 #define HANDLEMOVETO(pd, x0, y0, OOMERR) \
232 ADJUST1(pd, x0, y0); \
233 pd->movx = x0; \
235 PDBOXPOINT(pd, x0, y0); \
236 pd->curx = x0; \
673 (JNIEnv *env, jobject sr, jfloat x0, jfloa
672 Java_sun_java2d_pipe_ShapeSpanIterator_moveTo(JNIEnv *env, jobject sr, jfloat x0, jfloat y0) argument
777 PCMoveTo(PathConsumerVec *consumer, jfloat x0, jfloat y0) argument
919 ptSegDistSq(jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat px, jfloat py) argument
968 appendSegment(pathData *pd, jfloat x0, jfloat y0, jfloat x1, jfloat y1) argument
1056 subdivideLine(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1) argument
1077 subdivideQuad(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
1119 subdivideCubic(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
1249 jint x0, x1, y0, err; local
[all...]
H A DPathConsumer2D.h51 jfloat x0, jfloat y0);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTextUI.java135 int x0 = r.x - IBeamOverhang;
141 g.drawLine(x0, y0, x1, y0);
142 g.drawLine(x0, y1, x1, y1);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp39 * x0 - placekeeper for the original destination x location
63 jint tw, th, x0; local
70 x0 = x;
79 x = x0;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskFill.c80 * x0 - placekeeper for the original destination x location
102 jint tw, th, x0; local
106 x0 = x;
115 x = x0;
/openjdk7/jdk/test/java/lang/StrictMath/
H A DCubeRootTests.java146 {0x0.00000000001fp-1022, 0x1.fa9c313858568p-356},
151 {0x0.00000000001fdp-1022, 0x1.feff7f94ea34dp-356},
153 {0x0.00000001fffe7p-1022, 0x1.ffff7aaa87f1bp-352},
154 {0x0.00000001fffffp-1022, 0x1.fffffaaaaa9c7p-352},
155 {0x0.00001ffffff4p-1022, 0x1.ffffffcp-348},
156 {0x0.00001ffffffffp-1022, 0x1.ffffffffaaaabp-348},
157 {0x0.01ffffffffffcp-1022, 0x1.ffffffffffeabp-344},
333 {0x0.000000000003ep-1022, 0x1.fa9c313858568p-357},
340 {0x0.000000000003fp-1022, 0x1.fd51bf2069fe6p-357},
343 {0x0
[all...]
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvCCMTest.java91 static boolean testSubImage(int x0, int y0, int dx, int dy, argument
97 BufferedImage subSrc = src.getSubimage(x0, y0, dx, dy);
100 BufferedImage subDst = dst.getSubimage(x0, y0, dx, dy);
106 boolean result = cmp.compare(subDst, gldImage, x0, y0, dx, dy);
H A DColConvDCMTest.java94 static boolean testSubImage(int x0, int y0, int dx, int dy, int type, argument
100 BufferedImage subSrc = src.getSubimage(x0, y0, dx, dy);
103 BufferedImage subDst = dst.getSubimage(x0, y0, dx, dy);
111 boolean result = cmp.compare(subDst, gldImage, x0, y0, dx, dy);
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLUtilities.java209 int x0 = sg2d.transX;
216 int x1 = x0;
256 int x0 = r.getLoX();
266 int x1 = x0;
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java71 * constructor will have dimensions of {@code 0x0} and therefore be empty.
1066 long x0 = this.x;
1070 x1 += x0;
1073 x0 -= h;
1078 if (x1 < x0) {
1080 // Final width must remain negative so subtract x0 before
1082 // of x0 will reverse the ordering of x0 and x1.
1083 x1 -= x0;
1085 if (x0 < Intege
[all...]
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c398 int x0, y0, x1, y1; local
419 x0 = *ptr++;
421 DEBUG_PRINT((" DGA x range lox=%d hix=%d\n", x0, x1));
422 if (x0 < lox) {
423 x0 = lox;
428 if (x0 < x1 && y0 < y1) {
431 cliplox = x0;
437 if (cliplox == x0 && cliphix == x1 &&
445 cliplox <= x1 && cliphix >= x0)
449 cliplox = min(cliplox, x0);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.java1037 final private int[] jj_la1_0 = {0x100,0x80000,0x100000,0x2000,0x0,0x60000,0x0,0x80000000,0x11000000,0x0,0x0,0x0,0x0,0x2000,0x2000,0x0,0x91000000,0x0,0x8000,0x2000,0x0,0x91000000,};
1038 final private int[] jj_la1_1 = {0x0,
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java663 double x0 = getX();
665 return (x >= x0 &&
667 x < x0 + getWidth() &&
679 double x0 = getX();
681 return (x + w > x0 &&
683 x < x0 + getWidth() &&
695 double x0 = getX();
697 return (x >= x0 &&
699 (x + w) <= x0 + getWidth() &&
/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;
208 robot.mouseMove(x0, y0);
210 robot.mouseMove((int) (x0 + dx * i), (int) (y0 + dy * i));
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacket.java32 public final static short NoFlags = 0x0;
34 public final static short ReplyNoError = 0x0;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java117 private int x0, y0, w0, h0; field in class:GTKEngine
385 detail, x - x0, y - y0, w, h, direction.ordinal());
398 detail, x - x0, y - y0, w, h, synthState, dir);
409 x - x0, y - y0, w, h, boxGapType.ordinal(), tabBegin, size);
417 native_paint_check(widget, synthState, detail, x - x0, y - y0, w, h);
426 native_paint_expander(widget, state, detail, x - x0, y - y0, w, h,
437 x - x0, y - y0, w, h, placement.ordinal());
447 x - x0, y - y0, w, h,
456 native_paint_focus(widget, state, detail, x - x0, y - y0, w, h);
466 x - x0,
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java3115 jj_la1_0 = new int[] {0x9c0e0402,0x1e,0x2,0xe2,0x1c,0xe0,0xe0,0x0,0x0,0x0,0x8c0fe5e6,0x8c0fe5e6,0x402,0x16000,0x16000,0x8c0fe4e0,0x6000,0x8000,0x0,0x9c0e0400,0x100000,0x200000,0x400000,0x700000,0x700000,0x3800000,0x0,0x3800000,0x9e0fe4e0,0x0,0x100000,0x100000,0x9e0fe4e0,0x9c0fe4e0,0x2000000,0x40000000,0x40000000,0xe2,0xe0,0x20,0x1c,0x800,0x62,0x60,0x8000,0x40000000,0x40000000,0x800,0x0,0x0,0x0,0x8c0fe4e0,0x8c0fe4e0,0x8c0fe4e2,0x0,
[all...]

Completed in 152 milliseconds

1234567