Searched refs:height (Results 276 - 300 of 998) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DMemoryImageSource.java67 * int height = 50;
68 * int size = width * height;
76 * source = new MemoryImageSource(width, height, pixels, 0, width);
109 int height; field in class:MemoryImageSource
123 * @param h the height of the rectangle of pixels
141 * @param h the height of the rectangle of pixels
163 * @param h the height of the rectangle of pixels
181 * @param h the height of the rectangle of pixels
202 height = h;
217 * @param h the height o
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DCanvas.java122 g.clearRect(0, 0, width, height);
141 g.clearRect(0, 0, width, height);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java243 return new Rectangle2D.Float(bounds.x, bounds.y, bounds.width, bounds.height);
269 advanceY - bounds.y - bounds.height;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java119 bounds.height /= zoomMultiplier;
121 componentSize.height /= zoomMultiplier;
131 bounds.height *= zoomMultiplier;
133 componentSize.height *= zoomMultiplier;
147 bounds.height /= zoomMultiplier;
149 componentSize.height /= zoomMultiplier;
159 bounds.height *= zoomMultiplier;
161 componentSize.height *= zoomMultiplier;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPopupMenuSeparatorUI.java52 g.drawLine(5, 1, 5, s.height - 2);
55 g.drawLine(6, 1, 6, s.height - 2);
H A DAquaScrollRegionBorder.java60 public void paintBorder(final Component c, final Graphics g, final int x, final int y, final int width, final int height) { argument
64 painter.paint(g, c, x, y, width, height);
H A DAquaTabbedPaneUI.java43 private static final int kSmallTabHeight = 20; // height of a small tab
44 private static final int kLargeTabHeight = 23; // height of a large tab
179 // g2.fillRect(r.x, r.y, r.width, r.height);
217 r.width = r.height;
218 r.height = temp;
227 nudge = tabRect.height % 2;
271 g.clipRect(fContentRect.x, fContentRect.y, fContentRect.width, fContentRect.height);
375 g2d.translate(-tabRect.height - 1, 1);
377 yDiff = tabRect.height + tabRect.y - (textRect.y + textRect.height);
1020 preferredTabAreaWidth(final int tabPlacement, final int height) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterDialogPeer.java71 public void setBounds(int x, int y, int width, int height) {} argument
80 void invalidate(int x, int y, int width, int height) {} argument
H A DCPrinterGraphics.java56 int width, int height,
62 return getDelegate().drawImage(img, x, y, width, height, bgcolor, observer);
55 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
H A DCViewEmbeddedFrame.java90 public void validateWithBounds(final int x, final int y, final int width, final int height) { argument
95 ((LWWindowPeer) getPeer()).setBoundsPrivate(0, 0, width, height);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCanvasPeer.java68 g.clearRect(0, 0, d.width, d.height);
72 g.fillRect(0, 0, d.width, d.height);
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp56 jint width, jint height,
70 srcInfo.bounds.y2 = srcy + height;
86 SurfaceDataBounds dstBounds = {dstx, dsty, dstx + width, dsty + height};
97 height = srcInfo.bounds.y2 - srcInfo.bounds.y1;
99 if (width > 0 && height > 0)
193 SetDIBitsToDevice(hDC, dstx, dsty, width, height,
194 0, 0, 0, height, rasBase,
199 for (int i = 0; i < height; i += 1) {
50 Java_sun_java2d_windows_GDIBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jobject srcData, jobject dstData, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint rmask, jint gmask, jint bmask, jboolean needLut) argument
/openjdk7/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java78 minSize.height + customIpady != jtf.getSize().height ){
/openjdk7/jdk/src/share/native/sun/awt/utility/
H A Drect.c36 int BitmapToYXBandedRectangles(int bitsPerPixel, int width, int height, unsigned char * buf, RECT_T * outBuf) argument
50 for (j = 0; j < height; j++) {
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.h45 jint height; member in struct:__anon796
74 AccelGlyphCache_Init(jint width, jint height,
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java159 i1 = new TestBufferedImage(size.width, size.height,
161 i2 = new TestBufferedImage(size.width, size.height,
178 TestBufferedImage(int width, int height, int imageType) { argument
179 super(width, height, imageType);
189 int height = getHeight();
190 if ((image2.getWidth() != width) || (image2.getHeight() != height)) {
195 for (int y = 0; y < height; y++) {
212 return new TestBufferedImage(d.width, d.height,
/openjdk7/jdk/test/javax/swing/border/
H A DTest6981576.java54 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
55 getBorder().paintBorder(c, g, x, y, width, height);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlitBg.java115 int width, int height);
153 int width, int height)
161 dstModel.createCompatibleWritableRaster(width, height);
177 fillop.FillRect(sg2d, tmpData, 0, 0, width, height);
179 srcx, srcy, 0, 0, width, height);
181 0, 0, dstx, dsty, width, height);
210 int width, int height)
214 srcx, srcy, dstx, dsty, width, height);
110 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 BlitBg(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int bgArgb, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
206 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DMaskBlit.java108 int width, int height,
173 int width, int height,
190 width, height, cachedSrc);
210 width, height, cachedDst);
220 sx, sy, dx, dy, width, height,
226 dstx, dsty, width, height);
255 int width, int height,
260 srcx, srcy, dstx, dsty, width, height,
104 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
167 MaskBlit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte mask[], int offset, int scan) argument
252 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.h62 jint width, jint height);
67 jint width, jint height,
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java207 g.fillRect(0, 0, rectWndBounds.width, rectWndBounds.height);
216 rectStrBounds.height += 30;
217 g.drawString(rectWndBounds.toString(), 50, rectStrBounds.height);
218 int oldHeight = rectStrBounds.height;
223 rectStrBounds.height += (10 + oldHeight);
224 g.drawString(isFSupported, 50, rectStrBounds.height);
226 oldHeight = rectStrBounds.height;
231 rectStrBounds.height += (10 + oldHeight);
232 g.drawString(isDMChangeSupported, 50, rectStrBounds.height);
234 oldHeight = rectStrBounds.height;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java412 size.height);
424 size.height);
429 loc.y + size.height - MOVE_RESIZE_INCREMENT <
431 -size.height +
437 size.height + MOVE_RESIZE_INCREMENT);
448 size.height + MOVE_RESIZE_INCREMENT);
462 c.setSize(size.width - delta, size.height);
477 c.setSize(size.width - delta, size.height);
480 if (minSize.height <
481 (size.height
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java114 public void repaint(long tm, int x, int y, int width, int height) { argument
120 public void setBounds(int x, int y, int width, int height, int op) { argument
123 public void reshape(int x, int y, int width, int height) { argument
193 public Image createImage(int width, int height) { argument
239 public VolatileImage createVolatileImage(int width, int height) { argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DShortComponentRaster.java76 /** A cached copy of minY + height for use in bounds checks. */
156 this.maxY = minY + height;
302 * @param height Height of the pixel rectangle.
355 * @param height Height of the sample rectangle.
418 * @param height Height of the pixel rectangle.
491 int height = inRaster.getHeight();
493 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
498 setDataElements(dstOffX, dstOffY, width, height, inRaster);
510 * @param height The number of pixels to store vertically
514 int width, int height,
513 setDataElements(int dstX, int dstY, int width, int height, Raster inRaster) argument
704 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
733 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java72 p = new Point(p.x, p.y - r.height / 2);
95 int h = this.getBounds().height;
101 g.drawString(getSlot().getShortName(), (int) (this.getBounds().width - r1.getWidth()) / 2, (int) (this.getBounds().height + r1.getHeight()) / 2);
123 double height = getFigureWidget().getBounds().getHeight();
124 return height * (index + 1) / (size + 1);

Completed in 278 milliseconds

<<11121314151617181920>>