Home
last modified time | relevance | path

Searched refs:button_height (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/tests/
Djoysticks.c62 const int button_height = height / 4; in draw_joystick() local
102 y + axis_height + button_height); in draw_joystick()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11messagebox.c306 int button_height = 2 * button_text_height; in X11_MessageBoxInitPositions() local
316 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()