Searched refs:aUnicodeMap (Results 1 – 1 of 1) sorted by relevance
3153 Ucs2UIntMap aUnicodeMap; in emitSystemFont() local3154 m_pReferenceDevice->mpGraphics->GetGlyphWidths( pFont, false, aGlyphWidths, aUnicodeMap ); in emitSystemFont()3173 if( aUnicodeMap.find( c ) != aUnicodeMap.end() ) in emitSystemFont()3174 pWidths[ c ] = aGlyphWidths[ aUnicodeMap[ c ] ]; in emitSystemFont()
Completed in 88 milliseconds