Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dimage.h24 const int font_index_comma_c = 30; variable
H A Dimage.cpp1573 if( little[font_index_comma_c] != NULL ) in writeMixedCase()
1574 little[font_index_comma_c]->draw(cx, y + l_h - s_h); in writeMixedCase()
1575 else if( large[font_index_comma_c] != NULL ) in writeMixedCase()
1576 large[font_index_comma_c]->draw(cx, y); in writeMixedCase()
H A Dgame.cpp2309 letters_small[font_index_comma_c] = icons->copy(144, 1, font_w, font_h); in loadImages()
2351 letters_large[font_index_comma_c] = icons->copy(144*2, 1*2, font_w, font_h); in loadImages()