Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dimage.h20 const int font_index_period_c = 26; variable
H A Dimage.cpp1567 if( little[font_index_period_c] != NULL ) in writeMixedCase()
1568 little[font_index_period_c]->draw(cx, y + l_h - s_h); in writeMixedCase()
1569 else if( large[font_index_period_c] != NULL ) in writeMixedCase()
1570 large[font_index_period_c]->draw(cx, y); in writeMixedCase()
H A Dgame.cpp2305 letters_small[font_index_period_c] = icons->copy(170, 1, font_w, font_h); in loadImages()
2347 letters_large[font_index_period_c] = icons->copy(170*2, 1*2, font_w, font_h); in loadImages()