Searched defs:FontIdentifier (Results 1 – 2 of 2) sorted by relevance
36 struct FontIdentifier struct in vcl::PDFFontCache38 sal_IntPtr m_nFontId;39 int m_nMagic;40 bool m_bVertical;43 FontIdentifier() : m_nFontId(0), m_nMagic(0), m_bVertical( false ) {} in FontIdentifier() function45 bool operator==( const FontIdentifier& rRight ) const in operator ==()51 bool operator<( const FontIdentifier& rRight ) const in operator <()
33 PDFFontCache::FontIdentifier::FontIdentifier( const ImplFontData* pFont, bool bVertical ) : in FontIdentifier() function in PDFFontCache::FontIdentifier
Completed in 11 milliseconds