Home
last modified time | relevance | path

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

/dports/games/xjewel/xjewel-1.6/
H A Dgame.c176 y+=Score_Char_MHeight;
186 y+=Score_Char_MHeight;
222 int y=SCORE_LOC_Y + (Score_Char_MHeight*2);
231 y+=Score_Char_MHeight;
240 int y=SCORE_LOC_Y + (Score_Char_MHeight*3);
249 y+=Score_Char_MHeight;
258 int y=SCORE_LOC_Y + (Score_Char_MHeight*4);
267 y+=Score_Char_MHeight;
286 y+=Score_Char_MHeight;
305 y+=Score_Char_MHeight;
[all …]
H A Djewel.h90 extern int Score_Char_MHeight;
H A Djewel.c364 int Score_Char_MHeight; variable
517 Score_Char_MHeight=(ScoreFont->ascent + ScoreFont->descent)*3/2; in Init_Jewel()