Searched refs:height (Results 126 - 150 of 998) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicBorders.java243 int width, int height) {
257 BasicGraphicsUtils.drawBezel(g, x, y, width, height,
278 int width, int height) {
279 BasicGraphicsUtils.drawBezel(g, x, y, width, height,
299 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
306 BasicGraphicsUtils.drawLoweredBezel(g, x, y, width, height,
310 BasicGraphicsUtils.drawBezel(g, x, y, width, height,
316 BasicGraphicsUtils.drawBezel(g, x, y, width, height, false, false,
336 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
340 g.drawLine(0, height
242 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
277 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
394 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
430 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
512 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DToolBarSeparatorPainter.java61 protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) { argument
66 int y = height / 2;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DDataBufferNative.java58 public DataBufferNative(SurfaceData sData, int type, int width, int height) { argument
59 super(type, width*height);
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java51 * <code>width</code>, and <code>height</code> parameters. If the
106 * <code>height</code>); X and Y subsampling factors
114 * height = 4
137 * @param height the number of updated pixels vertically.
148 int width, int height,
217 * @param height the number of updated pixels vertically.
230 int width, int height,
145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, 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
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsToolBarSeparatorUI.java63 size.height = skin.getHeight();
67 size.height = 0;
80 return new Dimension(Short.MAX_VALUE, pref.height);
94 int dy = vertical ? 0 : (size.height - skin.getHeight()) / 2;
96 int dh = vertical ? size.height : skin.getHeight();
110 g.drawLine(x, 2, x, size.height - 2);
113 g.drawLine(x + 1, 2, x + 1, size.height - 2);
115 int y = (size.height / 2) - 1;
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DComponentEvent.java154 b.x+","+b.y+" "+b.width+"x"+b.height+")";
158 b.x+","+b.y+" "+b.width+"x"+b.height+")";
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java117 bounds.height /= zoomMultiplier;
119 componentSize.height /= zoomMultiplier;
129 bounds.height *= zoomMultiplier;
131 componentSize.height *= zoomMultiplier;
145 bounds.height /= zoomMultiplier;
147 componentSize.height /= zoomMultiplier;
157 bounds.height *= zoomMultiplier;
159 componentSize.height *= zoomMultiplier;
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c51 * The src and dst must have the same width, height and data type.
73 mlib_s32 width, mlib_s32 height,
80 mlib_s32 width, mlib_s32 height,
87 mlib_s32 width, mlib_s32 height,
94 mlib_s32 width, mlib_s32 height,
313 mlib_s32 width, height;/* for src and dst */ local
329 height = mlib_ImageGetHeight(src);
336 dsize = width * height;
376 width, height,
389 width, height,
[all...]
H A Dmlib_v_ImageChannelExtract.c48 * The src and dst must have the same width, height and data type.
69 mlib_s32 width, mlib_s32 height,
75 mlib_s32 width, mlib_s32 height,
81 mlib_s32 width, mlib_s32 height,
87 mlib_s32 width, mlib_s32 height,
94 mlib_s32 width, mlib_s32 height);
98 mlib_s32 width, mlib_s32 height,
103 mlib_s32 width, mlib_s32 height,
108 mlib_s32 width, mlib_s32 height);
112 mlib_s32 width, mlib_s32 height);
353 mlib_s32 width, height; /* for src and dst */ local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h50 (r).height=(hh);
51 #define RECT_INC_HEIGHT(r) (r).height++;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWEmbeddedFramePeer.java62 public void setBoundsPrivate(int x, int y, int width, int height) { argument
63 setBounds(x, y, width, height, SET_BOUNDS | NO_EMBEDDED_CHECK);
H A DWFontMetrics.java48 * The standard ascent of the font. This is the logical height
51 * characters in the font may extend above this height.
56 * The standard descent of the font. This is the logical height
59 * characters in the font may extend below this height.
66 * and the ascent of the next line. The height metric is calculated
72 * The standard height of a line of text in this font. This is
79 int height; field in class:WFontMetrics
94 * The maximum possible height of a line of text in this font.
99 * height field should be preferred unless the text in a given
139 * Get height
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DResourceManager.h156 HRESULT CreateTexture(UINT width, UINT height,
162 HRESULT CreateRTSurface(UINT width, UINT height,
167 HRESULT CreateSwapChain(HWND hWnd, UINT numBuffers, UINT width, UINT height,
174 HRESULT GetBlitRTTexture(UINT width, UINT height, D3DFORMAT format,
176 HRESULT GetBlitOSPSurface(UINT width, UINT height, D3DFORMAT fmt,
182 HRESULT GetLockableRTSurface(UINT width, UINT height, D3DFORMAT format,
190 HRESULT GetStockTextureResource(UINT width, UINT height,
196 HRESULT CreateOSPSurface(UINT width, UINT height,
/openjdk7/jdk/test/javax/imageio/plugins/shared/
H A DBitDepth.java49 int height = 10;
52 BufferedImage bi = new BufferedImage(width, height,
56 g.fillRect(0, 0, width, height);
60 if (bi2.getWidth() != width || bi2.getHeight() != height) {
65 for (int y = 0; y < height; y++) {
118 private int height = 80; field in class:BitDepth
159 BufferedImage bi = new BufferedImage(width, height, type);
168 g.fillRect(0, 0, width, height);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DNullPipe.java54 int x, int y, int width, int height) {
58 int x, int y, int width, int height) {
62 int x, int y, int width, int height,
67 int x, int y, int width, int height,
72 int x, int y, int width, int height) {
76 int x, int y, int width, int height) {
80 int x, int y, int width, int height,
85 int x, int y, int width, int height,
53 drawRect(SunGraphics2D sg, int x, int y, int width, int height) argument
57 fillRect(SunGraphics2D sg, int x, int y, int width, int height) argument
61 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
66 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
71 drawOval(SunGraphics2D sg, int x, int y, int width, int height) argument
75 fillOval(SunGraphics2D sg, int x, int y, int width, int height) argument
79 drawArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
84 fillArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java260 new Rectangle(0, 0, width, height));
664 int height = windowSize.height;
669 int y = (itemBounds.y + itemBounds.height > 0) ? itemBounds.y + itemBounds.height : 0;
670 if (y + height <= screenSize.height) {
678 return new Rectangle(x, y, width, height);
693 int height = windowSize.height;
863 draw3DRect(Graphics g, int x, int y, int width, int height, boolean raised) argument
[all...]
H A DXMenuWindow.java226 maxLeftIndent = Math.max(maxLeftIndent, dim.height);
228 maxRightIndent = Math.max(maxRightIndent, dim.height);
246 captionRect = new Rectangle(WINDOW_SPACING_LEFT, nextOffset, itemWidth, captionSize.height);
247 nextOffset += captionSize.height;
257 int itemHeight = WINDOW_ITEM_MARGIN_TOP + dim.height + WINDOW_ITEM_MARGIN_BOTTOM;
259 int y = (itemHeight + dim.height) / 2 - metrics.getTextBaseline();
271 int height = nextOffset + WINDOW_SPACING_BOTTOM;
272 MappingData mappingData = new MappingData(itemVector, captionRect, new Dimension(width, height), maxLeftIndent, shortcutOrigin, rightMarkOrigin);
312 reshape(x, y, dim.width, dim.height);
407 reshape(bounds.x, bounds.y, bounds.width, bounds.height);
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableRectArray.java53 public final void setHeight(int index, int height) { argument
54 array[getCellIndex(index) + 3] = height;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHiddenTagView.java301 int width, int height) {
306 x, y + height - circleR);
307 g.drawArc(x, y + height - circleD - 1,
311 g.drawLine(x + circleR, y + height - 1,
312 x + width - tagSize, y + height - 1);
315 x + width - 1, y + height / 2);
316 g.drawLine(x + width - tagSize, y + height,
317 x + width - 1, y + height / 2);
332 int width, int height) {
337 x + width - 1, y + height
300 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
331 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
[all...]
H A DListView.java84 int endY = clip.y + clip.height;
89 if ((childRect.y + childRect.height) >= clip.y) {
91 childRect.width, childRect.height,
112 listPainter.paint(g, alloc.x, alloc.y, alloc.width, alloc.height, this, index);
/openjdk7/jdk/src/share/classes/sun/font/
H A DCoreMetrics.java42 float height,
54 this.height = height;
122 public final float height; field in class:CoreMetrics
39 CoreMetrics(float ascent, float descent, float leading, float height, int baselineIndex, float[] baselineOffsets, float strikethroughOffset, float strikethroughThickness, float underlineOffset, float underlineThickness, float ssOffset, float italicAngle) argument
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java119 * or height less than or equal to zero, or computing either
121 * <code>aRegion.y + aRegion.height</code> results in integer
158 return createWritableChild(minX,minY,width,height,
168 * <p> The parentX, parentY, width and height parameters form a
230 if ((parentY+h < parentY) || (parentY+h > this.height + this.minY)) {
231 throw new RasterFormatException("(parentY + height) is outside raster");
236 // width and height as that for the parent, since it represents
238 // and height represent a "virtual" view of the pixel data, so
310 int height = inRaster.getHeight();
313 (dstOffY + height > thi
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolBarSeparatorUI.java54 final int height = c.getHeight();
56 g.drawLine(2, height / 2, width - 3, height / 2);
58 g.drawLine(width / 2, 2, width / 2, height - 3);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReaderSpi.java98 int height = ReaderUtil.readMultiByteInteger(stream);
100 if (width <= 0 || height <= 0) {
115 return (width < MAX_WBMP_WIDTH) && (height < MAX_WBMP_HEIGHT);
123 return (dataLength == scanSize * height);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c55 int CreatePixmapAndGC (int width, int height) argument
64 if (height < 100) {
65 height = 100;
67 pixmapHeight = height;
94 int height = ximage->height; local
100 for (row = 0; row < height; ++row) {
265 int width, height, direction, ascent, descent; local
281 height = xcs.ascent+xcs.descent;
282 imageSize = width*height;
[all...]

Completed in 71 milliseconds

1234567891011>>