Searched defs:border_width (Results 1 - 4 of 4) 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/xawt/
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 60 milliseconds