Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmgr.h37 FXFT_Face GetCachedTTCFace(int ttc_size,
Dcfx_fontmapper.h62 FXFT_Face GetCachedTTCFace(void* hFont,
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp692 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()
Dcfx_fontmgr.cpp170 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size, in GetCachedTTCFace() function in CFX_FontMgr