LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
GlyphBoundRectCacheKey Struct Reference

#include <impfontcache.hxx>

Collaboration diagram for GlyphBoundRectCacheKey:
[legend]

Public Member Functions

 GlyphBoundRectCacheKey (const LogicalFontInstance *pFont, sal_GlyphId nID)
 
bool operator== (GlyphBoundRectCacheKey const &aOther) const
 

Public Attributes

const LogicalFontInstancem_pFont
 
const sal_GlyphId m_nId
 

Detailed Description

Definition at line 38 of file impfontcache.hxx.

Constructor & Destructor Documentation

◆ GlyphBoundRectCacheKey()

GlyphBoundRectCacheKey::GlyphBoundRectCacheKey ( const LogicalFontInstance pFont,
sal_GlyphId  nID 
)
inline

Definition at line 43 of file impfontcache.hxx.

Member Function Documentation

◆ operator==()

bool GlyphBoundRectCacheKey::operator== ( GlyphBoundRectCacheKey const &  aOther) const
inline

Definition at line 47 of file impfontcache.hxx.

References m_nId, and m_pFont.

Member Data Documentation

◆ m_nId

const sal_GlyphId GlyphBoundRectCacheKey::m_nId

Definition at line 41 of file impfontcache.hxx.

Referenced by GlyphBoundRectCacheHash::operator()(), and operator==().

◆ m_pFont

const LogicalFontInstance* GlyphBoundRectCacheKey::m_pFont

Definition at line 40 of file impfontcache.hxx.

Referenced by GlyphBoundRectCacheHash::operator()(), and operator==().


The documentation for this struct was generated from the following file: