Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/ui/
H A Dswitch.c37 …y0 = ((h - s->icon_off_h) / 2), ix1 = ((w / 2 - s->icon_on_w) / 2), iy1 = ((h - s->icon_on_h) / 2); in switch_draw()
50 drawalpha(s->style_icon_on, x + ix1, y + iy1, s->icon_on_w, s->icon_on_h, s->sw_color); in switch_draw()
143 s->icon_on_h = BM_FB_HEIGHT; in switch_set_size()
H A Dswitch.h24 int toggle_w, toggle_h, icon_off_w, icon_off_h, icon_on_w, icon_on_h; member