Searched refs:width (Results 301 - 325 of 1066) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
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 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/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c117 mlib_s32 width,
128 maskScan -= width;
139 dst_end = dst + width;
199 mlib_s32 width,
208 maskScan -= width;
216 dst_end = dst + width;
271 mlib_s32 width,
286 dst_end = dst + width;
327 jint width,
350 AnyByteSetRect(pRasInfo, 0, 0, width, heigh
113 vis_ByteGrayBlendMask(mlib_u8 *rasBase, mlib_u8 *pMask, mlib_s32 rasScan, mlib_s32 maskScan, mlib_s32 width, mlib_s32 height, mlib_s32 *a0_S32, mlib_s32 srcG) argument
195 vis_ByteGrayBlendMask2(mlib_u8 *rasBase, mlib_u8 *pMask, mlib_s32 rasScan, mlib_s32 maskScan, mlib_s32 width, mlib_s32 height, mlib_s32 *a0_S32, mlib_s16 *d1_S16) argument
269 vis_ByteGrayBlend(mlib_u8 *rasBase, mlib_s32 rasScan, mlib_s32 width, mlib_s32 height, mlib_f32 a0, mlib_d64 d1) argument
323 ByteGraySrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
404 ByteGraySrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
493 ByteGrayAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
648 int width, height; local
[all...]
H A Djava2d_Mlib.h73 juint width, juint height, \
80 srcBase, dstBase, width, height, \
87 juint width, juint height, \
96 srcBase, dstBase, width, height, \
104 juint width, juint height, \
112 srcBase, dstBase, width, height, \
124 jint width, \
133 maskOff, maskScan, width, height, \
153 image->width = w; \
223 } while (i < width); \
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c65 /* png_uint_32 width; width of row */
143 png_uint_32 row_width = row_info->width;
180 png_uint_32 row_width = row_info->width;
219 png_uint_32 row_width = row_info->width;
260 row_info->width);
353 png_uint_32 istop = channels * row_info->width;
380 png_uint_32 istop = channels * row_info->width;
421 png_uint_32 row_width = row_info->width;
439 png_uint_32 row_width = row_info->width;
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DScrollPane.java204 this.width = 100;
283 return new Dimension(width - i.right - i.left,
305 * Returns the width that would be occupied by a vertical
308 * @return the width of a vertical scrollbar in pixels
349 * x = 0, y = 0, width = (child width - view port width),
375 * x = 0, y = 0, width = (child width - view port width),
[all...]
H A DCanvas.java122 g.clearRect(0, 0, width, height);
141 g.clearRect(0, 0, width, height);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonLabeledUI.java113 g.fillRect(0, 0, size.width, size.height);
120 ((AquaButtonBorder)border).paintButton(c, g, viewRect.x, viewRect.y, viewRect.width, viewRect.height);
126 viewRect.width = b.getWidth() - (i.right + viewRect.x);
140 widgetBorder.paintButton(c, g, iconRect.x, iconRect.y, iconRect.width, iconRect.height);
212 final int x2 = Math.max(prefIconRect.x + prefIconRect.width, prefTextRect.x + prefTextRect.width);
215 int width = x2 - x1;
219 width += prefInsets.left + prefInsets.right;
221 return new Dimension(width, height);
241 protected void doButtonPaint(final AbstractButton b, final ButtonModel model, final Graphics g, final int x, final int y, final int width, fina argument
[all...]
H A DAquaPopupMenuSeparatorUI.java58 g.drawLine(1, 5, s.width - 2, 5);
61 g.drawLine(1, 6, s.width - 2, 6);
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);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c362 oglsdo->width = attr.width;
377 oglsdo->width = widget->core.width;
389 oglsdo->width, oglsdo->height);
399 jint width, jint height)
414 width, height, isOpaque);
435 attrlist[1] = width;
454 oglsdo->width = width;
395 Java_sun_java2d_opengl_GLXSurfaceData_initPbuffer(JNIEnv *env, jobject glxsd, jlong pData, jlong pConfigInfo, jboolean isOpaque, jint width, jint height) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultHighlighter.java66 a.width -= insets.left + insets.right;
144 if (lhi.width > 0 && lhi.height > 0) {
145 component.repaint(lhi.x, lhi.y, lhi.width, lhi.height);
175 maxX = Math.max(maxX, info.x + info.width);
239 if (lhi.width > 0 && lhi.height > 0) {
240 component.repaint(lhi.x, lhi.y, lhi.width, lhi.height);
244 lhi.width = lhi.height = 0;
423 g.fillRect(r.x, r.y, r.width, r.height);
426 int p0ToMarginWidth = alloc.x + alloc.width - p0.x;
429 g.fillRect(alloc.x, p0.y + p0.height, alloc.width,
579 int width; field in class:DefaultHighlighter.LayeredHighlightInfo
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DShortComponentRaster.java73 /** A cached copy of minX + width for use in bounds checks. */
155 this.maxX = minX + width;
301 * @param width Width of the pixel rectangle.
354 * @param width Width of the sample rectangle.
417 * @param width Width of the pixel rectangle.
490 int width = inRaster.getWidth();
493 (dstOffX + width > this.maxX) || (dstOffY + height > this.maxY)) {
498 setDataElements(dstOffX, dstOffY, width, height, inRaster);
509 * @param width The number of pixels to store horizontally
514 int width, in
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/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h312 gint width; member in struct:__anon985
319 gint width; member in struct:__anon986
324 gint width; member in struct:__anon987
675 gint x, gint y, gint width, gint height,
679 gint x, gint y, gint width, gint height,
683 gint x, gint y, gint width, gint height,
686 const gchar *detail, gint x, gint y, gint width, gint height);
689 gint x, gint y, gint width, gint height);
691 const gchar *detail, gint x, gint y, gint width, gint height,
695 gint x, gint y, gint width, gin
[all...]
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java66 setLocation(d.width / 2 - w / 2, d.height / 2 - h / 2);
79 g.drawRect(0, 0, d.width - 1, d.height - 1);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DComponentUI.java278 * @param width the width to get the baseline for
281 * @throws IllegalArgumentException if width or height is &lt; 0
287 public int getBaseline(JComponent c, int width, int height) { argument
291 if (width < 0 || height < 0) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalSeparatorUI.java81 g.drawLine( 0, 0, s.width, 0 );
84 g.drawLine( 0, 1, s.width, 1 );
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DNoFramesView.java111 protected void layout(int width, int height) { argument
115 super.layout(width, height);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageFilter.java89 public void setDimensions(int width, int height) { argument
90 consumer.setDimensions(width, height);
H A DMemoryImageSource.java66 * int width = 50;
68 * int size = width * height;
76 * source = new MemoryImageSource(width, height, pixels, 0, width);
108 int width; field in class:MemoryImageSource
122 * @param w the width of the rectangle of pixels
140 * @param w the width of the rectangle of pixels
162 * @param w the width of the rectangle of pixels
180 * @param w the width of the rectangle of pixels
201 width
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java175 * @param advance the advance width of the glyph
243 return new Rectangle2D.Float(bounds.x, bounds.y, bounds.width, bounds.height);
268 advanceX - bounds.x - bounds.width :
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java118 bounds.width /= zoomMultiplier;
120 componentSize.width /= zoomMultiplier;
130 bounds.width *= zoomMultiplier;
132 componentSize.width *= zoomMultiplier;
146 bounds.width /= zoomMultiplier;
148 componentSize.width /= zoomMultiplier;
158 bounds.width *= zoomMultiplier;
160 componentSize.width *= zoomMultiplier;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DConnectionAnchor.java73 x = r.x + r.width / 2;
75 x = r.x + r.width;
/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

Completed in 403 milliseconds

<<11121314151617181920>>