Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp248 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
322 u16 adjustedIndex = AdjustIndex(index); in GetGlyphFromIndex()
327 adjustedIndex = AdjustIndex(index); in GetGlyphFromIndex()
Dfont_PackedFont.cpp242 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()
325 u16 adjustedIndex = AdjustIndex(index); in GetGlyph()
330 adjustedIndex = AdjustIndex(index); in GetGlyph()
707 u16 adjustedIndex = AdjustIndex(index); in GetSheetIndex()
712 adjustedIndex = AdjustIndex(index); in GetSheetIndex()
Dfont_ArchiveFontBase.cpp65 if (AdjustIndex(index) == GLYPH_INDEX_NOT_FOUND) in GetCharWidths()
79 return ( GLYPH_INDEX_NOT_FOUND != AdjustIndex(index) ); in HasGlyph()
127 ArchiveFontBase::AdjustIndex(u16 index) const in AdjustIndex() function in nw::font::ArchiveFontBase
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h558 u16 AdjustIndex(u16 index) const;