Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
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 <()
H A Dpdffontcache.cxx34 m_nFontId( pFont->GetFontId() ), in FontIdentifier()

Completed in 6 milliseconds