Home
last modified time | relevance | path

Searched refs:GetFontCache (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_gemodule.h25 CFX_FontCache* GetFontCache();
/external/pdfium/core/fxge/ge/
Dcfx_gemodule.cpp56 CFX_FontCache* CFX_GEModule::GetFontCache() { in GetFontCache() function in CFX_GEModule
Dcfx_font.cpp540 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this); in GetFaceCache()
548 CFX_GEModule::Get()->GetFontCache()->ReleaseCachedFace(this); in ClearFaceCache()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp652 CFX_FontCache* pCache = CFX_GEModule::Get()->GetFontCache(); in DrawText()