Home
last modified time | relevance | path

Searched refs:glyphInfo_t (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_font.c109 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
180 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
182 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
187 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
335 glyphInfo_t *glyph; in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_font.c109 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
180 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
182 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
187 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
335 glyphInfo_t *glyph; in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_font.c110 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
181 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
183 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
188 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
336 glyphInfo_t *glyph; in RE_RegisterFont()
510 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_font.c109 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
180 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
182 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
187 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
335 glyphInfo_t *glyph; in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_font.c109 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
180 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
182 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
187 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
335 glyphInfo_t *glyph; in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_font.c109 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
180 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, int *maxHe… in RE_ConstructGlyphInfo()
182 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
187 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
335 glyphInfo_t *glyph; in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_font.cpp74 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t* glyphOut) { in R_RenderGlyph()
117 glyphInfo_t *RE_ConstructGlyphInfo( unsigned char *imageOut, int *xOut, int *yOut, int *maxHeight, … in RE_ConstructGlyphInfo()
119 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
124 memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
274 glyphInfo_t *glyph; in RegisterFont()
492 memcpy( &font.glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RegisterFont()
H A DRenderSystem.h115 } glyphInfo_t; typedef
118 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_font.c118 FT_Bitmap *R_RenderGlyph( FT_GlyphSlot glyph, glyphInfo_t* glyphOut ) { in R_RenderGlyph()
203 static glyphInfo_t *RE_ConstructGlyphInfo( unsigned char *imageOut, int *xOut, int *yOut, int *maxH… in RE_ConstructGlyphInfo()
205 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
210 Com_Memset( &glyph, 0, sizeof( glyphInfo_t ) ); in RE_ConstructGlyphInfo()
350 glyphInfo_t *glyph; in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_font.c118 FT_Bitmap *R_RenderGlyph( FT_GlyphSlot glyph, glyphInfo_t* glyphOut ) { in R_RenderGlyph()
203 static glyphInfo_t *RE_ConstructGlyphInfo( unsigned char *imageOut, int *xOut, int *yOut, int *maxH… in RE_ConstructGlyphInfo()
205 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
210 Com_Memset( &glyph, 0, sizeof( glyphInfo_t ) ); in RE_ConstructGlyphInfo()
350 glyphInfo_t *glyph; in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_font.c118 FT_Bitmap *R_RenderGlyph( FT_GlyphSlot glyph, glyphInfo_t* glyphOut ) { in R_RenderGlyph()
203 static glyphInfo_t *RE_ConstructGlyphInfo( unsigned char *imageOut, int *xOut, int *yOut, int *maxH… in RE_ConstructGlyphInfo()
205 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
210 Com_Memset( &glyph, 0, sizeof( glyphInfo_t ) ); in RE_ConstructGlyphInfo()
350 glyphInfo_t *glyph; in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_font.c118 FT_Bitmap *R_RenderGlyph( FT_GlyphSlot glyph, glyphInfo_t* glyphOut ) { in R_RenderGlyph()
203 static glyphInfo_t *RE_ConstructGlyphInfo( unsigned char *imageOut, int *xOut, int *yOut, int *maxH… in RE_ConstructGlyphInfo()
205 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
210 Com_Memset( &glyph, 0, sizeof( glyphInfo_t ) ); in RE_ConstructGlyphInfo()
350 glyphInfo_t *glyph; in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
/dports/games/evq3/evq3/code/renderer/
H A Dtr_font.c107 FT_Bitmap *R_RenderGlyph(FT_GlyphSlot glyph, glyphInfo_t * glyphOut) in R_RenderGlyph()
198 static glyphInfo_t *RE_ConstructGlyphInfo(unsigned char *imageOut, int *xOut, int *yOut, in RE_ConstructGlyphInfo()
202 static glyphInfo_t glyph; in RE_ConstructGlyphInfo()
207 Com_Memset(&glyph, 0, sizeof(glyphInfo_t)); in RE_ConstructGlyphInfo()
383 glyphInfo_t *glyph; in RE_RegisterFont()
573 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
/dports/games/openjk/OpenJK-07675e2/code/rd-common/
H A Dtr_font.cpp207 glyphInfo_t mGlyphs[GLYPH_COUNT];
215 glyphInfo_t m_AsianGlyph; // special glyph containing asian->western scaling info for all glyphs
246 const glyphInfo_t *GetLetter(const unsigned int uiLetter, int *piShader = NULL);
1235 const glyphInfo_t *CFontInfo::GetLetter(const unsigned int uiLetter, int *piShader /* = NULL */) in GetLetter()
1333 const glyphInfo_t *pGlyph = &mGlyphs[ uiLetter & 0xff ]; in GetLetter()
1382 const glyphInfo_t *pGlyph = GetLetter( uiLetter ); in GetLetterWidth()
1388 const glyphInfo_t *pGlyph = GetLetter( uiLetter ); in GetLetterHorizAdvance()
1623 const glyphInfo_t *pLetter; in RE_Font_DrawString()
1769 const glyphInfo_t *pLetter; in RE_Font_DrawString()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dqfiles.h400 } glyphInfo_t; typedef
408 glyphInfo_t mGlyphs[GLYPH_COUNT];
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dqfiles.h440 } glyphInfo_t; typedef
448 glyphInfo_t mGlyphs[GLYPH_COUNT];
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_font.cpp199 glyphInfo_t mGlyphs[GLYPH_COUNT];
207 glyphInfo_t m_AsianGlyph; // special glyph containing asian->western scaling info for all glyphs
238 const glyphInfo_t *GetLetter(const unsigned int uiLetter, int *piShader = NULL);
1130 const glyphInfo_t *CFontInfo::GetLetter(const unsigned int uiLetter, int *piShader /* = NULL */) in GetLetter()
1228 const glyphInfo_t *pGlyph = &mGlyphs[ uiLetter & 0xff ]; in GetLetter()
1277 const glyphInfo_t *pGlyph = GetLetter( uiLetter ); in GetLetterWidth()
1283 const glyphInfo_t *pGlyph = GetLetter( uiLetter ); in GetLetterHorizAdvance()
1477 const glyphInfo_t *pLetter; in RE_Font_DrawString()
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DDeviceContext.cpp752 const glyphInfo_t *glyph; in DrawText()
829 glyphInfo_t *glyph; in CharWidth()
842 const glyphInfo_t *glyphs = useFont->glyphs; in TextWidth()
872 glyphInfo_t *glyph; in TextHeight()
1003 const glyphInfo_t *glyph2 = &useFont->glyphs[overStrikeMode ? int('_') : int('|')]; in DrawEditCursor()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h1212 } glyphInfo_t; typedef
1215 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h1212 } glyphInfo_t; typedef
1215 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h1202 } glyphInfo_t; typedef
1205 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.h1221 } glyphInfo_t; typedef
1224 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h1236 } glyphInfo_t; typedef
1239 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h1236 } glyphInfo_t; typedef
1239 glyphInfo_t glyphs [GLYPHS_PER_FONT];
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h1674 } glyphInfo_t; typedef
1677 glyphInfo_t glyphs [GLYPHS_PER_FONT];

123