Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dimage.h21 const int font_index_apostrophe_c = 27; variable
H A Dimage.cpp1579 if( little[font_index_apostrophe_c] != NULL ) in writeMixedCase()
1580 little[font_index_apostrophe_c]->draw(cx, y + l_h - s_h); in writeMixedCase()
1581 else if( large[font_index_apostrophe_c] != NULL ) in writeMixedCase()
1582 large[font_index_apostrophe_c]->draw(cx, y); in writeMixedCase()
H A Dgame.cpp2306 letters_small[font_index_apostrophe_c] = icons->copy(66, 1, font_w, font_h); in loadImages()
2348 letters_large[font_index_apostrophe_c] = icons->copy(66*2, 1*2, font_w, font_h); in loadImages()