Searched refs:GetCachedFace (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fontcache.cpp | 28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace() function in CFX_FontCache 51 return GetCachedFace(pFont)->GetDeviceCache(pFont); in GetDeviceCache()
|
D | cfx_fontcache.h | 24 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
|
D | cfx_fontmapper.cpp | 674 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFont() 727 face = GetCachedFace(hFont, SubstName, weight, bItalic, font_size); in FindSubstFontByUnicode() 772 FXFT_Face CFX_FontMapper::GetCachedFace(void* hFont, in GetCachedFace() function in CFX_FontMapper 779 m_pFontMgr->GetCachedFace(SubstName, weight, bItalic, &pFontData); in GetCachedFace()
|
D | cfx_fontmgr.h | 27 FXFT_Face GetCachedFace(const ByteString& face_name,
|
D | cfx_fontmapper.h | 65 FXFT_Face GetCachedFace(void* hFont,
|
D | cfx_fontmgr.cpp | 118 FXFT_Face CFX_FontMgr::GetCachedFace(const ByteString& face_name, in GetCachedFace() function in CFX_FontMgr
|
D | cfx_font.cpp | 491 m_FaceCache = CFX_GEModule::Get()->GetFontCache()->GetCachedFace(this); in GetFaceCache()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 668 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText()
|