Searched defs:width (Results 476 - 500 of 532) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java1860 * @param w the width of the allocated area to render into.
1904 //BevelBorder does not support border width
2157 * @param w the width of the list item allocation
2250 * @param aw width of the container the bullet is placed in
2272 * @param aw width of the container the bullet is placed in
2299 * @param aw width of the container the bullet is placed in
2508 int width = backgroundImage.getIconWidth();
2512 (float)width * hPosition);
2525 !((paintX + width <= clip.x) ||
2527 (paintX >= clip.x + clip.width) ||
2559 updatePaintCoordinates(Rectangle clip, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java884 public static BufferedImage getScaledIconImage(java.util.List<Image> imageList, int width, int height) { argument
885 if (width == 0 || height == 0) {
917 double scaleFactor = Math.min((double)width / (double)iw,
959 double similarity = ((double)width - (double)adjw) / (double)width +
977 new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
982 int x = (width - bestWidth) / 2;
991 public static DataBufferInt getScaledIconData(java.util.List<Image> imageList, int width, int height) { argument
992 BufferedImage bimage = getScaledIconImage(imageList, width, height);
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java90 * // locale-specific formatting of numbers. The precision and width can be
176 * %[argument_index$][flags][width][.precision]conversion
186 * <p> The optional <i>width</i> is a non-negative decimal integer indicating
201 * %[argument_index$][flags][width]conversion
204 * <p> The optional <i>argument_index</i>, <i>flags</i> and <i>width</i> are
217 * %[flags][width]conversion
220 * <p> The optional <i>flags</i> and <i>width</i> is defined as above.
611 * <p> The width is the minimum number of characters to be written to the
612 * output. For the line separator conversion, width is not applicable; if it
663 * <p> If the format specifier contains a width o
2572 private int width; field in class:Formatter.FormatSpecifier
2605 private int width(String s) { method in class:Formatter.FormatSpecifier
2619 int width() { method in class:Formatter.FormatSpecifier
3785 adjustWidth(int width, Flags f, boolean neg) argument
4057 localizedMagnitude(StringBuilder sb, long value, Flags f, int width, Locale l) argument
4065 localizedMagnitude(StringBuilder sb, char[] value, Flags f, int width, Locale l) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java304 clipBounds.width, clipBounds.height);
329 variables.put("width", w);
335 void paintFrameBorder(SynthContext context, Graphics g, int x0, int y0, int width, int height) { argument
397 g.setClip(getRoundedClipShape(0, 0, width, height, 12, 12,
406 clipBounds.width, clipBounds.height);
420 0, 0, width, height, jif);
423 0, 0, width, titleHeight, jif);
426 width - leftTitlebarEdge - rightTitlebarEdge,
432 width - rightTitlebarEdge, 0,
435 0, 0, width, topTitlebarEdg
1431 drawPiece(Node frame_style, Graphics g, String position, int x, int y, int width, int height, JInternalFrame jif) argument
1941 int width; field in class:Metacity.RoundRectClipShape
[all...]
H A DGTKEngine.java123 int x, int y, int width, int height, int arrowType);
126 int x, int y, int width, int height, int synthState, int dir);
129 int x, int y, int width, int height,
133 int x, int y, int width, int height);
136 int x, int y, int width, int height, int expanderStyle);
139 int x, int y, int width, int height, int placement);
142 int x, int y, int width, int height, boolean hasFocus);
145 int x, int y, int width, int height);
148 int x, int y, int width, int height, int orientation);
151 int x, int y, int width, in
121 native_paint_arrow( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int arrowType) argument
124 native_paint_box( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int synthState, int dir) argument
127 native_paint_box_gap( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int gapSide, int gapX, int gapWidth) argument
131 native_paint_check( int widgetType, int synthState, String detail, int x, int y, int width, int height) argument
134 native_paint_expander( int widgetType, int state, String detail, int x, int y, int width, int height, int expanderStyle) argument
137 native_paint_extension( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int placement) argument
140 native_paint_flat_box( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, boolean hasFocus) argument
143 native_paint_focus( int widgetType, int state, String detail, int x, int y, int width, int height) argument
146 native_paint_handle( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int orientation) argument
149 native_paint_hline( int widgetType, int state, String detail, int x, int y, int width, int height) argument
152 native_paint_option( int widgetType, int synthState, String detail, int x, int y, int width, int height) argument
155 native_paint_shadow( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int synthState, int dir) argument
158 native_paint_slider( int widgetType, int state, int shadowType, String detail, int x, int y, int width, int height, int orientation) argument
161 native_paint_vline( int widgetType, int state, String detail, int x, int y, int width, int height) argument
164 native_paint_background( int widgetType, int state, int x, int y, int width, int height) argument
172 nativeFinishPainting(int[] buffer, int width, int height) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java1024 * If the values of the width and height arguments are both
1027 * for rendering on the default screen at the specified width and height.
1041 * @param width the width of the desired screen
1056 public abstract boolean prepareImage(Image image, int width, int height, argument
1063 * If the values of the width and height arguments are both
1067 * scaled representation of the image at the specified width
1080 * @param width the width of the scaled version whose status is
1097 public abstract int checkImage(Image image, int width, in argument
[all...]
H A DWindow.java788 * and layouts of its subcomponents. The resulting width and
811 setClientSize(newSize.width, newSize.height);
829 * are called afterwards with a width or height less than
855 if (size.width < minimumSize.width || size.height < minimumSize.height) {
856 int nw = Math.max(width, minimumSize.width);
870 * The {@code d.width} and {@code d.height} values
892 * The {@code width} and {@code height} values
907 public void setSize(int width, in argument
942 reshape(int x, int y, int width, int height) argument
3465 setBounds(int x, int y, int width, int height) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp814 void guarantee_displacement(int disp, int width) { argument
815 guarantee(fits_in_simm(disp, width + 2), "branch displacement overflow");
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java378 // no need to add insets since Window's notion of width and height includes insets.
407 platformWindow.setBounds(r.x, r.y, r.width, r.height);
476 min.width = Math.max(min.width, MINIMUM_WIDTH);
493 max.width = Math.min(max.width, maxW);
499 platformWindow.setSizeConstraints(min.width, min.height, max.width, max.height);
564 int width = compAccessor.getWidth(target);
566 warningWindow.reposition(x, y, width, heigh
603 setBoundsPrivate(int x, int y, int width, int height) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java501 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
517 setBounds(toBounds.x, toBounds.y, toBounds.width, toBounds.height);
686 setBounds(bounds.x, bounds.y, bounds.width, bounds.height);
778 responder.handleReshapeEvent(screenBounds.x, screenBounds.y, screenBounds.width,
871 int width = image.getWidth(null);
874 if (w > width) {
876 width = w;
940 protected void deliverMoveResizeEvent(int x, int y, int width, int height, argument
951 nativeBounds = new Rectangle(x, y, width, height);
955 peer.notifyReshape(x, y, width, heigh
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java134 private int width; field in class:JPEGImageReader
633 private void setImageData(int width, argument
639 this.width = width;
713 return width;
1066 image = getDestination(param, imageTypes, width, height);
1102 computeRegions(param, width, height, image, srcROI, destROI);
1136 int lineSize = destROI.width*numRasterBands;
1143 destROI.width, 1,
1153 destROI.width,
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c131 short width; member in struct:__anon965
618 fbrects[i].x, fbrects[i].x + fbrects[i].width,
622 horiz = MIN(newX + newWidth, fbrects[i].x + fbrects[i].width) -
689 fbrects[idx].width = xinInfo[idx].width;
1446 fbrects[screen].width,
1786 X11GD_CreateDisplayMode(JNIEnv *env, jint width, jint height, argument
1813 width, height, bitDepth, validRefreshRate);
1818 jint width, jint height,
1821 jobject displayMode = X11GD_CreateDisplayMode(env, width, heigh
1817 X11GD_AddDisplayMode(JNIEnv *env, jobject arrayList, jint width, jint height, jint bitDepth, jint refreshRate) argument
2027 Java_sun_awt_X11GraphicsDevice_configDisplayMode(JNIEnv* env, jclass x11gd, jint screen, jint width, jint height, jint refreshRate) argument
[all...]
H A Dawt_InputMethod.c120 int width, height; /*parent's width, height */ member in struct:__anon966
127 int bWidth; /*border width */
680 int width=80, height=22; local
726 off_x = (xxwa.width - xwa.width) / 2;
742 if (xx + width > xxwa.width){
743 xx = xxwa.width - width;
871 int width = statusWindow->statusW; local
[all...]
H A Dawt_util.c577 Dimension width=0, height=0; local
581 XtVaGetValues(root, XmNwidth, &width, XmNheight, &height,
586 lastx = wx + width;
685 Dimension height, width ; local
701 XmNwidth, &width,
726 ssgeometry->width = icp->status_width;
H A Dawt_wm.c1660 int32_t width, int32_t height,
1665 width, height,
1669 if ((width > 0) && (height > 0)) {
1671 XmNwidth, (XtArgVal)width,
1673 XmNminWidth, (XtArgVal)width,
1675 XmNmaxWidth, (XtArgVal)width,
1659 awt_wm_setShellNotResizable(struct FrameData *wdata, int32_t width, int32_t height, Boolean justChangeSize) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h341 int width, height; member in struct:__anon1031
503 typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list);
575 typedef void ( * PFNGLXCOPYSUBBUFFERMESAPROC) (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c449 jboolean XShared_initSurface(JNIEnv *env, X11SDOps *xsdo, jint depth, jint width, jint height, jlong drawable) argument
464 xsdo->pmWidth = width;
468 xsdo->shmPMData.pmSize = width * height * depth;
469 xsdo->shmPMData.pixelsReadThreshold = width * height / 8;
487 width, height, depth);
513 jint width, jint height,
529 XShared_initSurface(env, xsdo, depth, width, height, drawable);
549 jint width, jint height)
564 width, height);
620 XImage* X11SD_GetSharedImage(X11SDOps *xsdo, jint width, jin argument
511 Java_sun_java2d_x11_X11SurfaceData_initSurface(JNIEnv *env, jclass xsd, jint depth, jint width, jint height, jlong drawable) argument
548 X11SD_CreateSharedImage(X11SDOps *xsdo, jint width, jint height) argument
643 int width = xsdo->pmWidth; local
676 X11SD_PuntPixmap(X11SDOps *xsdo, jint width, jint height) argument
755 X11SD_CachedXImageFits(jint width, jint height, jint maxWidth, jint maxHeight, jint depth, jboolean readBits) argument
[all...]
H A DXRBackendNative.c307 jint width, jint height) {
309 width, height, depth);
359 jint srcx, jint srcy, jint width, jint height, jint dstx, jint dsty) {
361 (GC) jlong_to_ptr(gc), srcx, srcy, width, height, dstx, dsty); local
368 jint dstX, jint dstY, jint width, jint height) {
371 srcX, srcY, maskX, maskY, dstX, dstY, width, height);
378 jint x, jint y, jint width, jint height) {
385 x, y, width, height);
424 xRects[i].width = rects[i*4 + 2];
637 jint sx, jint sy, jint dx, jint dy, jint width, jin
305 Java_sun_java2d_xr_XRBackendNative_createPixmap(JNIEnv *env, jobject this, jint drawable, jint depth, jint width, jint height) argument
357 Java_sun_java2d_xr_XRBackendNative_copyArea(JNIEnv *env, jobject this, jint src, jint dst, jlong gc, jint srcx, jint srcy, jint width, jint height, jint dstx, jint dsty) argument
365 Java_sun_java2d_xr_XRBackendNative_renderComposite(JNIEnv *env, jobject this, jbyte op, jint src, jint mask, jint dst, jint srcX, jint srcY, jint maskX, jint maskY, jint dstX, jint dstY, jint width, jint height) argument
375 Java_sun_java2d_xr_XRBackendNative_renderRectangle(JNIEnv *env, jobject this, jint dst, jbyte op, jshort red, jshort green, jshort blue, jshort alpha, jint x, jint y, jint width, jint height) argument
635 Java_sun_java2d_xr_XRBackendNative_putMaskNative(JNIEnv *env, jclass cls, jint drawable, jlong gc, jbyteArray imageData, jint sx, jint sy, jint dx, jint dy, jint width, jint height, jint maskOff, jint maskScan, jfloat ea, jlong imgPtr) argument
692 img, 0, 0, 0, 0, width, height); local
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java129 oldWidth = s.width;
144 private native void reshapeNoCheck(int x, int y, int width, int height); argument
147 public void setBounds(int x, int y, int width, int height, int op) { argument
151 paintPending = (width != oldWidth) || (height != oldHeight);
154 reshapeNoCheck(x, y, width, height);
156 reshape(x, y, width, height);
158 if ((width != oldWidth) || (height != oldHeight)) {
166 oldWidth = width;
236 public void repaint(long tm, int x, int y, int width, int height) { argument
289 r.x + ", y = " + r.y + ", width
299 reshape(int x, int y, int width, int height) argument
726 createImage(int width, int height) argument
732 createVolatileImage(int width, int height) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp68 float width, float height)
71 m->_11 = 2.0f/width;
67 D3DUtils_SetOrthoMatrixOffCenterLH(D3DMATRIX *m, float width, float height) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.cpp55 jint width, height; member in struct:SetMaximizedBoundsStruct
275 jint width = env->GetIntField(target, AwtComponent::widthID); local
291 frame->Reshape(x, y, width, height);
584 void AwtFrame::Reshape(int x, int y, int width, int height) argument
591 RECT rcNormalPosition = {x,y,x+width,y+height};
633 AwtWindow::Reshape(x, y, width, height);
1354 int width = smbs->width; local
1365 f->SetMaximizedBounds(x, y, width, height);
1635 jint x, jint y, jint width, jin
1634 Java_sun_awt_windows_WFramePeer_setMaximizedBounds(JNIEnv *env, jobject self, jint x, jint y, jint width, jint height) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java1532 * Print the summary table row cell attribute width.
1534 * @param width Width of the table cell.
1536 public void summaryRow(int width) { argument
1537 if (width != 0) {
1538 tdWidth(width + "%");
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java631 * Print HTML &lt;IMG SRC="imggif" WIDTH="width" HEIGHT="height" ALT="imgname&gt;
638 * @param width Width of the image.
641 public void img(String imggif, String imgname, int width, int height) { argument
643 + " WIDTH=\"" + width + "\" HEIGHT=\"" + height
1062 * Print HTML &lt;TABLE BORDER="border" WIDTH="width"
1066 * @param width Width of the table.
1070 public void table(int border, String width, int cellpadding, argument
1074 "\" WIDTH=\"" + width +
1081 * Print HTML &lt;TABLE BORDER="border" WIDTH="width"
1085 * @param width Widt
1090 table(int border, String width, int cellpadding, int cellspacing, String summary) argument
1139 table(int border, String width) argument
1193 tdWidth(String width) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java258 /** The width in bytes of objects of the type.
260 public static int width(int typecode) { method in class:Code
268 public static int width(Type type) { method in class:Code
269 return type == null ? 1 : width(typecode(type));
272 /** The total width taken up by a vector of objects.
274 public static int width(List<Type> types) { method in class:Code
277 w = w + width(l.head);
412 int argsize = width(mtype.getParameterTypes());
425 int argsize = width(mtype.getParameterTypes());
440 int argsize = width(mtyp
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c237 JDIMENSION width = cinfo->output_width; local
241 for (col = width; col > 0; col--) {
930 JDIMENSION width = cinfo->output_width; local
935 for (col = width; col > 0; col--) {
970 JDIMENSION width = cinfo->output_width; local
983 inptr += (width-1) * 3; /* so point to rightmost pixel */
984 outptr += width-1;
987 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
1002 for (col = width; col > 0; col--) {

Completed in 159 milliseconds

<<11121314151617181920>>