Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1489 static SDL_Surface *img_sfx, *img_speak; variable
10976 dest.x = img_btnsm_up->w + ((img_btnsm_up->w - img_speak->w) / 2); in draw_tux_text_ex()
10977 dest.y = r_tuxarea.y + ((img_btnsm_up->h - img_speak->h) / 2); in draw_tux_text_ex()
10979 SDL_BlitSurface(img_speak, NULL, screen, &dest); in draw_tux_text_ex()
13100 free_surface(&img_speak); in cleanup()
24886 img_speak = loadimagerb(DATA_PREFIX "images/tools/speak.png"); in setup()