Home
last modified time | relevance | path

Searched defs:FontIdentifier (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdffontcache.hxx36 struct FontIdentifier struct in vcl::PDFFontCache
38 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() argument
45 bool operator==( const FontIdentifier& rRight ) const in operator ==()
51 bool operator<( const FontIdentifier& rRight ) const in operator <()
H A Dpdffontcache.cxx33 PDFFontCache::FontIdentifier::FontIdentifier( const ImplFontData* pFont, bool bVertical ) : in FontIdentifier() function in PDFFontCache::FontIdentifier

Completed in 19 milliseconds