Searched refs:CFX_FontCache (Results 1 – 6 of 6) sorted by relevance
16 CFX_FontCache::CountedFaceCache::CountedFaceCache() {} in CountedFaceCache()18 CFX_FontCache::CountedFaceCache::~CountedFaceCache() {} in ~CountedFaceCache()20 CFX_FontCache::CFX_FontCache() {} in CFX_FontCache() function in CFX_FontCache22 CFX_FontCache::~CFX_FontCache() { in ~CFX_FontCache()27 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace()47 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()52 void CFX_FontCache::ReleaseCachedFace(const CFX_Font* pFont) { in ReleaseCachedFace()
56 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache()58 m_pFontCache = new CFX_FontCache(); in GetFontCache()
19 class CFX_FontCache {21 CFX_FontCache();22 ~CFX_FontCache();
16 class CFX_FontCache; variable25 CFX_FontCache* GetFontCache();43 CFX_FontCache* m_pFontCache;
21 class CFX_FontCache; variable
652 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()