Home
last modified time | relevance | path

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

/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_map.cpp995 blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH); in draw()
1028 if (iBlock != 0 && blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH) && in draw()
1072 if (iBlock != 0 && blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH) && in draw()
1078 if (iBlock != 0 && blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH) && in draw()
1084 if (iBlock != 0 && blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH) && in draw()
1147 blocks->get_sprite_size(iBlock & 0xFF, nullptr, &iH) && iH > 0) { in draw()
H A Dth_gfx_sdl.h501 bool get_sprite_size(size_t iSprite, int* pWidth, int* pHeight) const;
H A Dth_gfx_font.cpp410 if (pBitmapFontSpriteSheet->get_sprite_size(iSprite, &iWidth, &iHeight) && in match_bitmap_font()
H A Dth_gfx_sdl.cpp1021 bool sprite_sheet::get_sprite_size(size_t iSprite, int* pWidth, in get_sprite_size() function in sprite_sheet