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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Viewport.c753 Boolean rHeight = (Boolean)(request->request_mode & CWHeight); local
770 (rHeight ? request->height : w->core.height)
787 if (rHeight && height_remaining != request->height) {
816 if (rHeight) child->core.height = request->height;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewport.c889 Boolean rHeight = (Boolean)(request->request_mode & CWHeight); local
910 (rHeight ? request->height : w->core.height)
914 (rHeight && child->core.height != request->height));
930 if (rHeight && height_remaining != request->height) {
960 if (rHeight) child->core.height = request->height;

Completed in 10 milliseconds