Searched refs:GetCachedTTCFace (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 692 face = GetCachedTTCFace(hFont, kTableTTCF, ttc_size, font_size); in FindSubstFont() 743 face = GetCachedTTCFace(hFont, 0x74746366, ttc_size, font_size); in FindSubstFontByUnicode() 770 FXFT_Face CFX_FontMapper::GetCachedTTCFace(void* hFont, in GetCachedTTCFace() function in CFX_FontMapper 782 face = m_pFontMgr->GetCachedTTCFace(ttc_size, checksum, ttc_size - font_size, in GetCachedTTCFace()
|
D | cfx_fontmgr.cpp | 170 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size, in GetCachedTTCFace() function in CFX_FontMgr
|
/external/pdfium/core/fxge/ |
D | cfx_fontmgr.h | 37 FXFT_Face GetCachedTTCFace(int ttc_size,
|
D | cfx_fontmapper.h | 62 FXFT_Face GetCachedTTCFace(void* hFont,
|