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

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp227 _button_width = BOOT_BUTTON_WIDTH;
231 _button_width += _button_width/2;
389 int cx = _root._button_width;
409 int cx = _root._button_width;
411 int x = _rect.right - _root._button_width;
430 int cx = _rect.right - _rect.left - _root._button_width * 2;
432 int x = _rect.left + _root._button_width;
H A Drootwindow.h48 int _button_width; member in class:RootWindow

Completed in 141 milliseconds