Searched refs:border_width (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c102 int32_t border_width; /* border width of the window */ member in struct:__anon1018
702 curr_attrs->border_width,curr_attrs->visual,
713 curr_clipX = MAX( pclip->x, x_rootrel + curr_attrs->border_width);
714 curr_clipY = MAX( pclip->y, y_rootrel + curr_attrs->border_width);
716 x_rootrel + curr_attrs->width + 2 * curr_attrs->border_width);
719 y_rootrel + curr_attrs->height + 2 * curr_attrs->border_width);
729 child_xrr = x_rootrel + child_attrs.x + curr_attrs->border_width;
733 2 * child_attrs.border_width) - child_clip.x;
739 curr_attrs->border_width;
743 2 * child_attrs.border_width)
[all...]
H A Dgtk2_interface.h448 guint border_width : 16; member in struct:__anon997
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1106 x1 += w->core.x + w->core.border_width;
1107 y1 += w->core.y + w->core.border_width;
1114 * REMIND: We should not be offsetting here by border_width
1116 * results will be off exactly by border_width. We were unable
1121 (int) w->core.border_width,
1122 (int) w->core.border_width,
1188 px1 = px1 - (child_widget->core.x + child_widget->core.border_width);
1189 py1 = py1 - (child_widget->core.y + child_widget->core.border_width);
1216 child_x = child_widget->core.x + child_widget->core.border_width;
1217 child_y = child_widget->core.y + child_widget->core.border_width;
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1171 *left = screenX - topAttr.x - topAttr.border_width;
1172 *top = screenY - topAttr.y - topAttr.border_width;
1176 *border = topAttr.border_width;
H A DXlibWrapper.c217 jint x, jint y, jint w, jint h , jint border_width, jint depth,
222 border_width, depth, wclass, (Visual *) jlong_to_ptr(visual),
215 Java_sun_awt_X11_XlibWrapper_XCreateWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x, jint y, jint w, jint h , jint border_width, jint depth, jlong wclass, jlong visual, jlong valuemask, jlong attributes) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java99 border_width, depth,
105 unsigned int border_width;
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

Completed in 59 milliseconds