Searched refs:width (Results 401 - 425 of 1066) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTableCellElement.java148 * Cell width. See the width attribute definition in HTML 4.0. This
152 public void setWidth(String width); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Component.h32 jfieldID width; member in struct:ComponentIDs
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java72 int x, int y, int width, int height)
77 x+sg2d.transX, y+sg2d.transY, width, height);
89 int x, int y, int width, int height,
95 x+sg2d.transX, y+sg2d.transY, width, height,
107 int x, int y, int width, int height)
112 x+sg2d.transX, y+sg2d.transY, width, height);
124 int x, int y, int width, int height,
130 x+sg2d.transX, y+sg2d.transY, width, height,
174 int x, int y, int width, int height)
179 x+sg2d.transX, y+sg2d.transY, width, heigh
71 drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
88 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
106 drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
123 drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
173 fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
190 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
208 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
225 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskCache.h71 int width, int height,
H A DD3DSurfaceData.h45 jint width, height; member in struct:_D3DSDOps
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Robot.h48 void GetRGBPixels(jint x, jint y, jint width, jint height, jintArray pixelArray);
/openjdk7/jdk/test/java/awt/event/MouseEvent/MouseClickTest/
H A DMouseClickTest.java96 robot.mouseMove(bounds.x + bounds.width / 4, bounds.y + bounds.height / 2);
99 robot.mouseMove(bounds.x + bounds.width / 2, bounds.y + bounds.height / 2);
131 robot.mouseMove(bounds.x + bounds.width / 4, bounds.y + bounds.height / 2);
134 robot.mouseMove(bounds.x + bounds.width / 2, bounds.y + bounds.height / 2);
/openjdk7/jdk/test/javax/swing/JTabbedPane/6416920/
H A Dbug6416920.java51 if (test.rects[0].width < 0) {
/openjdk7/jdk/test/sun/awt/image/ImageWatched/
H A DAddNoLeak.java44 public boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height) {return false;}
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedRenderPipe.java106 int x, int y, int width, int height)
115 buf.putInt(width);
123 int x, int y, int width, int height)
132 buf.putInt(width);
140 int x, int y, int width, int height,
143 draw(sg2d, new RoundRectangle2D.Float(x, y, width, height,
148 int x, int y, int width, int height,
151 fill(sg2d, new RoundRectangle2D.Float(x, y, width, height,
156 int x, int y, int width, int height)
158 draw(sg2d, new Ellipse2D.Float(x, y, width, heigh
105 drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
122 fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
139 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
147 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
155 drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
161 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
167 drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
176 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLVertexCache.h77 jint width, jint height,
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java101 int x, int y, int width, int height)
107 x+sg2d.transX, y+sg2d.transY, width, height);
118 int x, int y, int width, int height,
125 x+sg2d.transX, y+sg2d.transY, width, height,
136 int x, int y, int width, int height)
142 x+sg2d.transX, y+sg2d.transY, width, height);
153 int x, int y, int width, int height,
160 x+sg2d.transX, y+sg2d.transY, width, height,
206 int x, int y, int width, int height)
212 x+sg2d.transX, y+sg2d.transY, width, heigh
100 drawRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
117 drawRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
135 drawOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
152 drawArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
205 fillRect(SunGraphics2D sg2d, int x, int y, int width, int height) argument
222 fillRoundRect(SunGraphics2D sg2d, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
240 fillOval(SunGraphics2D sg2d, int x, int y, int width, int height) argument
257 fillArc(SunGraphics2D sg2d, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonUI.java369 d.width -= v.getPreferredSpan(View.X_AXIS) - v.getMinimumSpan(View.X_AXIS);
383 d.width += v.getMaximumSpan(View.X_AXIS) - v.getPreferredSpan(View.X_AXIS);
396 public int getBaseline(JComponent c, int width, int height) { argument
397 super.getBaseline(c, width, height);
404 layout(b, fm, width, height);
406 textRect.width, textRect.height);
435 int width, int height) {
439 viewRect.width = width - (i.right + viewRect.x);
442 textRect.x = textRect.y = textRect.width
434 layout(AbstractButton b, FontMetrics fm, int width, int height) argument
[all...]
H A DBasicHTML.java75 * @param w the width to get the baseline for
77 * @throws IllegalArgumentException if width or height is &lt; 0
406 // width currently laid out to
407 return width;
453 * @param width true if the width preference has changed
456 public void preferenceChanged(View child, boolean width, boolean height) { argument
480 view.setSize(alloc.width, alloc.height);
604 * @param width the width
607 setSize(float width, float height) argument
638 private int width; field in class:BasicHTML.Renderer
[all...]
H A DBasicSeparatorUI.java101 g.drawLine( 0, 0, s.width, 0 );
104 g.drawLine( 0, 1, s.width, 1 );
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DEtchedBorder.java116 * @param width the width of the painted border
119 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
120 int w = width;
H A DStrokeBorder.java100 * @param width the width of the painted border
106 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { argument
116 g2d.draw(new Rectangle2D.Float(x + size / 2, y + size / 2, width - size, height - size));
126 * that is greater than or equal to the line width of the stroke
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DPainterImpl.template65 protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) {
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DJPEGImageDecoder.java84 public boolean sendHeaderInfo(int width, int height, argument
88 setDimensions(width, height);
H A DOffScreenImage.java100 private void initSurface(int width, int height) { argument
103 g2.clearRect(0, 0, width, height);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifScrollBarUI.java80 g.fillRect(trackBounds.x, trackBounds.y, trackBounds.width, trackBounds.height);
91 int w = thumbBounds.width;
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java45 public BufferedImage createCompatibleImage(int width, int height) { argument
113 * Creates a new hidden-acceleration image of the given width and height
117 int width, int height)
116 createAcceleratedImage(Component target, int width, int height) argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java66 throw new RasterFormatException("negative " + ((w <= 0) ? "width" : "height"));
78 return createCompatibleWritableRaster(rect.x, rect.y, rect.width, rect.height);
92 return new String ("IntegerNIORaster: width = "+width
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java49 initOps(context, this.fGraphicsStates, this.fGraphicsStatesObject, gc.getBounds().width, gc.getBounds().height);
56 private native void initOps(long context, ByteBuffer byteParameters, Object[] objectParameters, int width, int height); argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterSurfaceData.m83 JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CPrinterSurfaceData_initOps(JNIEnv *env, jobject jthis, jlong nsRef, jobject jGraphicsState, jobjectArray jGraphicsStateObject, jint width, jint height)
91 psdo->width = width;
141 pRasInfo->scanStride = psdo->width * pRasInfo->pixelStride;

Completed in 266 milliseconds

<<11121314151617181920>>