Home
last modified time | relevance | path

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

/dports/games/madbomber/madbomber-0.2.5/
H A Dmadbomber.c365 const int title_option_images[NUM_TITLE_OPTIONS] = { variable
2450 dest.w = images[title_option_images[i]] -> w; in title()
2451 dest.h = images[title_option_images[i]] -> h; in title()
2467 y = y + (images[title_option_images[i]] -> h); in title()
2534 images[title_option_images[i]] -> h))) in title()
2536 images[title_option_images[i]] -> w * 2))) in title()
2592 (images[title_option_images[option]] -> w)) / 2; in title()
2594 dest.w = images[title_option_images[option]] -> w; in title()
2595 dest.h = images[title_option_images[option]] -> h; in title()
2598 (images[title_option_images[option]] -> h) * 2) in title()
[all …]
/dports/games/defendguin/defendguin-0.0.12/src/
H A Ddefendguin.c466 const int title_option_images[NUM_TITLE_OPTIONS] = { variable
4210 dest.w = images[title_option_images[i]] -> w; in title()
4213 SDL_BlitSurface(images[title_option_images[i]], NULL, screen, &dest); in title()