Searched defs:x0 (Results 1 - 25 of 64) sorted by relevance

123

/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/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/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/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
122 if (x0 < 0) x0 = 0;
123 if (x0 > width - dx) x0 = width - dx;
130 for (int i = x0; i < x0 + dx; i++) {
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/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/src/share/classes/javax/swing/text/html/
H A DMap.java258 int x0; field in class:Map.RectangleRegionContainment
273 x0 = coords[0];
277 if (x0 < 0 || y0 < 0 || x1 < 0 || y1 < 0) {
301 x0 = (int)(percents[0] * width);
317 return ((x >= x0 && x <= x1) &&
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java450 * @param x0 Translated X origin of the subraster.
458 int x0, int y0,
480 int deltaX = x0 - x;
485 new Rectangle(x0,y0,width,height),
504 * @param x0 Translated X 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.java670 * @param x0 Translated X origin of the subraster.
678 int x0, int y0, int[] bandList) {
681 x0, y0,
699 * @param x0 Translated X origin of the subraster.
707 int x0, int y0,
729 int deltaX = x0 - x;
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.java640 * @param x0 Translated X origin of the subraster.
648 int x0, int y0,
671 int deltaX = x0 - x;
676 new Rectangle(x0,y0,width,height),
695 * @param x0 Translated X 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.java763 * @param x0 Translated X origin of the subraster.
771 int x0, int y0, int[] bandList) {
774 x0, y0,
792 * @param x0 Translated X origin of the subraster.
800 int x0, int y0,
822 int deltaX = x0 - x;
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.java1199 * @param x0 Translated X origin of the subraster.
1207 int x0, int y0, int[] bandList) {
1210 x0, y0,
1228 * @param x0 Translated X origin of the subraster.
1236 int x0, int y0,
1258 int deltaX = x0 - x;
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.java1261 * @param x0 Translated X origin of the subraster.
1269 int x0, int y0, int[] bandList) {
1272 x0, y0,
1289 * @param x0 Translated X origin of the subraster.
1297 int x0, int y0,
1321 int deltaX = x0 - x;
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.java538 * @param x0 Translated X origin of the subraster.
546 int x0, int y0,
568 int deltaX = x0 - x;
573 new Rectangle(x0,y0,width,height),
592 * @param x0 Translated X 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.java638 * @param x0 Translated X origin of the subraster.
646 int x0, int y0,
669 int deltaX = x0 - x;
674 new Rectangle(x0, y0, width, height),
694 * @param x0 Translated X 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
/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, );
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 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.java40 // The format of each of the inner arrays is: rowAARLE[i][0,1] = (x0, n)
41 // where x0 is the first x in row i with nonzero alpha, and n is the
49 // 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
72 x0 = 0;
86 int tx = x0 >> TILE_SIZE_LG;
88 int tx1 = (x0 + runLen - 1) >> TILE_SIZE_LG;
98 if (nextTileXCoord > x0+runLen) {
101 touchedTile[ty][tx] += val * (nextTileXCoord - x0);
111 // System.out.println("x0, y
[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/classes/javax/swing/text/
H A DUtilities.java291 * @param x0 the starting view location representing the start
301 int x0, int x, TabExpander e,
303 return getTabbedTextOffset(s, metrics, x0, x, e, startOffset, true);
307 int x0, int x, TabExpander e,
310 return getTabbedTextOffset(view, s, metrics, x0, x, e, startOffset, true,
316 int x0, int x, TabExpander e,
319 return getTabbedTextOffset(null, s, metrics, x0, x, e, startOffset, round, null);
332 int x0, int x, TabExpander e,
336 if (x0 >= x) {
337 // x before x0, retur
300 getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset) argument
306 getTabbedTextOffset(View view, Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, int[] justificationData) argument
314 getTabbedTextOffset(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round) argument
329 getTabbedTextOffset(View view, Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset, boolean round, int[] justificationData) argument
449 getBreakLocation(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.java190 public boolean accumulateLine(double x0, double y0, argument
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
207 if (x0 >= xhi && x1 >= xhi) {
211 return (x0 >= xlo || x1 >= xlo);
214 double dx = (x1 - x0);
217 xstart = x0 + (ylo - y0) * dx / dy;
220 xstart = x0;
224 xend = x0
242 accumulateQuad(double x0, double y0, double coords[]) argument
272 accumulateCubic(double x0, double y0, double coords[]) argument
[all...]
H A DOrder1.java33 private double x0; field in class:Order1
40 public Order1(double x0, double y0, argument
45 this.x0 = x0;
49 if (x0 < x1) {
50 this.xmin = x0;
54 this.xmax = x0;
63 return x0;
87 return (direction == INCREASING) ? x0 : x1;
95 return (direction == DECREASING) ? x0
[all...]

Completed in 120 milliseconds

123