Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/ui/
H A Dswitch.c36 …x = ((w / 2 - s->toggle_w) / 2), ty = ((h - s->toggle_h) / 2), ix0 = ((w / 2 - s->icon_off_w) / 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()
140 s->icon_off_w = BM_FB_WIDTH; 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