Searched defs:height (Results 276 - 300 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFrame.java771 * @param height the height
775 public void repaint(long time, int x, int y, int width, int height) { argument
778 this, x, y, width, height);
781 super.repaint(time, x, y, width, height);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java76 * @param h the height to get the baseline for
77 * @throws IllegalArgumentException if width or height is &lt; 0
87 "Width and height must be >= 0");
151 return rect.y + (int)(rect.height *
454 * @param height true if the height preference has changed
456 public void preferenceChanged(View child, boolean width, boolean height) { argument
480 view.setSize(alloc.width, alloc.height);
605 * @param height the height
607 setSize(float width, float height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java237 public int getBaseline(JComponent c, int width, int height) { argument
241 if (width < 0 || height < 0) {
243 "Width and height must be >= 0");
268 int centerY = height / 2 - contentHeight / 2;
274 return centerY + label.getBaseline(pref.width, pref.height);
288 int contentHeight = height - insetCache.top -
296 return yPosition - pref.height / 2 +
297 label.getBaseline(pref.width, pref.height);
310 Dimension d = new Dimension(contentRect.width, contentRect.height);
312 d.height
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DFlowView.java173 * appropriate. If the height of this view changes
180 * @param height the height to lay out against >= 0 This
181 * is the height inside of the inset area.
183 protected void layout(int width, int height) { argument
189 newSpan = height;
220 super.layout(width, height);
377 host.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
397 host.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
419 host.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
[all...]
H A DWrappedPlainView.java378 * @param height the height >= 0
380 public void setSize(float width, float height) { argument
388 super.setSize(width, height);
397 * the metrics to determine the height of the potentially
417 * the metrics to determine the height of the potentially
437 * the metrics to determine the height of the potentially
622 alloc.height = metrics.getHeight();
639 alloc.y += alloc.height * line;
674 } else if (y > alloc.y + alloc.height) {
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeCellRenderer.java570 retDimension.height);
602 public void repaint(long tm, int x, int y, int width, int height) {} argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgSurfaceData.java346 int height,
342 initRaster(Object theArray, int offset, int bitoffset, int width, int height, int pixStr, int scanStr, IndexColorModel icm) argument
H A DGifImageDecoder.java290 // Global width&height
354 private native boolean parseImage(int x, int y, int width, int height, argument
359 private int sendPixels(int x, int y, int width, int height, argument
363 height += y;
366 if (y + height > global_height) {
367 height = global_height - y;
369 if (height <= 0) {
447 int count = setPixels(x2, y, width, height, model,
479 int height = ExtractWord(block, 6);
495 if (height
639 int height; field in class:GifFrame
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java112 * The overall height of the full ellipse of which this arc is
118 public float height; field in class:Arc2D.Float
166 * @param h The overall height of the full ellipse of which this
180 this.height = h;
204 this.height = (float) ellipseBounds.getHeight();
254 return (double) height;
278 return (width <= 0.0 || height <= 0.0);
291 this.height = (float) h;
406 * The overall height of the full ellipse of which this arc is
411 public double height; field in class:Arc2D.Double
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java59 * minY, width, and height values. The minX and minY values define
94 * bounding rectangle of the same width and height but with a
146 /** The height of this Raster. */
147 protected int height; field in class:Raster
178 * specified data type, width, height, and number of bands.
193 * @param h the height in pixels of the image data
197 * width, height and number of bands.
218 * specified data type, width, height, scanline stride, pixel
235 * @param h the height in pixels of the image data
241 * width, height, scanlin
1311 createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList[]) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java198 * @param height the height of the component
206 void setBounds(int x, int y, int width, int height, int op); argument
379 * Creates an empty image with the specified width and height. This is
384 * @param height the height of the image
392 Image createImage(int width, int height); argument
395 * Creates an empty volatile image with the specified width and height.
400 * @param height the height o
407 createVolatileImage(int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java201 int width, int height) {
207 drawBezel(g, x, y, width, height,
211 drawBezel(g, x, y, width, height,
216 drawBezel(g, x, y, width, height, false, false,
233 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
241 drawBezel(g,x,y,size.width,size.height,false,false,
301 int x, int y, int width, int height) {
335 int width, int height) {
337 new Rectangle(0, 0, getBorderInsets(c).left, height);
345 g.drawLine(x, startY, x, height
200 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
300 drawTopBorder(Component c, Graphics g, int x, int y, int width, int height) argument
334 drawLeftBorder(Component c, Graphics g, int x, int y, int width, int height) argument
359 drawRightBorder(Component c, Graphics g, int x, int y, int width, int height) argument
385 drawBottomBorder(Component c, Graphics g, int x, int y, int width, int height) argument
420 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
482 drawTopBorder(Component c, Graphics g, int x, int y, int width, int height) argument
501 drawLeftBorder(Component c, Graphics g, int x, int y, int width, int height) argument
520 drawRightBorder(Component c, Graphics g, int x, int y, int width, int height) argument
540 drawBottomBorder(Component c, Graphics g, int x, int y, int width, int height) argument
661 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics.java151 * is specified by the <code>width</code> and <code>height</code>
158 * @param height the height of the clipping rectangle.
163 public Graphics create(int x, int y, int width, int height) { argument
167 g.clipRect(0, 0, width, height);
305 * @param height the height of the rectangle to intersect the clip with
309 public abstract void clipRect(int x, int y, int width, int height); argument
320 * @param height the height o
326 setClip(int x, int y, int width, int height) argument
383 copyArea(int x, int y, int width, int height, int dx, int dy) argument
416 fillRect(int x, int y, int width, int height) argument
434 drawRect(int x, int y, int width, int height) argument
468 clearRect(int x, int y, int width, int height) argument
486 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
505 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
527 draw3DRect(int x, int y, int width, int height, boolean raised) argument
557 fill3DRect(int x, int y, int width, int height, boolean raised) argument
593 drawOval(int x, int y, int width, int height) argument
606 fillOval(int x, int y, int width, int height) argument
645 drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) argument
684 fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) argument
921 drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) argument
1008 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
1214 hitClip(int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java46 static UIResource getIconFor(final JRSUIControlSpec spec, final int width, final int height) { argument
47 return new CachableJRSUIIcon(width, height) {
113 int height; field in class:AquaIcon.CachingScalingIcon
116 public CachingScalingIcon(final int width, final int height) { argument
118 this.height = height;
121 void setSize(final int width, final int height) { argument
123 this.height = height;
187 return height;
193 CachableJRSUIIcon(final int width, final int height) argument
215 FileIcon(final File file, final int width, final int height) argument
288 SystemIcon(final String iconSelector, final int width, final int height) argument
[all...]
H A DAquaProgressBarUI.java181 final int height = progressBar.getHeight() - (i.bottom + i.top);
183 painter.paint(g, progressBar, i.left, i.top, width, height);
186 paintString(g, i.left, i.top, width, height);
196 protected void paintString(final Graphics g, final int x, final int y, final int width, final int height) { argument
202 final Point renderLocation = getStringPlacement(g2, progressString, x, y, width, height);
230 protected Point getStringPlacement(final Graphics g, final String progressString, int x, int y, int width, int height) { argument
236 // swapping x & y and width & height
237 final int oldH = height;
238 height = width;
246 return new Point(x + Math.round(width / 2 - stringWidth / 2), y + ((height
[all...]
H A DAquaUtilControlSize.java265 public SizeVariant alterMinSize(final int width, final int height) { argument
266 this.w += width; this.h += height;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java59 public synchronized void drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) { argument
61 rectangle.setRect(x, y, width, height);
66 public synchronized void drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
68 roundrectangle.setRoundRect(x, y, width, height, arcWidth, arcHeight);
73 public synchronized void drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) { argument
75 ellipse.setFrame(x, y, width, height);
80 public synchronized void drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) { argument
82 arc.setArc(x, y, width, height, startAngle, arcAngle, Arc2D.OPEN);
95 public synchronized void fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) { argument
97 rectangle.setRect(x, y, width, height);
102 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
109 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
116 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
H A DOSXOffScreenSurfaceData.java448 protected native void initRaster(Object theArray, int offset, int width, int height, int pixStr, int scanStr, IndexColorModel icm, int type, ByteBuffer graphicsStates, Object graphicsStatesObjects, ByteBuffer imageInfo); argument
450 protected native void initCustomRaster(IntBuffer buffer, int width, int height, ByteBuffer graphicsStates, Object graphicsStatesObjects, ByteBuffer imageInfo); argument
508 h = clippedCopyAreaRect.height;
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java197 public BufferedImage createCompatibleImage(int width, int height) { argument
200 raster = model.createCompatibleWritableRaster(width, height);
294 * Creates a new hidden-acceleration image of the given width and height
299 int width, int height)
303 model.createCompatibleWritableRaster(width, height);
444 createCompatibleVolatileImage(int width, int height, argument
464 SunVolatileImage vi = new AccelTypedVolatileImage(this, width, height,
538 int height;
541 if (totalDisplayBounds.height == 0) {
544 height
298 createAcceleratedImage(Component target, int width, int height) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java311 * Returns the resolution in dots per inch down the height
400 * page. The width and height of the band is
403 protected void printBand(byte[] data, int x, int y, int width, int height) throws PrinterException { argument
H A DCWarningWindow.java277 protected void deliverMoveResizeEvent(int x, int y, int width, int height, argument
282 isResize = (bounds.width != width || bounds.height != height);
283 bounds = new Rectangle(x, y, width, height);
290 super.deliverMoveResizeEvent(x, y, width, height, byUser);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert_1.c66 * ysize image height in lines
91 mlib_s32 height,
122 for (j = 0; j < height; j++) {
141 for (j = 0; j < height; j++) {
169 mlib_s32 height,
198 for (j = 0; j < height; j++) {
214 for (j = 0; j < height; j++) {
233 for (j = 0; j < height; j++) {
261 mlib_s32 height,
292 for (j = 0; j < height;
84 mlib_v_ImageChannelInsert_U8(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
162 mlib_v_ImageChannelInsert_D64(const mlib_d64 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
254 mlib_v_ImageChannelInsert_S16(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
333 mlib_v_ImageChannelInsert_S32(const mlib_s32 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h42 mlib_s32 width, height, member in struct:__anon1023
63 width, height, /* vertical and horizontal size src image */ member in struct:mlib_work_image
H A Dvis_ByteIndexed.c123 for (j = 0; j < height; j++) { \
171 for (j = 0; j < height; j++) { \
232 for (j = 0; j < height; j++) { \
372 for (j = 0; j < height; j++) {
422 jint height,
477 width *= height;
478 height = 1;
481 for (j = 0; j < height; j++) {
521 width *= height;
522 height
417 ByteIndexedAlphaMaskFill(void *dstBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pDstInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_IntArgbBm.c49 width *= height;
50 height = 1;
56 for (j = 0; j < height; j++) {
105 width *= height;
106 height = 1;
111 for (j = 0; j < height; j++) {
158 for (j = 0; j < height; j++) {
210 width *= height;
211 height = 1;
216 for (j = 0; j < height;
499 IntArgbBmAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
566 int width, height; local
[all...]

Completed in 114 milliseconds

<<11121314151617181920