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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Ddma.c62 register int maxwidth; local
108 maxwidth = (mga_info.mga_width + 31) / 32 * 32;
109 if (maxwidth == 0)
112 maxheight = (MGA_AR0_MASK + 1) / maxwidth;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTreeP.h85 Dimension maxwidth, maxheight; /* for shrink wrapping */ member in struct:__anon414
H A DTree.c674 preferred->width = tw->tree.maxwidth;
790 tc->tree.x = (((Position) tw->tree.maxwidth) -
854 if ((tmp = ((Dimension) x) + tc->tree.bbwidth) > tree->tree.maxwidth)
855 tree->tree.maxwidth = tmp;
962 tw->tree.maxwidth = tw->tree.maxheight = 0;
979 set_tree_size (tw, insetvalues, tw->tree.maxwidth, tw->tree.maxheight);

Completed in 13 milliseconds