Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c21106 dest.x = (img_color_btns[NUM_COLORS - 2]->w - img_color_sel->w) / 2; in do_color_sel()
21107 dest.y = (img_color_btns[NUM_COLORS - 2]->h - img_color_sel->h) / 2; in do_color_sel()
21108 dest.w = img_color_sel->w; in do_color_sel()
21109 dest.h = img_color_sel->h; in do_color_sel()
21110 SDL_BlitSurface(img_color_sel, NULL, img_color_btns[NUM_COLORS - 2], &dest); in do_color_sel()
24969 img_color_sel = loadimagerb(DATA_PREFIX "images/ui/csel.png"); in setup()
25233 dest.x = (img_color_btns[i]->w - img_color_sel->w) / 2; in setup()
25234 dest.y = (img_color_btns[i]->h - img_color_sel->h) / 2; in setup()
25235 dest.w = img_color_sel->w; in setup()
25236 dest.h = img_color_sel->h; in setup()
[all …]