Lines Matching defs:pixwidth
128 int pixwidth, i;
135 /* If menu item is removed, the menu's pixwidth may need to
137 pixwidth = 1;
140 /* If this menu item's pixwidth is as wide as the menu's
141 pixwidth, removing this menu item will necessitate
142 shrinking the menu's pixwidth. */
143 if (item->pixwidth >= __glutCurrentMenu->pixwidth) {
144 /* Continue recalculating menu pixwidth, first skipping
148 if (remaining->pixwidth > pixwidth) {
149 pixwidth = remaining->pixwidth;
153 __glutCurrentMenu->pixwidth = pixwidth;
165 if (item->pixwidth > pixwidth) {
166 pixwidth = item->pixwidth;