Searched defs:GetCachedTTCFace (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
H A Dcfx_fontmgr.cpp155 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size, function in class:CFX_FontMgr
H A Dcfx_fontmapper.cpp672 face = GetCachedTTCFace(hFont, kTableTTCF, ttc_size, font_size);
723 face = GetCachedTTCFace(hFont, 0x74746366, ttc_size, font_size);
750 FXFT_Face CFX_FontMapper::GetCachedTTCFace(void* hFont, function in class:CFX_FontMapper
761 FXFT_Face face = m_pFontMgr->GetCachedTTCFace(

Completed in 336 milliseconds