Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp239 pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()
242 pFont = pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
H A Dcfgas_fontmgr.h96 RetainPtr<CFGAS_GEFont> GetFontByUnicode(wchar_t wUnicode,
H A Dcfgas_fontmgr.cpp832 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode( in GetFontByUnicode() function in CFGAS_FontMgr