Home
last modified time | relevance | path

Searched refs:GlyphIndex (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_ResFontBase.h134 typedef u16 GlyphIndex; typedef
139 static const GlyphIndex GLYPH_INDEX_NOT_FOUND = INVALID_GLYPH_INDEX;
189 GlyphIndex GetGlyphIndex(CharCode c) const;
199 GlyphIndex FindGlyphIndex(CharCode c) const;
210 GlyphIndex FindGlyphIndex(
221 const CharWidths& GetCharWidthsFromIndex(GlyphIndex index) const;
233 GlyphIndex index
243 GlyphIndex index
255 GlyphIndex index,
336 mutable GlyphIndex m_LastGlyphIndex;
Dfont_ArchiveFont.h152 GlyphIndex index
Dfont_PackedFont.h379 GlyphIndex gindex,
417 int CalcSheetIndex(GlyphIndex index) const;
/NW4C-1.3.3/sources/libraries/font/
Dfont_ResFontBase.cpp206 GlyphIndex index = FindGlyphIndex(c); in SetAlternateChar()
241 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths()
248 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
280 ResFontBase::GlyphIndex
284 GlyphIndex index = FindGlyphIndex(c); in GetGlyphIndex()
288 ResFontBase::GlyphIndex
316 ResFontBase::GlyphIndex
386 ResFontBase::GetCharWidthsFromIndex( GlyphIndex index ) const in GetCharWidthsFromIndex()
409 GlyphIndex index in GetCharWidthsFromIndex()
419 GlyphIndex index in GetGlyphFromIndex()
[all …]
Dfont_ArchiveFont.cpp302 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
315 GlyphIndex index in GetGlyphFromIndex()
Dfont_PackedFont.cpp322 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
661 GlyphIndex gindex, in MakeGlyph()
704 GlyphIndex index = GetGlyphIndex(c); in GetSheetIndex()
718 PackedFont::CalcSheetIndex(GlyphIndex index) const in CalcSheetIndex()
Dfont_ArchiveFontBase.cpp58 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths()
74 GlyphIndex index = FindGlyphIndex(c); in HasGlyph()