Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h136 typedef u16 GlyphIndex; typedef
141 static const GlyphIndex GLYPH_INDEX_NOT_FOUND = INVALID_GLYPH_INDEX;
191 GlyphIndex GetGlyphIndex(CharCode c) const;
201 GlyphIndex FindGlyphIndex(CharCode c) const;
212 GlyphIndex FindGlyphIndex(
223 const CharWidths& GetCharWidthsFromIndex(GlyphIndex index) const;
235 GlyphIndex index
245 GlyphIndex index
257 GlyphIndex index,
338 mutable GlyphIndex m_LastGlyphIndex;
Dfont_ArchiveFont.h154 GlyphIndex index
Dfont_PackedFont.h381 GlyphIndex gindex,
419 int CalcSheetIndex(GlyphIndex index) const;
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp208 GlyphIndex index = FindGlyphIndex(c); in SetAlternateChar()
243 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths()
250 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
282 ResFontBase::GlyphIndex
286 GlyphIndex index = FindGlyphIndex(c); in GetGlyphIndex()
290 ResFontBase::GlyphIndex
318 ResFontBase::GlyphIndex
388 ResFontBase::GetCharWidthsFromIndex( GlyphIndex index ) const in GetCharWidthsFromIndex()
411 GlyphIndex index in GetCharWidthsFromIndex()
421 GlyphIndex index in GetGlyphFromIndex()
[all …]
Dfont_ArchiveFont.cpp304 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
317 GlyphIndex index in GetGlyphFromIndex()
Dfont_PackedFont.cpp324 GlyphIndex index = GetGlyphIndex(c); in GetGlyph()
663 GlyphIndex gindex, in MakeGlyph()
706 GlyphIndex index = GetGlyphIndex(c); in GetSheetIndex()
720 PackedFont::CalcSheetIndex(GlyphIndex index) const in CalcSheetIndex()
Dfont_ArchiveFontBase.cpp60 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths()
76 GlyphIndex index = FindGlyphIndex(c); in HasGlyph()