Searched defs:y0 (Results 1 - 25 of 55) sorted by relevance

123

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dw_j0.c28 * wrapper j0(double x), y0(double x)
53 double y0(double x) /* wrapper y0 */ function
55 double y0(x) /* wrapper y0 */
74 return __kernel_standard(x,x,35); /* y0(x>X_TLOSS) */
/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
106 int curY = y0;
108 int dy = y0 < y1 ? 1 : -1;
109 robot.mouseMove(x0, y0);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageZoom_NN_f.c96 mlib_s32 y0 = -1, dx7 = 7*dx, dx15 = 8*dx + dx7; local
103 if ((y0 >> MLIB_SHIFT) == (y >> MLIB_SHIFT)) {
151 y0 = y;
166 mlib_s32 cx, y0 = -1, dx7 = 7*dx, dx15 = 8*dx + dx7; local
173 if ((y0 >> MLIB_SHIFT) == (y >> MLIB_SHIFT)) {
272 y0 = y;
287 mlib_s32 cx, y0 = -1, dx3 = 3*dx, dx7 = 4*dx + dx3; local
294 if ((y0 >> MLIB_SHIFT) == (y >> MLIB_SHIFT)) {
365 y0 = y;
380 mlib_s32 y0 local
[all...]
/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));
206 float dy = (y1 - y0) / dmax;
208 robot.mouseMove(x0, y0);
210 robot.mouseMove((int) (x0 + dx * i), (int) (y0 + dy * i));
/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);
H A DImageComparator.java116 boolean compare(BufferedImage dst, BufferedImage gldImage, int x0, int y0, argument
124 if (y0 < 0) y0 = 0;
125 if (y0 > height - dy) y0 = height - dy;
131 for (int j = y0; j < y0 + dy; j++) {
132 boolean cmp = compare(dst.getRGB(i-x0,j-y0),
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DFillParallelogram.java78 double x0, double y0,
110 double x0, double y0,
115 target.FillParallelogram(sg2d, dest, x0, y0, dx1, dy1, dx2, dy2);
77 FillParallelogram(SunGraphics2D sg2d, SurfaceData dest, double x0, double y0, double dx1, double dy1, double dx2, double dy2) argument
109 FillParallelogram(SunGraphics2D sg2d, SurfaceData dest, double x0, double y0, double dx1, double dy1, double dx2, double dy2) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java259 int y0; field in class:Map.RectangleRegionContainment
274 y0 = coords[1];
277 if (x0 < 0 || y0 < 0 || x1 < 0 || y1 < 0) {
304 y0 = (int)(percents[1] * height);
318 (y >= y0 && y <= y1));
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java451 * @param y0 Translated Y origin of the subraster.
458 int x0, int y0,
481 int deltaY = y0 - y;
485 new Rectangle(x0,y0,width,height),
505 * @param y0 Translated Y origin of the subRaster.
512 int x0, int y0,
514 return createWritableChild(x, y, width, height, x0, y0, bandList);
456 createWritableChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
510 createChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
H A DShortInterleavedRaster.java671 * @param y0 Translated Y origin of the subraster.
678 int x0, int y0, int[] bandList) {
681 x0, y0,
700 * @param y0 Translated Y origin of the subraster.
707 int x0, int y0,
730 int deltaY = y0 - y;
734 new Rectangle(x0, y0, width, height),
676 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
705 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DByteBandedRaster.java641 * @param y0 Translated Y origin of the subraster.
648 int x0, int y0,
672 int deltaY = y0 - y;
676 new Rectangle(x0,y0,width,height),
696 * @param y0 Translated Y origin of the subraster.
703 int x0, int y0,
705 return createWritableChild(x, y, width, height, x0, y0, bandList);
646 createWritableChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
701 createChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
H A DByteComponentRaster.java764 * @param y0 Translated Y origin of the subraster.
771 int x0, int y0, int[] bandList) {
774 x0, y0,
793 * @param y0 Translated Y origin of the subraster.
800 int x0, int y0,
823 int deltaY = y0 - y;
827 new Rectangle(x0, y0, width, height),
769 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
798 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DByteInterleavedRaster.java1200 * @param y0 Translated Y origin of the subraster.
1207 int x0, int y0, int[] bandList) {
1210 x0, y0,
1229 * @param y0 Translated Y origin of the subraster.
1236 int x0, int y0,
1259 int deltaY = y0 - y;
1263 new Rectangle(x0, y0, width, height),
1205 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
1234 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DBytePackedRaster.java1262 * @param y0 Translated Y origin of the subraster.
1269 int x0, int y0, int[] bandList) {
1272 x0, y0,
1290 * @param y0 Translated Y origin of the subraster.
1297 int x0, int y0,
1322 int deltaY = y0 - y;
1326 new Rectangle(x0, y0, width, height),
1267 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
1295 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DIntegerComponentRaster.java539 * @param y0 Translated Y origin of the subraster.
546 int x0, int y0,
569 int deltaY = y0 - y;
573 new Rectangle(x0,y0,width,height),
593 * @param y0 Translated Y origin of the subRaster.
600 int x0, int y0,
602 return createWritableChild(x, y, width, height, x0, y0, bandList);
544 createWritableChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
598 createChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
H A DShortBandedRaster.java639 * @param y0 Translated Y origin of the subraster.
646 int x0, int y0,
670 int deltaY = y0 - y;
674 new Rectangle(x0, y0, width, height),
695 * @param y0 Translated Y origin of the subraster.
702 int x0, int y0,
704 return createWritableChild(x, y, width, height, x0, y0, bandList);
644 createWritableChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
700 createChild(int x, int y, int width, int height, int x0, int y0, int bandList[]) argument
H A DShortComponentRaster.java699 * @param y0 Translated Y origin of the subraster.
706 int x0, int y0, int[] bandList) {
709 x0, y0,
728 * @param y0 Translated Y origin of the subraster.
735 int x0, int y0,
758 int deltaY = y0 - y;
762 new Rectangle(x0, y0, width, height),
704 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
733 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
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 DFillParallelogram.c41 jdouble x0, jdouble y0,
60 SORT_PGRAM(x0, y0, dx1, dy1, dx2, dy2, );
63 iy1 = (jint) floor(y0 + 0.5);
64 iy2 = (jint) floor(y0 + dy1 + dy2 + 0.5);
105 dy1 += y0;
107 dy2 += y0;
116 jlong lx = PGRAM_INIT_X(loy, x0, y0, lslope);
117 jlong rx = PGRAM_INIT_X(loy, x0, y0, rslope);
127 /* left leg turned a corner at y0+dy1 */
128 /* right leg continuing on its initial trajectory from y0 */
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
[all...]
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 DPiscesCache.java49 // the row terminated). x0,y0 is this (x,y)-(bboxX0,bboxY0). They
51 private int x0 = Integer.MIN_VALUE, y0 = Integer.MIN_VALUE; field in class:PiscesCache
73 y0 = -1; // -1 makes the first assert in startRow succeed
83 addTupleToRow(y0, val, runLen);
87 int ty = y0 >> TILE_SIZE_LG;
111 // System.out.println("x0, y0: " + x0 + ", " + y0);
131 assert y - bboxY0 > y0;
134 y0 = y - bboxY0;
136 assert rowAARLE[y0][
[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, float y0) { argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.java190 public boolean accumulateLine(double x0, double y0, argument
193 if (y0 <= y1) {
194 return accumulateLine(x0, y0, x1, y1, 1);
196 return accumulateLine(x1, y1, x0, y0, -1);
200 public boolean accumulateLine(double x0, double y0, argument
204 if (yhi <= y0 || ylo >= y1) {
210 if (y0 == y1) {
215 double dy = (y1 - y0);
216 if (y0 < ylo) {
217 xstart = x0 + (ylo - y0) * d
242 accumulateQuad(double x0, double y0, double coords[]) argument
272 accumulateCubic(double x0, double y0, double coords[]) argument
[all...]
H A DOrder1.java34 private double y0; field in class:Order1
40 public Order1(double x0, double y0, argument
46 this.y0 = y0;
67 return y0;
91 return (direction == INCREASING) ? y0 : y1;
99 return (direction == DECREASING) ? y0 : y1;
103 if (x0 == x1 || y <= y0) {
109 // assert(y0 != y1); /* No horizontal lines... */
110 return (x0 + (y - y0) * (x
[all...]

Completed in 58 milliseconds

123