Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dimage.h25 const int font_index_dash_c = 31; variable
H A Dimage.cpp1597 if( little[font_index_dash_c] != NULL ) in writeMixedCase()
1598 little[font_index_dash_c]->draw(cx, y + l_h - s_h); in writeMixedCase()
1599 else if( large[font_index_dash_c] != NULL ) in writeMixedCase()
1600 large[font_index_dash_c]->draw(cx, y); in writeMixedCase()
H A Dgame.cpp2310 letters_small[font_index_dash_c] = icons->copy(157, 1, font_w, font_h); in loadImages()
2315 dash_grey = letters_small[font_index_dash_c]; in loadImages()
2352 letters_large[font_index_dash_c] = icons->copy(157*2, 1*2, font_w, font_h); in loadImages()