Searched refs:vert (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h86 * @vert: vertical downscale factor
88 * Divide the coordinates of rectangle @r by @horz and @vert.
90 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) argument
93 r->y1 /= vert;
95 r->y2 /= vert;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c341 * vert - TRUE if this is a vertical paned widget.
346 GetRequestInfo(geo_struct, vert)
348 Boolean vert;
350 if ( vert ) return ( (Dimension) geo_struct->height);
1235 Boolean vert = IsVert(pw); local
1246 if( vert ) {
1257 (reply.request_mode = (vert ? CWHeight : CWWidth)))
1258 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1260 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
1427 register Boolean vert local
1619 Boolean vert = IsVert(pw); local
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c366 * vert - TRUE if this is a vertical paned widget.
371 GetRequestInfo(geo_struct, vert)
373 Boolean vert;
375 if ( vert ) return ( (Dimension) geo_struct->height);
1263 Boolean vert = IsVert(pw); local
1274 if( vert ) {
1285 (reply.request_mode = (vert ? CWHeight : CWWidth)))
1286 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1288 PaneInfo(*childP)->wp_size = PaneSize(*childP, vert);
1455 Boolean vert local
1652 Boolean vert = IsVert(pw); local
[all...]

Completed in 17 milliseconds