Searched defs:height (Results 476 - 483 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java362 * Sets the row height, this is forwarded to the treeState.
703 // JTree's original row height is 16. To correctly display the
706 // be backward compatable and try to update the row height, we're
707 // therefor NOT going to adjust the row height based on font. If the
709 // the row height.
1096 public int getBaseline(JComponent c, int width, int height) { argument
1097 super.getBaseline(c, width, height);
1114 baseline = renderer.getBaseline(pref.width, pref.height);
1154 int endY = paintBounds.y + paintBounds.height;
1225 if((bounds.y + bounds.height) >
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c197 gint width, gint height, gint depth);
203 gboolean has_alpha, int bits_per_sample, int width, int height);
206 int dest_x, int dest_y, int width, int height);
208 gint* width, gint* height);
225 gint x, gint y, gint width, gint height);
230 gint width, gint height);
234 gint x, gint y, gint width, gint height);
238 gint x, gint y, gint width, gint height);
242 gint x, gint y, gint width, gint height);
246 gint x, gint y, gint width, gint height);
894 gtk2_init_painting(JNIEnv *env, gint width, gint height) argument
954 gtk2_copy_image(gint *dst, gint width, gint height) argument
1567 gtk2_paint_arrow(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkArrowType arrow_type, gboolean fill) argument
1626 gtk2_paint_box(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gint synth_state, GtkTextDirection dir) argument
1779 gtk2_paint_box_gap(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) argument
1796 gtk2_paint_check(WidgetType widget_type, gint synth_state, const gchar *detail, gint x, gint y, gint width, gint height) argument
1813 gtk2_paint_diamond(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1826 gtk2_paint_expander(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkExpanderStyle expander_style) argument
1839 gtk2_paint_extension(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side) argument
1852 gtk2_paint_flat_box(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gboolean has_focus) argument
1871 gtk2_paint_focus(WidgetType widget_type, GtkStateType state_type, const char *detail, gint x, gint y, gint width, gint height) argument
1881 gtk2_paint_handle(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) argument
1894 gtk2_paint_hline(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1904 gtk2_paint_option(WidgetType widget_type, gint synth_state, const gchar *detail, gint x, gint y, gint width, gint height) argument
1921 gtk2_paint_shadow(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gint synth_state, GtkTextDirection dir) argument
1971 gtk2_paint_slider(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) argument
1984 gtk2_paint_vline(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1994 gtk_paint_background(WidgetType widget_type, GtkStateType state_type, gint x, gint y, gint width, gint height) argument
[all...]
H A Dgtk2_interface.h313 gint height; member in struct:__anon985
320 gint height; member in struct:__anon986
325 gint height; 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, gint height, GtkPositionTyp
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c641 (JNIEnv *env, jclass clazz, jlong display, jlong window, jint x , jint y , jint width, jint height) {
644 XMoveResizeWindow( (Display *) jlong_to_ptr(display), (Window) window, x, y, width, height);
655 (JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height)
658 XResizeWindow( (Display *) jlong_to_ptr(display),(Window) window,width,height);
668 (JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height)
671 XMoveWindow( (Display *) jlong_to_ptr(display),(Window) window,width,height);
929 (JNIEnv *env, jclass clazz, jlong display, jlong drawable, jint width, jint height, jlong width_return, jlong height_return) {
934 status = XQueryBestCursor((Display *) jlong_to_ptr(display), (Drawable) drawable, width,height,
1496 (JNIEnv *env, jclass clazz, jlong display, jlong window, jint x, jint y, jint width, jint height, jlong flags) {
1504 hints->height
640 Java_sun_awt_X11_XlibWrapper_XMoveResizeWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x , jint y , jint width, jint height) argument
654 Java_sun_awt_X11_XlibWrapper_XResizeWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height) argument
667 Java_sun_awt_X11_XlibWrapper_XMoveWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height) argument
928 Java_sun_awt_X11_XlibWrapper_XQueryBestCursor(JNIEnv *env, jclass clazz, jlong display, jlong drawable, jint width, jint height, jlong width_return, jlong height_return) argument
1495 Java_sun_awt_X11_XlibWrapper_XSetMinMaxHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x, jint y, jint width, jint height, jlong flags) argument
1567 Java_sun_awt_X11_XlibWrapper_XCreateBitmapFromData(JNIEnv *env, jclass clazz, jlong display, jlong drawable, jlong data, jint width, jint height) argument
1685 Java_sun_awt_X11_XlibWrapper_XCreatePixmap(JNIEnv *env, jclass clazz, jlong display, jlong drawable, jint width, jint height, jint depth) argument
1691 Java_sun_awt_X11_XlibWrapper_XCreateImage(JNIEnv *env, jclass clazz, jlong display, jlong visual_ptr, jint depth, jint format, jint offset, jlong data, jint width, jint height, jint bitmap_pad, jint bytes_per_line) argument
1725 Java_sun_awt_X11_XlibWrapper_XPutImage(JNIEnv *env, jclass clazz, jlong display, jlong drawable, jlong gc, jlong image, jint src_x, jint src_y, jint dest_x, jint dest_y, jint width, jint height) argument
2221 Java_sun_awt_X11_XlibWrapper_SetBitmapShape(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height, jintArray bitmap) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp134 jint width, height; member in struct:UpdateWindowStruct
1099 jint height = env->GetIntField(target, AwtComponent::heightID); local
1116 window->Reshape(x, y, width, height);
2672 void AwtWindow::UpdateWindowImpl(int width, int height, HBITMAP hBitmap) argument
2700 size.cy = height;
2717 void AwtWindow::UpdateWindow(JNIEnv* env, jintArray data, int width, int height, argument
2729 hBitmap = CreateBitmapFromRaster(env, data, width, height);
2741 contentHeight = height;
2742 UpdateWindowImpl(width, height, hBitmap);
3000 window->UpdateWindow(env, data, (int)uws->width, (int)uws->height,
3568 Java_sun_awt_windows_WWindowPeer_updateWindowImpl(JNIEnv *env, jobject self, jintArray data, jint width, jint height) argument
3591 AwtWindow_UpdateWindow(JNIEnv *env, jobject peer, jint width, jint height, HBITMAP hBitmap) argument
[all...]
H A Dawt_Component.cpp2215 int height = r->bottom-r->top; local
2216 if (width > 0 && height > 0) {
2217 int toAdd = (width > height) ? 0: 1;
4350 jint height = env->CallIntMethod(fontMetrics, AwtFont::getHeightMID); local
4358 return height;
6327 AwtComponent::heightID = env->GetFieldID(cls, "height", "I");
6972 jint height = env->GetIntField(target, AwtComponent::heightID); local
7011 (height == (rect.bottom-rect.top)) );
7016 (height == (rect.bottom-rect.top)) );
7064 printf("\twas: [%d,%d,%dx%d]\n", x, y, width, height);
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java98 Window XCreateWindow(display, parent, x, y, width, height,
104 unsigned int width, height;
113 static native long XCreateWindow(long display, long parent, int x,int y, int width, int height, int border_width, int depth, long wclass, long visual, long valuemask, long attributes); argument
256 /* XMoveResizeWindow(display, w, x, y, width, height)
260 unsigned int width, height;
262 static native void XMoveResizeWindow(long display, long window, int x, int y, int width, int height); argument
263 static native void XResizeWindow(long display, long window, int width, int height); argument
375 height)
379 unsigned int width, height;
382 static native long XCreateBitmapFromData(long display, long drawable, long data, int width, int height); argument
415 XQueryBestCursor(long display, long drawable, int width, int height, long width_return, long height_return) argument
447 XSetMinMaxHints(long display, long window, int x, int y, int width, int height, long flags) argument
470 XCreatePixmap(long display, long drawable, int width, int height, int depth) argument
471 XCreateImage(long display, long visual_ptr, int depth, int format, int offset, long data, int width, int height, int bitmap_pad, int bytes_per_line) argument
475 XPutImage(long display, long drawable, long gc, long image, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
561 SetBitmapShape(long display, long window, int width, int height, int[] bitmap) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java244 * The height of the component.
249 int height; field in class:Component
724 * the same value regardless of the height or width. For example, a
732 * Indicates the baseline remains fixed relative to the height
734 * any height H the difference between H and
744 * the center of the component. That is, for any height H the
753 * any height:
757 * preferredSize.height);
759 * preferredSize.height + 1);
760 * // Amount to add to height whe
2154 setSize(int width, int height) argument
2163 resize(int width, int height) argument
2242 setBounds(int x, int y, int width, int height) argument
2251 reshape(int x, int y, int width, int height) argument
2318 reshapeNativePeer(int x, int y, int width, int height, int op) argument
2803 getBaseline(int width, int height) argument
3328 repaint(int x, int y, int width, int height) argument
3354 repaint(long tm, int x, int y, int width, int height) argument
3549 createImage(int width, int height) argument
3574 createVolatileImage(int width, int height) argument
3602 createVolatileImage(int width, int height, ImageCapabilities caps) argument
3642 prepareImage(Image image, int width, int height, ImageObserver observer) argument
3714 checkImage(Image image, int width, int height, ImageObserver observer) argument
3926 int height; field in class:Component.FlipBufferStrategy
4240 protected int height; field in class:Component.BltBufferStrategy
[all...]

Completed in 187 milliseconds

<<11121314151617181920