Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/ui/
H A Dswitch.c37 …iy0 = ((h - s->icon_off_h) / 2), ix1 = ((w / 2 - s->icon_on_w) / 2), iy1 = ((h - s->icon_on_h) / 2… in switch_draw()
48 …drawalpha(s->style_icon_off, x + (w / 2) + ix0, y + iy0, s->icon_off_w, s->icon_off_h, s->sw_color… in switch_draw()
141 s->icon_off_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