Searched defs:maxX (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java56 private int maxX; field in class:IntegerInterleavedRaster
129 this.maxX = minX + width;
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 DShortInterleavedRaster.java58 private int maxX; field in class:ShortInterleavedRaster
132 this.maxX = minX + width;
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) || (
[all...]
H A DByteBandedRaster.java63 private int maxX; field in class:ByteBandedRaster
134 this.maxX = minX + width;
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) || (
[all...]
H A DByteComponentRaster.java74 private int maxX; field in class:ByteComponentRaster
155 this.maxX = minX + width;
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) || (
[all...]
H A DByteInterleavedRaster.java74 private int maxX; field in class:ByteInterleavedRaster
192 this.maxX = minX + width;
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) || (
[all...]
H A DBytePackedRaster.java71 private int maxX; field in class:BytePackedRaster
154 this.maxX = minX + width;
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)) {
830 if (dstOffX+width > this.maxX) {
831 width = this.maxX - dstOffX;
911 (x + w > this.maxX) || (
[all...]
H A DIntegerComponentRaster.java89 private int maxX; field in class:IntegerComponentRaster
169 this.maxX = minX + width;
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 DShortBandedRaster.java61 private int maxX; field in class:ShortBandedRaster
132 this.maxX = minX + width;
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) || (
[all...]
H A DShortComponentRaster.java74 private int maxX; field in class:ShortComponentRaster
155 this.maxX = minX + width;
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) || (
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java237 int maxX, maxY; field in class:GraphicsTests.Context
304 ctx.maxX = 3;
311 ctx.maxX = Math.max(Math.min(32, w - ctx.outdim.width), 3);
313 ctx.orgX = (w - ctx.outdim.width - ctx.maxX) / 2;
318 ctx.maxX = (w - ctx.outdim.width) + 1;
320 ctx.maxX = adjustWidth(ctx.maxX, ctx.maxY);
321 ctx.maxX = Math.max(ctx.maxX, 3);
326 ctx.initX = ctx.maxX /
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java688 int maxX, minX; field in class:BasicSplitPaneDivider.DragController
711 maxX = -1;
727 maxX = Math.max(0, splitPane.getSize().width -
733 maxX = Math.max(0, splitPane.getSize().width -
736 if (maxX < minX) minX = maxX = 0;
745 return (maxX > 0);
757 newX = Math.min(maxX, Math.max(minX, newX - offset));
769 newX = Math.min(maxX, Math.max(minX, x - offset));
830 maxX
[all...]
H A DBasicTableUI.java256 int minX, maxX, minY, maxY;
265 maxX = csm.getMaxSelectionIndex();
272 maxX = table.getColumnCount() - 1;
279 maxX = csm.getMaxSelectionIndex();
288 minX = maxX = minY = maxY = 0;
303 maxX = table.getColumnCount() - 1;
307 minX = Math.min(0, maxX);
322 leadColumn = maxX;
326 leadColumn = maxX + 1;
333 leadColumn = Math.min(Math.max(leadColumn, minX - 1), maxX
347 calcNextPos(int dx, int minX, int maxX, int dy, int minY, int maxY) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.c186 GLfloat edgeX, edgeY, minX, minY, maxX, maxY; local
242 maxX = ((GLfloat)srcOps->width) - edgeX;
246 maxX = (((GLfloat)srcOps->width) / srcOps->textureWidth) - edgeX;
250 j2d_glUniform4fARB(loc, minX, minY, maxX, maxY);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c63 mlib_d64 minX, minY, maxX, maxY; local
134 maxX = srcWidth;
144 maxX = srcWidth - ((kw - 1) - (kw1 - delta));
154 if (maxX > (srcWidth - paddings[2]))
155 maxX = srcWidth - paddings[2];
164 wClip = maxX;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java5209 void paintToOffscreen(Graphics g, int x, int y, int w, int h, int maxX, argument
5213 if ((y + h) < maxY || (x + w) < maxX) {

Completed in 85 milliseconds