Searched refs:font_t (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h739 } font_t; typedef in typeref:struct:__anon10195
764 font_t *font; /* Currently selected font */
1355 bool MGLAPI MGL_useFont(font_t *font);
1356 font_t * MGLAPI MGL_getFont(void);
1389 void MGLAPI MGL_drawGlyph(font_t *g,m_int x,m_int y,uchar glyph);
1390 m_int MGLAPI MGL_getGlyphWidth(font_t *font,uchar glyph);
1391 m_int MGLAPI MGL_getGlyphHeight(font_t *font);
1455 font_t * MGLAPI MGL_loadFont(const char *fontname);
1457 void MGLAPI MGL_unloadFont(font_t *font);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H739 } font_t; typedef in typeref:struct:__anon10494
764 font_t *font; /* Currently selected font */
1355 bool MGLAPI MGL_useFont(font_t *font);
1356 font_t * MGLAPI MGL_getFont(void);
1389 void MGLAPI MGL_drawGlyph(font_t *g,m_int x,m_int y,uchar glyph);
1390 m_int MGLAPI MGL_getGlyphWidth(font_t *font,uchar glyph);
1391 m_int MGLAPI MGL_getGlyphHeight(font_t *font);
1455 font_t * MGLAPI MGL_loadFont(const char *fontname);
1457 void MGLAPI MGL_unloadFont(font_t *font);

Completed in 79 milliseconds