Home
last modified time | relevance | path

Searched refs:m_aGlyphIdToIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx57 … 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()
H A Dpdffontcache.hxx61 Ucs2UIntMap m_aGlyphIdToIndex; member

Completed in 15 milliseconds