Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1506 static SDL_Surface *img_title_on, *img_title_off, *img_title_large_on, *img_title_large_off; variable
13064 free_surface(&img_title_on); in cleanup()
17788 SDL_BlitSurface(img_title_on, NULL, screen, &dest); in draw_image_title()
24867 img_title_on = loadimagerb(DATA_PREFIX "images/ui/title.png"); in setup()