Searched refs:GetCachedTTCFace (Results 1 – 3 of 3) sorted by relevance
51 RetainPtr<CFX_Face> GetCachedTTCFace(void* font_handle, in GetCachedTTCFace() function in TestFontMapper54 return CFX_FontMapper::GetCachedTTCFace(font_handle, ttc_size, data_size); in GetCachedTTCFace()219 font_mapper().GetCachedTTCFace(kFontHandle, kTtcSize, kDataSize)); in TEST_F()
112 RetainPtr<CFX_Face> GetCachedTTCFace(void* font_handle,
546 ? 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