Searched refs:button_height (Results 1 – 2 of 2) sorted by relevance
62 const int button_height = height / 4; in draw_joystick() local102 y + axis_height + button_height); in draw_joystick()
306 int button_height = 2 * button_text_height; in X11_MessageBoxInitPositions() local316 data->dialog_height = IntMax( data->dialog_height, ybuttons + 2 * button_height ); in X11_MessageBoxInitPositions()320 y = ybuttons + ( data->dialog_height - ybuttons - button_height ) / 2; in X11_MessageBoxInitPositions()327 data->buttonpos[ i ].rect.h = button_height; in X11_MessageBoxInitPositions()331 … data->buttonpos[ i ].y = y + ( button_height - button_text_height - 1 ) / 2 + button_text_height; in X11_MessageBoxInitPositions()