Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx55 if( rFontData.m_nWidths.empty() ) in getGlyphWidth()
57 … pGraphics->GetGlyphWidths( pFont, bVertical, rFontData.m_nWidths, rFontData.m_aGlyphIdToIndex ); in getGlyphWidth()
59 if( ! rFontData.m_nWidths.empty() ) in getGlyphWidth()
76 if( nIndex < rFontData.m_nWidths.size() ) in getGlyphWidth()
77 nWidth = rFontData.m_nWidths[ nIndex ]; in getGlyphWidth()
H A Dpdffontcache.hxx60 Int32Vector m_nWidths; member

Completed in 13 milliseconds