Home
last modified time | relevance | path

Searched refs:font_xoffset (Results 1 – 5 of 5) sorted by relevance

/dports/audio/komposter/komposter-f75eeb7/
H A Dfont.c50 int font_xoffset[FONT_STYLES][255]; variable
116 font_xoffset[f][c]=slot->bitmap_left; in font_init()
182 glVertex2f(xp+font_xoffset[fontnr][(int)text[n]], yp+font_yoffset[fontnr][(int)text[n]]); in render_text()
184 …glVertex2f(xp+font_xoffset[fontnr][(int)text[n]]+font_width[fontnr][(int)text[n]], yp+font_yoffset… in render_text()
186 glVertex2f(xp+font_xoffset[fontnr][(int)text[n]]+font_width[fontnr][(int)text[n]], in render_text()
189 glVertex2f(xp+font_xoffset[fontnr][(int)text[n]], in render_text()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dscreens.c3332 int font_xoffset = getFontBitmapInfo(font_nr)->draw_xoffset; in drawChooseTreeList() local
3333 int startx_text = startx + font_xoffset; in drawChooseTreeList()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dscreens.c3379 int font_xoffset = getFontBitmapInfo(font_nr)->draw_xoffset; in drawChooseTreeList() local
3380 int startx_text = startx + font_xoffset; in drawChooseTreeList()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dscreens.c3332 int font_xoffset = getFontBitmapInfo(font_nr)->draw_xoffset; in drawChooseTreeList() local
3333 int startx_text = startx + font_xoffset; in drawChooseTreeList()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dscreens.c3426 int font_xoffset = getFontBitmapInfo(font_nr)->draw_xoffset; in drawChooseTreeList() local
3427 int startx_text = startx + font_xoffset; in drawChooseTreeList()