Searched refs:y0 (Results 26 - 50 of 69) sorted by relevance

123

/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
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.java210 int y0 = sg2d.transY;
217 int y1 = surfaceBounds.height - (y0 + componentHeight);
257 int y0 = r.getLoY();
267 int y1 = surfaceBounds.height - (y0 + h);
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DPathConsumer2D.h51 jfloat x0, jfloat y0);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesTileGenerator.java158 int y0 = this.y;
159 int y1 = y0 + TILE_SIZE;
162 y0 -= cache.bboxY0;
166 for (int cy = y0; cy < y1; cy++) {
187 System.out.println("tile["+x0+", "+y0+
209 System.out.println("tile["+x0+", "+y0+
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java1067 long y0 = this.y;
1071 y1 += y0;
1074 y0 -= v;
1101 if (y1 < y0) {
1103 y1 -= y0;
1105 if (y0 < Integer.MIN_VALUE) y0 = Integer.MIN_VALUE;
1106 else if (y0 > Integer.MAX_VALUE) y0 = Integer.MAX_VALUE;
1107 } else { // (y1 >= y0)
[all...]
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c398 int x0, y0, x1, y1; local
409 y0 = *ptr++;
411 DEBUG_PRINT(("DGA y range loy=%d hiy=%d\n", y0, y1));
412 if (y0 < loy) {
413 y0 = loy;
428 if (x0 < x1 && y0 < y1) {
432 cliploy = y0;
438 cliploy <= y1 && cliphiy >= y0)
442 cliploy = min(cliploy, y0);
444 } else if (cliploy == y0
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java664 double y0 = getY();
666 y >= y0 &&
668 y < y0 + getHeight());
680 double y0 = getY();
682 y + h > y0 &&
684 y < y0 + getHeight());
696 double y0 = getY();
698 y >= y0 &&
700 (y + h) <= y0 + getHeight());
/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/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, y - y0,
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPolygons.c75 jint x0, y0, x1, y1; local
78 y0 = y1 = transY + *yPointsPtr++;
90 if (close && (empty || x1 != x0 || y1 != y0)) {
93 x1, y1, x0, y0, !empty);
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,
H A DMaskFill.c677 jdouble x0, jdouble y0,
695 SORT_PGRAM(x0, y0, dx1, dy1, dx2, dy2, );
698 iy1 = (jint) floor(y0);
699 iy2 = (jint) ceil(y0 + dy1 + dy2);
751 x0, y0, x0+dx1, y0+dy2);
760 x0, y0, x0+dx2, y0+dy1);
764 x0, y0, dx1, dy1, dx2, dy2);
942 jdouble x0, jdouble y0,
674 Java_sun_java2d_loops_MaskFill_FillAAPgram(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jobject comp, jdouble x0, jdouble y0, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
939 Java_sun_java2d_loops_MaskFill_DrawAAPgram(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jobject comp, jdouble x0, jdouble y0, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2, jdouble lw1, jdouble lw2) argument
[all...]
/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 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 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 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 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
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BL.c175 mlib_s32 off, x0, x1, x2, x3, y0, y1, y2, y3; variable
193 x0 = X - off*dX; y0 = Y - off*dY;
194 x1 = x0 + dX; y1 = y0 + dY;
199 deltay = DOUBLE_4U16(y0, y1, y2, y3);
323 mlib_s32 off, x0, x1, y0, y1; variable
346 x0 = X - dX; y0 = Y - dY;
349 x0 = X; y0 = Y;
354 deltay = DOUBLE_4U16(y0, y0, y1, y1);
481 mlib_s32 x0, x1, y0, y variable
[all...]
H A Dmlib_v_ImageAffine_BL_S16.c232 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
253 x0 = X - off*dX; y0 = Y - off*dY;
254 x1 = x0 + dX; y1 = y0 + dY;
259 deltay = DOUBLE_4U16(y0, y1, y2, y3);
358 mlib_s32 x0, x1, y0, y1; variable
379 x0 = X - dX; y0 = Y - dY;
382 x0 = X; y0 = Y;
387 deltay = DOUBLE_4U16(y0, y0, y1, y1);
482 mlib_s32 x0, x1, y0, y variable
[all...]
H A Dmlib_v_ImageAffine_BL_U16.c225 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
246 x0 = X - off*dX; y0 = Y - off*dY;
247 x1 = x0 + dX; y1 = y0 + dY;
252 deltay = DOUBLE_4U16(y0, y1, y2, y3);
351 mlib_s32 x0, x1, y0, y1; variable
372 x0 = X - dX; y0 = Y - dY;
375 x0 = X; y0 = Y;
380 deltay = DOUBLE_4U16(y0, y0, y1, y1);
475 mlib_s32 x0, x1, y0, y variable
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c807 int y0, y1; local
818 y0 = LutTable[i];
821 if (y0 <= y1) { // Increasing
822 if (In >= y0 && In <= y1) return i;
825 if (y1 < y0) { // Decreasing
826 if (In >= y1 && In <= y0) return i;
834 y0 = LutTable[i];
837 if (y0 <= y1) { // Increasing
838 if (In >= y0 && In <= y1) return i;
841 if (y1 < y0) { // Decreasin
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1630 * x0, y0, x1, y1.
1645 double x0, y0, x1, y1;
1666 y0 = pos + x0 * slope;
1669 // y0 <= y1, always
1672 if (y0 < top) {
1674 y0 = y1 = top;
1678 y0 = top;
1687 if (slope >= 0 || y0 >= bottom) {
1688 y0 = y1 = bottom;
1703 y0
[all...]
/openjdk7/jdk/test/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java164 public static void moveMouse(int x0, int y0, int x1, int y1){ argument
166 int curY = y0;
168 int dy = y0 < y1 ? 1 : -1;

Completed in 173 milliseconds

123