Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper_unittest.cpp51 RetainPtr<CFX_Face> GetCachedTTCFace(void* font_handle, in GetCachedTTCFace() function in TestFontMapper
54 return CFX_FontMapper::GetCachedTTCFace(font_handle, ttc_size, data_size); in GetCachedTTCFace()
219 font_mapper().GetCachedTTCFace(kFontHandle, kTtcSize, kDataSize)); in TEST_F()
Dcfx_fontmapper.h112 RetainPtr<CFX_Face> GetCachedTTCFace(void* font_handle,
Dcfx_fontmapper.cpp546 ? GetCachedTTCFace(font_handle, ttc_size, font_size) in UseExternalSubst()
819 RetainPtr<CFX_Face> CFX_FontMapper::GetCachedTTCFace(void* font_handle, in GetCachedTTCFace() function in CFX_FontMapper