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

12

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java50 * indicated by the <code>minX</code>, <code>minY</code>,
65 * @param minX the X coordinate of the leftmost updated column
80 int minX, int minY,
105 * (<code>minX</code>, <code>minY</code>, <code>width</code>, and
111 * minX = 10
132 * @param minX the X coordinate of the leftmost updated column
147 int minX, int minY,
182 * @param minX the X coordinate of the leftmost updated column
199 int minX, int minY,
212 * @param minX th
76 passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
195 thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
227 thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java62 /** A cached copy of minX + width for use in bounds checks. */
134 this.maxX = minX + width;
233 if ((x < this.minX) || (y < this.minY) ||
244 int off = (y-minY)*scanlineStride + (x-minX);
280 if ((x < this.minX) || (y < this.minY) ||
291 int yoff = (y-minY)*scanlineStride + (x-minX);
333 if ((x < this.minX) || (y < this.minY) ||
341 int yoff = (y-minY)*scanlineStride + (x-minX) + dataOffsets[band];
378 if ((x < this.minX) || (y < this.minY) ||
386 int yoff = (y-minY)*scanlineStride + (x-minX);
[all...]
H A DShortBandedRaster.java60 /** A cached copy of minX + width for use in bounds checks. */
132 this.maxX = minX + width;
229 if ((x < this.minX) || (y < this.minY) ||
241 int off = (y-minY)*scanlineStride + (x-minX);
275 if ((x < this.minX) || (y < this.minY) ||
286 int yoff = (y-minY)*scanlineStride + (x-minX);
328 if ((x < this.minX) || (y < this.minY) ||
336 int yoff = (y-minY)*scanlineStride + (x-minX) + dataOffsets[band];
374 if ((x < this.minX) || (y < this.minY) ||
382 int yoff = (y-minY)*scanlineStride + (x-minX);
[all...]
H A DShortInterleavedRaster.java57 /** A cached copy of minX + width for use in bounds checks. */
132 this.maxX = minX + width;
236 if ((x < this.minX) || (y < this.minY) ||
248 (x-minX)*pixelStride;
284 if ((x < this.minX) || (y < this.minY) ||
296 (x-minX)*pixelStride;
337 if ((x < this.minX) || (y < this.minY) ||
346 (x-minX)*pixelStride+ dataOffsets[band];
397 if ((x < this.minX) || (y < this.minY) ||
406 (x-minX)*pixelStrid
[all...]
H A DIntegerInterleavedRaster.java55 /** A cached copy of minX + width for use in bounds checks. */
129 this.maxX = minX + width;
217 if ((x < this.minX) || (y < this.minY) ||
228 int off = (y-minY)*scanlineStride + (x-minX) + dataOffsets[0];
262 if ((x < this.minX) || (y < this.minY) ||
273 int yoff = (y-minY)*scanlineStride + (x-minX) + dataOffsets[0];
299 if ((x < this.minX) || (y < this.minY) ||
306 int off = (y-minY)*scanlineStride + (x-minX) + dataOffsets[0];
328 if ((dstOffX < this.minX) || (dstOffY < this.minY) ||
357 // Write inRaster (minX, min
[all...]
H A DByteComponentRaster.java73 /** A cached copy of minX + width for use in bounds checks. */
155 this.maxX = minX + width;
264 if ((x < this.minX) || (y < this.minY) ||
276 (x-minX)*pixelStride;
312 if ((x < this.minX) || (y < this.minY) ||
325 (x-minX)*pixelStride;
365 if ((x < this.minX) || (y < this.minY) ||
374 (x-minX)*pixelStride + dataOffsets[band];
425 if ((x < this.minX) || (y < this.minY) ||
434 (x-minX)*pixelStrid
[all...]
H A DShortComponentRaster.java73 /** A cached copy of minX + width for use in bounds checks. */
155 this.maxX = minX + width;
263 if ((x < this.minX) || (y < this.minY) ||
275 (x-minX)*pixelStride;
311 if ((x < this.minX) || (y < this.minY) ||
323 (x-minX)*pixelStride;
364 if ((x < this.minX) || (y < this.minY) ||
373 (x-minX)*pixelStride+ dataOffsets[band];
424 if ((x < this.minX) || (y < this.minY) ||
433 (x-minX)*pixelStrid
[all...]
H A DIntegerComponentRaster.java88 /** A cached copy of minX + width for use in bounds checks. */
169 this.maxX = minX + width;
274 if ((x < this.minX) || (y < this.minY) ||
286 (x-minX)*pixelStride;
322 if ((x < this.minX) || (y < this.minY) ||
334 (x-minX)*pixelStride;
366 if ((x < this.minX) || (y < this.minY) ||
374 (x-minX)*pixelStride;
398 if ((dstOffX < this.minX) || (dstOffY < this.minY) ||
426 // Write inRaster (minX, min
[all...]
H A DByteInterleavedRaster.java73 /** A cached copy of minX + width for use in bounds checks. */
192 this.maxX = minX + width;
316 if ((x < this.minX) || (y < this.minY) ||
328 (x-minX)*pixelStride;
389 if ((x < this.minX) || (y < this.minY) ||
398 (x-minX)*pixelStride + dataOffsets[band];
447 if ((x < this.minX) || (y < this.minY) ||
456 (x-minX)*pixelStride;
544 if ((x < this.minX) || (y < this.minY) ||
551 (x-minX)*pixelStrid
[all...]
H A DBytePackedRaster.java70 /** A cached copy of minX + width for use in bounds checks. */
154 this.maxX = minX + width;
245 if ((x < this.minX) || (y < this.minY) ||
256 int bitnum = dataBitOffset + (x-minX) * pixelBitStride;
319 if ((x < this.minX) || (y < this.minY) ||
331 int scanbit = dataBitOffset + (x-minX) * pixbits;
393 if ((x < this.minX) || (y < this.minY) ||
402 int scanbit = dataBitOffset + (x-minX) * pixbits;
507 if ((x < this.minX) || (y < this.minY) ||
513 int bitnum = dataBitOffset + (x-minX) * pixelBitStrid
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterNode.java111 int minX = Integer.MAX_VALUE;
119 minX = Math.min(minX, p.x);
129 minX = Math.min(minX, p.x);
137 size = new Dimension(maxX - minX, maxY - minY);
141 n.setPosition(new Point(n.getPosition().x - minX, n.getPosition().y - minY));
147 p.x -= minX;
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java158 return createWritableChild(minX,minY,width,height,
221 if (parentX < this.minX) {
227 if ((parentX+w < parentX) || (parentX+w > this.width + this.minX)) {
311 if ((dstOffX < this.minX) || (dstOffY < this.minY) ||
312 (dstOffX + width > this.minX + this.width) ||
433 if (dstOffX < this.minX) {
434 int skipX = this.minX - dstOffX;
437 dstOffX = this.minX;
445 if (dstOffX+width > this.minX+this.width) {
446 width = this.minX
[all...]
H A DRaster.java58 * available by means of the getBounds method, is defined by minX,
59 * minY, width, and height values. The minX and minY values define
138 protected int minX; field in class:Raster
1100 minX = aRegion.x;
1108 if ((minX + width) < minX) {
1190 * Create a compatible WritableRaster with location (minX, minY)
1214 * location (minX, minY) and size (width, height), a
1255 return createChild(minX,minY,width,height,
1315 if (parentX < this.minX) {
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java688 int maxX, minX; field in class:BasicSplitPaneDivider.DragController
717 minX = leftC.getMinimumSize().width;
719 minX += insets.left;
723 minX = 0;
736 if (maxX < minX) minX = maxX = 0;
757 newX = Math.min(maxX, Math.max(minX, newX - offset));
769 newX = Math.min(maxX, Math.max(minX, x - offset));
836 minX = leftC.getMinimumSize().height;
838 minX
[all...]
H A DBasicTableUI.java256 int minX, maxX, minY, maxY;
264 minX = csm.getMinSelectionIndex();
271 minX = 0;
278 minX = csm.getMinSelectionIndex();
288 minX = maxX = minY = maxY = 0;
307 minX = Math.min(0, maxX);
316 leadColumn = minX;
333 leadColumn = Math.min(Math.max(leadColumn, minX - 1), maxX + 1);
337 calcNextPos(dx, minX, maxX, dy, minY, maxY);
347 private void calcNextPos(int dx, int minX, in argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java121 int minX = Integer.MAX_VALUE;
134 minX = Math.min(minX, curX);
141 this.clientArea = new Rectangle(minX, minY, maxX - minX, maxY - minY);
H A DLineWidget.java91 int minX = from.x;
95 if (minX > maxX) {
96 int tmp = minX;
97 minX = maxX;
107 clientArea = new Rectangle(minX, minY, maxX - minX + 1, maxY - minY + 1);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java256 int minX;
267 minX = menuButton.getX() + menuButton.getWidth() +
272 minX = lastButton.getX() + lastButton.getWidth() +
276 minX = frame.getInsets().left + titleSpacing;
286 String clippedTitle = getTitle(title, fm, maxX - minX);
290 minX = maxX - style.getGraphicsUtils(context).
296 minX = Math.max(minX, (getWidth() - width) / 2);
297 minX = Math.min(maxX - width, minX);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DGraphicsUtilities.java123 int minX,
133 xPos = Math.max(xPos, minX);
120 moveToInContainer(Component component, float relativeX, float relativeY, int minX, int minY) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriter.java189 int minX = sourceRegion.x / scaleX;
194 Rectangle destinationRegion = new Rectangle(minX, minY, w, h);
213 w, h, minX, minY, null);
216 new Point(minX, minY));
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultHighlighter.java163 int minX = 0;
173 minX = Math.min(minX, info.x);
189 if (minX != maxX && minY != maxY) {
190 component.repaint(minX, minY, maxX - minX, maxY - minY);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c63 mlib_d64 minX, minY, maxX, maxY; local
132 minX = 0;
142 minX = (kw1 - delta);
148 if (minX < paddings[0])
149 minX = paddings[0];
162 xClip = minX;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.c186 GLfloat edgeX, edgeY, minX, minY, maxX, maxY; local
238 minX = edgeX;
250 j2d_glUniform4fARB(loc, minX, minY, maxX, maxY);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h112 int minX; /* origin of this raster x */ member in struct:__anon674
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2190 * @param minX the X coordinate of the upper-left pixel included
2202 int minX, int minY,
2215 minX, minY,
2228 * @param minX the X coordinate of the upper-left pixel included
2242 int minX, int minY,
2255 minX, minY,
2293 * @param minX the X coordinate of the upper-left pixel included
2305 int minX, int minY,
2318 minX, minY,
2332 * @param minX th
2199 processPassStarted(BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
2241 processImageUpdate(BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
2302 processThumbnailPassStarted(BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
2345 processThumbnailUpdate(BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
[all...]

Completed in 84 milliseconds

12