Searched refs:maxY (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java66 private int maxY; field in class:ByteBandedRaster
135 this.maxY = minY + height;
234 (x >= this.maxX) || (y >= this.maxY)) {
281 (x + w > this.maxX) || (y + h > this.maxY)) {
334 (x + w > this.maxX) || (y + h > this.maxY)) {
379 (x + w > this.maxX) || (y + h > this.maxY)) {
421 (x >= this.maxX) || (y >= this.maxY)) {
447 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
515 (x + w > this.maxX) || (y + h > this.maxY)) {
562 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
H A DShortBandedRaster.java64 private int maxY; field in class:ShortBandedRaster
133 this.maxY = minY + height;
230 (x >= this.maxX) || (y >= this.maxY)) {
276 (x + w > this.maxX) || (y + h > this.maxY)) {
329 (x + w > this.maxX) || (y + h > this.maxY)) {
375 (x + w > this.maxX) || (y + h > this.maxY)) {
416 (x >= this.maxX) || (y >= this.maxY)) {
443 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
513 (x + w > this.maxX) || (y + h > this.maxY)) {
560 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
H A DShortInterleavedRaster.java61 private int maxY; field in class:ShortInterleavedRaster
133 this.maxY = minY + height;
237 (x >= this.maxX) || (y >= this.maxY)) {
285 (x + w > this.maxX) || (y + h > this.maxY)) {
338 (x + w > this.maxX) || (y + h > this.maxY)) {
398 (x + w > this.maxX) || (y + h > this.maxY)) {
438 (x >= this.maxX) || (y >= this.maxY)) {
465 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
535 (x + w > this.maxX) || (y + h > this.maxY)) {
581 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
H A DIntegerInterleavedRaster.java59 private int maxY; field in class:IntegerInterleavedRaster
130 this.maxY = minY + height;
218 (x >= this.maxX) || (y >= this.maxY)) {
263 (x + w > this.maxX) || (y + h > this.maxY)) {
300 (x >= this.maxX) || (y >= this.maxY)) {
329 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
420 (x + w > this.maxX) || (y + h > this.maxY)) {
H A DByteComponentRaster.java77 private int maxY; field in class:ByteComponentRaster
156 this.maxY = minY + height;
265 (x >= this.maxX) || (y >= this.maxY)) {
313 (x + w > this.maxX) || (y + h > this.maxY)) {
366 (x + w > this.maxX) || (y + h > this.maxY)) {
426 (x + w > this.maxX) || (y + h > this.maxY)) {
467 (x >= this.maxX) || (y >= this.maxY)) {
496 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
587 (x + w > this.maxX) || (y + h > this.maxY)) {
648 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
H A DShortComponentRaster.java77 private int maxY; field in class:ShortComponentRaster
156 this.maxY = minY + height;
264 (x >= this.maxX) || (y >= this.maxY)) {
312 (x + w > this.maxX) || (y + h > this.maxY)) {
365 (x + w > this.maxX) || (y + h > this.maxY)) {
425 (x + w > this.maxX) || (y + h > this.maxY)) {
465 (x >= this.maxX) || (y >= this.maxY)) {
493 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
563 (x + w > this.maxX) || (y + h > this.maxY)) {
609 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
H A DByteInterleavedRaster.java77 private int maxY; field in class:ByteInterleavedRaster
193 this.maxY = minY + height;
317 (x >= this.maxX) || (y >= this.maxY)) {
390 (x + w > this.maxX) || (y + h > this.maxY)) {
448 (x + w > this.maxX) || (y + h > this.maxY)) {
545 (x >= this.maxX) || (y >= this.maxY)) {
576 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
700 (x + w > this.maxX) || (y + h > this.maxY)) {
753 (x + w > this.maxX) || (y + h > this.maxY)) {
836 (x >= this.maxX) || (y >= this.maxY)) {
[all...]
H A DIntegerComponentRaster.java92 private int maxY; field in class:IntegerComponentRaster
170 this.maxY = minY + height;
275 (x >= this.maxX) || (y >= this.maxY)) {
323 (x + w > this.maxX) || (y + h > this.maxY)) {
367 (x >= this.maxX) || (y >= this.maxY)) {
399 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
499 (x + w > this.maxX) || (y + h > this.maxY)) {
H A DBytePackedRaster.java74 private int maxY; field in class:BytePackedRaster
155 this.maxY = minY + height;
246 (x >= this.maxX) || (y >= this.maxY)) {
320 (x + w > this.maxX) || (y + h > this.maxY)) {
394 (x + w > this.maxX) || (y + h > this.maxY)) {
508 (x >= this.maxX) || (y >= this.maxY)) {
548 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
833 if (dstOffY+height > this.maxY) {
834 height = this.maxY - dstOffY;
911 (x + w > this.maxX) || (y + h > this.maxY)) {
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java235 float maxY = 0;
240 maxY = Math.max(maxY, ulBottom);
247 maxY = Math.max(maxY, ulBottom);
250 return maxY;
352 float minY = 0, maxY = 0;
357 maxY = minY + (float)lb.getHeight();
360 maxY = Math.max(maxY, getUnderlineMax
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterNode.java114 int maxY = Integer.MIN_VALUE;
122 maxY = Math.max(maxY, p.y + n.getSize().height);
132 maxY = Math.max(maxY, p.y);
137 size = new Dimension(maxX - minX, maxY - minY);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java124 int maxY = Integer.MIN_VALUE;
137 maxY = Math.max(maxY, curY);
141 this.clientArea = new Rectangle(minX, minY, maxX - minX, maxY - minY);
H A DLineWidget.java94 int maxY = to.y;
101 if (minY > maxY) {
103 minY = maxY;
104 maxY = tmp;
107 clientArea = new Rectangle(minX, minY, maxX - minX + 1, maxY - minY + 1);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DMiscTests.java95 if ((y -= 1) < 0) y += gctx.maxY;
H A DGraphicsTests.java237 int maxX, maxY; field in class:GraphicsTests.Context
305 ctx.maxY = 1;
312 ctx.maxY = 1;
319 ctx.maxY = (h - ctx.outdim.height) + 1;
320 ctx.maxX = adjustWidth(ctx.maxX, ctx.maxY);
322 ctx.maxY = Math.max(ctx.maxY, 1);
327 ctx.initY = ctx.maxY / 2;
H A DImageTests.java527 if ((y -= 1) < 0) y += ictx.maxY;
533 if ((y -= 1) < 0) y += ictx.maxY;
579 if ((y -= 1) < 0) y += ictx.maxY;
585 if ((y -= 1) < 0) y += ictx.maxY;
638 if ((y -= 1) < 0) y += ictx.maxY;
644 if ((y -= 1) < 0) y += ictx.maxY;
699 if ((y -= 1) < 0) y += ictx.maxY;
706 if ((y -= 1) < 0) y += ictx.maxY;
865 if ((y -= 1) < 0) y += ictx.maxY;
871 if ((y -= 1) < 0) y += ictx.maxY;
[all...]
H A DRenderTests.java422 if ((y -= 1) < 0) y += rctx.maxY;
467 if ((y -= 1) < 0) y += rctx.maxY;
512 if ((y -= 1) < 0) y += rctx.maxY;
548 if ((y -= 1) < 0) y += rctx.maxY;
595 if ((y -= 1) < 0) y += rctx.maxY;
638 if ((y -= 1) < 0) y += rctx.maxY;
692 if ((y -= 1) < 0) y += rctx.maxY;
756 if ((y -= 1) < 0) y += rctx.maxY;
821 if ((y -= 1) < 0) y += rctx.maxY;
884 if ((y -= 1) < 0) y += cctx.maxY;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifInternalFrameTitlePane.java254 int maxY = d.height - 1;
264 g.drawLine(0, 0, 0, maxY);
266 g.drawLine(1, maxY, maxX, maxY);
267 g.drawLine(maxX, 1, maxX, maxY);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicBorders.java559 int maxY = cBounds.y + cBounds.height;
564 g.drawLine(cBounds.x - 1, maxY, maxX, maxY);
565 g.drawLine(maxX, 0, maxX, maxY + 1);
583 int maxY = cBounds.y + cBounds.height;
586 g.drawLine(0, cBounds.y - 1, 0, maxY);
589 g.drawLine(0, maxY, cBounds.width + 1, maxY);
590 g.drawLine(maxX, cBounds.y, maxX, maxY);
H A DBasicTableUI.java256 int minX, maxX, minY, maxY;
267 maxY = rsm.getMaxSelectionIndex();
274 maxY = rsm.getMaxSelectionIndex();
281 maxY = table.getRowCount() - 1;
288 minX = maxX = minY = maxY = 0;
304 maxY = table.getRowCount() - 1;
308 minY = Math.min(0, maxY);
323 leadRow = maxY + 1;
325 leadRow = maxY;
332 leadRow = Math.min(Math.max(leadRow, minY - 1), maxY
347 calcNextPos(int dx, int minX, int maxX, int dy, int minY, int maxY) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java87 int maxY = beginY + visRect.height;
92 if(testRect != null && (testRect.y + testRect.height) > maxY) {
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.c186 GLfloat edgeX, edgeY, minX, minY, maxX, maxY; local
243 maxY = ((GLfloat)srcOps->height) - edgeY;
247 maxY = (((GLfloat)srcOps->height) / srcOps->textureHeight) - edgeY;
250 j2d_glUniform4fARB(loc, minX, minY, maxX, maxY);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java124 for (int yCounter = y, maxY = y + h; yCounter < maxY;
130 int dy2 = Math.min(maxY, yCounter + ih - lastIY);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c63 mlib_d64 minX, minY, maxX, maxY; local
135 maxY = srcHeight;
145 maxY = srcHeight - ((kh - 1) - (kh1 - delta));
157 if (maxY > (srcHeight - paddings[3]))
158 maxY = srcHeight - paddings[3];
165 hClip = maxY;
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java173 for (int yCounter = y, maxY = y + h; yCounter < maxY;
179 int dy2 = Math.min(maxY, yCounter + ih - lastIY);

Completed in 6847 milliseconds

12