Home
last modified time | relevance | path

Searched refs:TexGlyphInfo (Results 1 – 10 of 10) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Dpi_TexFont.h47 struct TexGlyphInfo { struct
72 TexGlyphInfo tgi[MAX_GLYPH]; argument
H A Dpi_TexFont.cpp214 TexGlyphInfo &tgisi = tgi[c]; in GetTextExtent()
234 TexGlyphInfo &tgic = tgi[c]; in RenderGlyph()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Dpi_TexFont.h47 struct TexGlyphInfo { struct
72 TexGlyphInfo tgi[MAX_GLYPH]; argument
H A Dpi_TexFont.cpp211 TexGlyphInfo &tgisi = tgi[c]; in GetTextExtent()
231 TexGlyphInfo &tgic = tgi[c]; in RenderGlyph()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DTexFont.h40 struct TexGlyphInfo { struct
66 TexGlyphInfo tgi[MAX_GLYPH];
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexfont.h26 } TexGlyphInfo; typedef
50 TexGlyphInfo *tgi;
H A Dtexfont.cpp176 (TexGlyphInfo *) malloc(txf->num_glyphs * sizeof(TexGlyphInfo)); in txfLoadFont()
181 /*CONSTANTCONDITION*/ assert(sizeof(TexGlyphInfo) == 12); /* Ensure external file format size. */ in txfLoadFont()
182 got = fread(txf->tgi, sizeof(TexGlyphInfo), txf->num_glyphs, file); in txfLoadFont()
203 TexGlyphInfo *tgi; in txfLoadFont()
/dports/games/scourge/scourge/src/
H A Dtext.h36 struct TexGlyphInfo { struct
70 TexGlyphInfo *tgi;
H A Dtext.cpp110 txf->tgi = new TexGlyphInfo[txf->num_glyphs]; in txfLoadFont()
111 assert( sizeof( TexGlyphInfo ) == 12 ); /* Ensure external file format size. */ in txfLoadFont()
112 got = fread( txf->tgi, sizeof( TexGlyphInfo ), txf->num_glyphs, file ); in txfLoadFont()
128 TexGlyphInfo *tgi; in txfLoadFont()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DTexFont.cpp235 TexGlyphInfo &tgisi = tgi[c]; in GetTextExtent()
254 TexGlyphInfo &tgic = tgi[c]; in RenderGlyph()