Home
last modified time | relevance | path

Searched refs:GetCachedFace (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_fontcache.cpp27 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace() function in CFX_FontCache
48 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
Dcfx_fontmapper.cpp694 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFont()
747 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFontByUnicode()
793 FXFT_Face CFX_FontMapper::GetCachedFace(void* hFont, in GetCachedFace() function in CFX_FontMapper
800 face = m_pFontMgr->GetCachedFace(SubstName, weight, bItalic, pFontData); in GetCachedFace()
Dcfx_fontmgr.cpp127 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name, in GetCachedFace() function in CFX_FontMgr
Dcfx_font.cpp540 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this); in GetFaceCache()
/external/pdfium/core/fxge/
Dcfx_fontcache.h23 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
Dcfx_fontmgr.h27 FXFT_Face GetCachedFace(const CFX_ByteString& face_name,
Dcfx_fontmapper.h66 FXFT_Face GetCachedFace(void* hFont,
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp653 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()