Searched refs:GetCachedFace (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_fontcache.cpp | 27 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace() function in CFX_FontCache 48 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
|
D | cfx_fontmapper.cpp | 694 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()
|
D | cfx_fontmgr.cpp | 127 FXFT_Face CFX_FontMgr::GetCachedFace(const CFX_ByteString& face_name, in GetCachedFace() function in CFX_FontMgr
|
D | cfx_font.cpp | 540 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this); in GetFaceCache()
|
/external/pdfium/core/fxge/ |
D | cfx_fontcache.h | 23 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
|
D | cfx_fontmgr.h | 27 FXFT_Face GetCachedFace(const CFX_ByteString& face_name,
|
D | cfx_fontmapper.h | 66 FXFT_Face GetCachedFace(void* hFont,
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 653 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()
|