Home
last modified time | relevance | path

Searched refs:AdjustIndex (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFont.cpp246 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
320 u16 adjustedIndex = AdjustIndex(index); in GetGlyphFromIndex()
325 adjustedIndex = AdjustIndex(index); in GetGlyphFromIndex()
Dfont_PackedFont.cpp240 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
323 u16 adjustedIndex = AdjustIndex(index); in GetGlyph()
328 adjustedIndex = AdjustIndex(index); in GetGlyph()
705 u16 adjustedIndex = AdjustIndex(index); in GetSheetIndex()
710 adjustedIndex = AdjustIndex(index); in GetSheetIndex()
Dfont_ArchiveFontBase.cpp63 if (AdjustIndex(index) == GLYPH_INDEX_NOT_FOUND) in GetCharWidths()
77 return ( GLYPH_INDEX_NOT_FOUND != AdjustIndex(index) ); in HasGlyph()
125 ArchiveFontBase::AdjustIndex(u16 index) const in AdjustIndex() function in nw::font::ArchiveFontBase
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h556 u16 AdjustIndex(u16 index) const;