Searched defs:width (Results 351 - 375 of 532) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c203 initRect(ImageRect * pRect, int x, int y, int width, int height, int jump, argument
211 pRect->numSamples = width;
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java554 int width, int height) {
563 context, g, x, y, width, height);
553 paintBorder(Component c, Graphics g, int x, int y, int width, int height) argument
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java131 public void clipRect(int x, int y, int width, int height) { argument
135 public void setClip(int x, int y, int width, int height) { argument
147 public void copyArea(int x, int y, int width, int height, int dx, int dy) { argument
155 public void fillRect(int x, int y, int width, int height) { argument
159 public void clearRect(int x, int y, int width, int height) { argument
163 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
167 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { argument
171 public void drawOval(int x, int y, int width, int height) { argument
175 public void fillOval(int x, int y, int width, int height) { argument
179 public void drawArc(int x, int y, int width, in argument
183 fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) argument
211 drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) argument
219 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java168 int width, int height);
172 int width, int height);
176 int width, int height);
263 private void initSurfaceNow(int width, int height) { argument
272 width, height);
279 width, height);
286 width, height);
307 protected void initSurface(final int width, final int height) { argument
324 initSurfaceNow(width, height);
165 initTexture(long pData, boolean isOpaque, boolean texNonPow2, boolean texRect, int width, int height) argument
169 initFBObject(long pData, boolean isOpaque, boolean texNonPow2, boolean texRect, int width, int height) argument
174 initPbuffer(long pData, long pConfigInfo, boolean isOpaque, int width, int height) argument
/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...]
H A DValidatePipe.java67 int x, int y, int width, int height) {
69 sg.drawpipe.drawRect(sg, x, y, width, height);
74 int x, int y, int width, int height) {
76 sg.fillpipe.fillRect(sg, x, y, width, height);
81 int x, int y, int width, int height,
84 sg.drawpipe.drawRoundRect(sg, x, y, width, height,
90 int x, int y, int width, int height,
93 sg.fillpipe.fillRoundRect(sg, x, y, width, height,
99 int x, int y, int width, int height) {
101 sg.drawpipe.drawOval(sg, x, y, width, heigh
66 drawRect(SunGraphics2D sg, int x, int y, int width, int height) argument
73 fillRect(SunGraphics2D sg, int x, int y, int width, int height) argument
80 drawRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
89 fillRoundRect(SunGraphics2D sg, int x, int y, int width, int height, int arcWidth, int arcHeight) argument
98 drawOval(SunGraphics2D sg, int x, int y, int width, int height) argument
105 fillOval(SunGraphics2D sg, int x, int y, int width, int height) argument
112 drawArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
120 fillArc(SunGraphics2D sg, int x, int y, int width, int height, int startAngle, int arcAngle) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c210 jint width = sx2-sx1; local
215 j2d_glDrawPixels(width, 1, pf->format, pf->type, pSrc);
409 jint width = dx2 - dx1; local
415 dx1, dy2 - height, width, 1,
477 0, 0, srcOps->width, srcOps->height);
702 jint width, jint height)
711 if (width <= 0 || height <= 0) {
724 srcInfo.bounds.x2 = srcx + width;
728 dstInfo.bounds.x2 = dstx + width;
738 0, 0, srcOps->width, srcOp
699 OGLBlitLoops_SurfaceToSwBlit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jint dsttype, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
807 OGLBlitLoops_CopyArea(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps, jint x, jint y, jint width, jint height, jint dx, jint dy) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFramePeer.java162 int width = dimensions.getClientSize().width;
164 menubarPeer.reshape(0, 0, width, height);
219 if (b.width != Integer.MAX_VALUE) {
220 hints.set_max_width(b.width);
442 g.drawLine(0, 0, fsize.width, 0);
443 g.drawLine(0, 1, fsize.width - 1, 1);
458 fsize.width - CROSSHAIR_INSET,
463 g.drawLine(fsize.width - CROSSHAIR_INSET, CROSSHAIR_INSET + 1,
464 fsize.width
637 setBoundsPrivate(int x, int y, int width, int height) argument
[all...]
H A DXTrayIconPeer.java121 // than the fixed value. Centering is being done by "X" (when the parent's width
128 // If both the height and the width differ from the fixed size then WM
328 if (!(loc.x < screen.x || loc.x >= screen.x + screen.width ||
520 TrayIconCanvas(TrayIcon target, int width, int height) { argument
521 super(width, height);
530 curW = autosize ? width : image.getWidth(observer);
540 int width, height; field in class:XTrayIconPeer.IconCanvas
543 IconCanvas(int width, int height) { argument
544 this.width = curW = width;
596 imageUpdate(final Image image, final int flags, int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java52 int left, right, top, bottom, width, height; field in class:JulesAATileGenerator
115 width = right - left;
118 if (width > 0 && height > 0) {
119 tilesX = (int) Math.ceil(((double) width) / TILE_SIZE);
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java189 public BufferedImage createCompatibleImage(int width, int height) { argument
192 raster = model.createCompatibleWritableRaster(width, height);
240 * Creates a new hidden-acceleration image of the given width and height
245 int width, int height)
249 model.createCompatibleWritableRaster(width, height);
399 createCompatibleVolatileImage(int width, int height, argument
419 SunVolatileImage vi = new AccelTypedVolatileImage(this, width, height,
244 createAcceleratedImage(Component target, int width, int height) argument
/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/solaris/classes/sun/java2d/xr/
H A DXRCompositeManager.java233 int maskX, int maskY, int dstX, int dstY, int width, int height) {
242 width, height);
249 maskX, maskY, dstX, dstY, width, height);
232 XRComposite(int src, int mask, int dst, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) argument
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java631 private JTextField createTextField(int width) { argument
632 JTextField f = new JTextField(width);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java52 * the allowable width of a component
237 * Specifies the width of a component's bounding rectangle.
261 * <code>width</code>, and <code>height</code> properties.
321 private Spring width; field in class:SpringLayout.Constraints
345 * The <code>height</code> and <code>width</code> springs
359 * <code>x</code>, <code>y</code>, <code>width</code>,
368 * @param width the spring value for the <code>width</code> property
371 public Constraints(Spring x, Spring y, Spring width, Spring height) { argument
374 setWidth(width);
595 setWidth(Spring width) argument
958 addInsets(int width, int height, Container p) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java251 public int getBaseline(JComponent c, int width, int height) { argument
252 super.getBaseline(c, width, height);
337 * Returns the width (if HORIZONTAL) or height (if VERTICAL)
388 protected int getAmountFull(Insets b, int width, int height) { argument
394 amountFull = (int)Math.round(width *
488 length = getBoxLength(componentInnards.width,
490 maxPosition = componentInnards.x + componentInnards.width
495 componentInnards.width);
513 r.width = getBoxLength(componentInnards.width,
707 paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b) argument
751 paintString(Graphics g, int x, int y, int width, int height, int fillStart, int amountFull, Insets b) argument
797 getStringPlacement(Graphics g, String progressString, int x,int y,int width,int height) argument
[all...]
H A DBasicScrollPaneUI.java106 vpBorder.paintBorder(scrollpane, g, r.x, r.y, r.width, r.height);
289 int extent = extentSize.width;
290 int max = viewSize.width;
364 public int getBaseline(JComponent c, int width, int height) { argument
369 if (width < 0 || height < 0) {
377 width = width - spInsets.left - spInsets.right;
384 int baseline = header.getBaseline(headerPref.width,
403 width = width
[all...]
H A DBasicSpinnerUI.java559 public int getBaseline(JComponent c, int width, int height) { argument
560 super.getBaseline(c, width, height);
563 width = width - insets.left - insets.right;
565 if (width >= 0 && height >= 0) {
566 int baseline = editor.getBaseline(width, height);
888 Dimension size = new Dimension(editorD.width, editorD.height);
889 size.width += Math.max(nextD.width, previousD.width);
900 setBounds(Component c, int x, int y, int width, int height) argument
[all...]
H A DBasicTableHeaderUI.java131 int midPoint = r.x + r.width/2;
229 int width = cm.getColumn(newColumnIndex).getWidth();
230 if (Math.abs(draggedDistance) > (width / 2)) {
232 mouseXOffset = mouseXOffset + direction * width;
233 header.setDraggedDistance(draggedDistance - direction * width);
520 vis.width = cellBounds.width;
562 tableSize.width += diff;
593 public int getBaseline(JComponent c, int width, int height) { argument
594 super.getBaseline(c, width, heigh
760 createHeaderSize(long width) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java77 The leftScale represents the proportion of the width taken by the left section.
84 * The width of the left section. Recomputed on each call to paint.
92 * The width of the center section. Recomputed on each call to paint.
100 * The width of the right section. Recomputed on each call to paint.
144 //don't render if the width/height are too small
206 * the component as if it were located at 0, 0 and had a width of <code>width</code>
215 * @param width The width of the region to paint. Note that in the case of
221 protected abstract void doPaint(Graphics2D g, JComponent c, int width, argument
726 paint0(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DBoxView.java254 alloc.width -= majorOffsets[index];
259 c.repaint(alloc.x, alloc.y, alloc.width, alloc.height);
272 * @param width true if the width preference should change
275 public void preferenceChanged(View child, boolean width, boolean height) { argument
276 boolean majorChanged = (majorAxis == X_AXIS) ? width : height;
277 boolean minorChanged = (majorAxis == X_AXIS) ? height : width;
286 super.preferenceChanged(child, width, height);
393 * @param width the width >
396 setSize(float width, float height) argument
707 layout(int width, int height) argument
[all...]
H A DView.java282 * @param width true if the width preference has changed
286 public void preferenceChanged(View child, boolean width, boolean height) { argument
289 parent.preferenceChanged(this, width, height);
631 s1 = new Rectangle(alloc.x + alloc.width - 1, alloc.y,
642 // If it spans lines, force it to be the width of the view.
646 r0.width = alloc.width;
989 * @param width the width >
992 setSize(float width, float height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java76 // Height/width to use before we know the real size, these should at least
99 private int width; field in class:ImageView
358 rect.width - leftInset - rightInset,
376 width, height, imageObserver);
388 width > DEFAULT_WIDTH)) {
392 rect.width - leftInset - rightInset - DEFAULT_WIDTH,
400 g.setClip(clip.x, clip.y, clip.width, clip.height);
426 rect.width - counter - counter - xOffset -xOffset-1,
445 // If the attributes specified a width/height, always use it!
448 return width
560 setSize(float width, float height) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java214 // Get the width (if any)
215 defaultAppletSize.width = getWidth();
216 currentAppletSize.width = defaultAppletSize.width;
240 return new Dimension(defaultAppletSize.width,
248 return new Dimension(currentAppletSize.width,
897 public void appletResize(int width, int height) { argument
898 currentAppletSize.width = width;
900 final Dimension currentSize = new Dimension(currentAppletSize.width,
923 setBounds(int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java386 setBoundsPrivate(x, y, size.width, size.height);
422 * <code>width</code> and <code>height</code>.
439 * @param width the new <code>width</code> of this embedded frame
447 protected void setBoundsPrivate(int x, int y, int width, int height) { argument
450 peer.setBoundsPrivate(x, y, width, height);
456 * width, height and location relative to the native parent component.
537 public void setBoundsPrivate(int x, int y, int width, int height) { argument
538 setBounds(x, y, width, height, SET_BOUNDS);

Completed in 851 milliseconds

<<11121314151617181920>>