Home
last modified time | relevance | path

Searched defs:TexGlyphInfo (Results 1 – 5 of 5) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Dpi_TexFont.h47 struct TexGlyphInfo { struct
48 int x, y, width, height;
72 TexGlyphInfo tgi[MAX_GLYPH]; argument
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Dpi_TexFont.h47 struct TexGlyphInfo { struct
48 int x, y, width, height;
72 TexGlyphInfo tgi[MAX_GLYPH]; argument
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DTexFont.h40 struct TexGlyphInfo { struct
41 int x, y, width, height;
42 float advance;
/dports/games/scourge/scourge/src/
H A Dtext.h36 struct TexGlyphInfo { struct
37 unsigned short c; /* Potentially support 16-bit glyphs. */
38 unsigned char width;
39 unsigned char height;
40 signed char xoffset;
41 signed char yoffset;
42 signed char advance;
43 char dummy; /* Space holder for alignment reasons. */
44 short x;
45 short y;
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexfont.h26 } TexGlyphInfo; typedef