Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c1500 static SDL_Surface *img_shapes_corner, *img_shapes_center; variable
9575 dest.x = WINDOW_WIDTH - button_w + (button_w - img_shapes_corner->w) / 2; in draw_shapes()
9576 …pt.h + ((most + TOOLOFFSET) / gd_toolopt.cols * button_h) + (button_h - img_shapes_corner->h) / 2); in draw_shapes()
9578 SDL_BlitSurface(img_shapes_corner, NULL, screen, &dest); in draw_shapes()
13120 free_surface(&img_shapes_corner); in cleanup()
24940 img_shapes_corner = loadimagerb(DATA_PREFIX "images/ui/shapes_corner.png"); in setup()