Searched refs:m_featureMap (Results 1 – 2 of 2) sorted by relevance
92 if (!m_featureMap.Lookup(index, value)) { in GetVerticalGlyph()93 m_featureMap.SetAt(index, index); in GetVerticalGlyph()99 if (!m_featureMap.GetStartPosition()) { in GetVerticalGlyph()103 if (!m_featureMap.Lookup(i, value)) { in GetVerticalGlyph()104 m_featureMap.SetAt(i, i); in GetVerticalGlyph()111 FX_POSITION pos = m_featureMap.GetStartPosition(); in GetVerticalGlyph()114 m_featureMap.GetNextAssoc(pos, index, value); in GetVerticalGlyph()
403 CFX_CMapDWordToDWord m_featureMap; variable