Home
last modified time | relevance | path

Searched refs:FontIdentifier (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx33 PDFFontCache::FontIdentifier::FontIdentifier( const ImplFontData* pFont, bool bVertical ) : in FontIdentifier() function in PDFFontCache::FontIdentifier
42 FontIdentifier aId( pFont, bVertical ); in getFont()
H A Dpdffontcache.hxx36 struct FontIdentifier struct in vcl::PDFFontCache
42 FontIdentifier( const ImplFontData*, bool bVertical );
43 FontIdentifier() : m_nFontId(0), m_nMagic(0), m_bVertical( false ) {} in FontIdentifier() argument
45 bool operator==( const FontIdentifier& rRight ) const in operator ==() argument
51 bool operator<( const FontIdentifier& rRight ) const in operator <() argument
63 typedef std::map< FontIdentifier, sal_uInt32 > FontToIndexMap;

Completed in 22 milliseconds