LibreOffice Module vcl (master) 1
|
#include <impfontcache.hxx>
Public Member Functions | |
GlyphBoundRectCacheKey (const LogicalFontInstance *pFont, sal_GlyphId nID) | |
bool | operator== (GlyphBoundRectCacheKey const &aOther) const |
Public Attributes | |
const LogicalFontInstance * | m_pFont |
const sal_GlyphId | m_nId |
Definition at line 38 of file impfontcache.hxx.
|
inline |
Definition at line 43 of file impfontcache.hxx.
|
inline |
Definition at line 47 of file impfontcache.hxx.
const sal_GlyphId GlyphBoundRectCacheKey::m_nId |
Definition at line 41 of file impfontcache.hxx.
Referenced by GlyphBoundRectCacheHash::operator()(), and operator==().
const LogicalFontInstance* GlyphBoundRectCacheKey::m_pFont |
Definition at line 40 of file impfontcache.hxx.
Referenced by GlyphBoundRectCacheHash::operator()(), and operator==().