Home
last modified time | relevance | path

Searched refs:m_nFontId (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx34 m_nFontId( pFont->GetFontId() ), in FontIdentifier()
H A Dpdffontcache.hxx38 sal_IntPtr m_nFontId; member
43 FontIdentifier() : m_nFontId(0), m_nMagic(0), m_bVertical( false ) {} in FontIdentifier()
47 return m_nFontId == rRight.m_nFontId && in operator ==()
53 return m_nFontId < rRight.m_nFontId || in operator <()

Completed in 13 milliseconds