Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Demotes.c239 int trigger_width = get_string_width_zoom((const unsigned char*)"Trigger: ", in ui_scale_emotes_handler() local
257 width = trigger_width + get_string_width_zoom((const unsigned char*)emd->command, in ui_scale_emotes_handler()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingIndicator.cpp387 const int trigger_width = width() - 1; in Draw() local
389 const int trigger_analog_width = trigger_width - trigger_button_width; in Draw()
394 p.drawRect(QRectF(0.5, 0.5, trigger_width, trigger_height * TRIGGER_COUNT)); in Draw()
404 const QRectF trigger_rect(0.5, 0.5, trigger_width, trigger_height); in Draw()