Searched refs:m_aGlyphIdToIndex (Results 1 – 2 of 2) sorted by relevance
57 … pGraphics->GetGlyphWidths( pFont, bVertical, rFontData.m_nWidths, rFontData.m_aGlyphIdToIndex ); in getGlyphWidth()65 Ucs2UIntMap::const_iterator it = rFontData.m_aGlyphIdToIndex.find( cCode ); in getGlyphWidth()68 if( it == rFontData.m_aGlyphIdToIndex.end() in getGlyphWidth()71 it = rFontData.m_aGlyphIdToIndex.find( cCode+0xF000 ); in getGlyphWidth()73 nIndex = (it != rFontData.m_aGlyphIdToIndex.end()) ? it->second : 0; in getGlyphWidth()
61 Ucs2UIntMap m_aGlyphIdToIndex; member
Completed in 10 milliseconds