Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontcache.cpp16 CFX_FontCache::CountedFaceCache::CountedFaceCache() {} in CountedFaceCache()
18 CFX_FontCache::CountedFaceCache::~CountedFaceCache() {} in ~CountedFaceCache()
20 CFX_FontCache::CFX_FontCache() {} in CFX_FontCache() function in CFX_FontCache
22 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()
Dcfx_gemodule.cpp56 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache()
58 m_pFontCache = new CFX_FontCache(); in GetFontCache()
/external/pdfium/core/fxge/
Dcfx_fontcache.h19 class CFX_FontCache {
21 CFX_FontCache();
22 ~CFX_FontCache();
Dcfx_gemodule.h16 class CFX_FontCache; variable
25 CFX_FontCache* GetFontCache();
43 CFX_FontCache* m_pFontCache;
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h21 class CFX_FontCache; variable
Dcfx_psrenderer.cpp652 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()