Searched defs:minX (Results 1 - 9 of 9) sorted by relevance

/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/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/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/jdk/src/share/classes/java/awt/image/
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/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/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/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 48 milliseconds