HomeSort by relevance Sort by last modified time
    Searched defs:GetCachedTTCFace (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/
cfx_fontmgr.cpp 155 FXFT_Face CFX_FontMgr::GetCachedTTCFace(int ttc_size,
cfx_fontmapper.cpp 672 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,
761 FXFT_Face face = m_pFontMgr->GetCachedTTCFace(

Completed in 163 milliseconds