Searched refs:alterCharIndex (Results 1 – 6 of 6) sorted by relevance
246 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()248 GetFINF()->alterCharIndex = 0; in StreamingConstruct()324 index = GetFINF()->alterCharIndex; in GetGlyphFromIndex()
210 m_pFontInfo->alterCharIndex = index; in SetAlternateChar()285 return (index != GLYPH_INDEX_NOT_FOUND) ? index: m_pFontInfo->alterCharIndex; in GetGlyphIndex()
240 if (AdjustIndex(GetFINF()->alterCharIndex) == GLYPH_INDEX_NOT_FOUND) in StreamingConstruct()242 GetFINF()->alterCharIndex = 0; in StreamingConstruct()327 index = GetFINF()->alterCharIndex; in GetGlyph()709 index = GetFINF()->alterCharIndex; in GetSheetIndex()
263 NN_ASSERT(info->alterCharIndex != GLYPH_INDEX_NOT_FOUND); in Rebuild()
65 index = GetFINF()->alterCharIndex; in GetCharWidths()
308 u16 alterCharIndex; // (*)フォントに含まれない文字用のグリフのグリフインデックス member