Searched refs:w_shape (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_winshared.h104 * w_shape cliplist info
115 * w_shape contains flags and a bounding-box for the cliplist.
116 * cliparray follows w_shape. Contains the clip list.
118 * w_shape.SHAPE_FLAGS contains flags that describe the cliplist. If
123 * described by w_shape->SHAPE_{XMIN,YMIN,XMAX,YMAX}.
527 int32_t w_shapeoff; /* byte offset from wx_info to w_shape. */
538 struct class_SHAPE_v0 w_shape; member in struct:wx_winfo::__anon459::__anon461
659 struct class_SHAPE_vn w_shape; member in struct:wx_winfo
H A Dwin_grab.c1789 printf(" &w_shape = %p\n", &infop->w_shape) ;
1790 printf(" w_shape.SHAPE_FLAGS = %u\n", infop->w_shape.SHAPE_FLAGS) ;
1791 printf(" w_shape.SHAPE_YMIN = %d\n", infop->w_shape.SHAPE_YMIN) ;
1792 printf(" w_shape.SHAPE_YMAX = %d\n", infop->w_shape.SHAPE_YMAX) ;
1793 printf(" w_shape.SHAPE_XMIN = %d\n", infop->w_shape
[all...]

Completed in 15 milliseconds