Searched refs:alterCharIndex (Results 1 – 6 of 6) sorted by relevance
248 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()250 GetFINF()->alterCharIndex = 0; in StreamingConstruct()326 index = GetFINF()->alterCharIndex; in GetGlyphFromIndex()
212 m_pFontInfo->alterCharIndex = index; in SetAlternateChar()287 return (index != GLYPH_INDEX_NOT_FOUND) ? index: m_pFontInfo->alterCharIndex; in GetGlyphIndex()
242 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()244 GetFINF()->alterCharIndex = 0; in StreamingConstruct()329 index = GetFINF()->alterCharIndex; in GetGlyph()711 index = GetFINF()->alterCharIndex; in GetSheetIndex()
265 NN_ASSERT(info->alterCharIndex != GLYPH_INDEX_NOT_FOUND); in Rebuild()
67 index = GetFINF()->alterCharIndex; in GetCharWidths()
310 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス member