Home
last modified time | relevance | path

Searched refs:CFX_FontCache (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontcache.cpp17 CFX_FontCache::CountedFaceCache::CountedFaceCache() {} in CountedFaceCache()
19 CFX_FontCache::CountedFaceCache::~CountedFaceCache() {} in ~CountedFaceCache()
21 CFX_FontCache::CFX_FontCache() {} in CFX_FontCache() function in CFX_FontCache
23 CFX_FontCache::~CFX_FontCache() { in ~CFX_FontCache()
28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace()
50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
55 void CFX_FontCache::ReleaseCachedFace(const CFX_Font* pFont) { in ReleaseCachedFace()
Dcfx_gemodule.h12 class CFX_FontCache; variable
21 CFX_FontCache* GetFontCache();
33 std::unique_ptr<CFX_FontCache> m_pFontCache;
Dcfx_fontcache.h20 class CFX_FontCache {
22 CFX_FontCache();
23 ~CFX_FontCache();
Dcfx_gemodule.cpp49 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache()
51 m_pFontCache = pdfium::MakeUnique<CFX_FontCache>(); in GetFontCache()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h22 class CFX_FontCache; variable
Dcfx_psrenderer.cpp667 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()