Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp265 m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), wsFamily.c_str()); in GetGlyphIndexAndFont()
268 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), nullptr); in GetGlyphIndexAndFont()
Dcfgas_fontmgr.h137 RetainPtr<CFGAS_GEFont> GetFontByUnicode(wchar_t wUnicode,
Dcfgas_fontmgr.cpp1000 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode( in GetFontByUnicode() function in CFGAS_FontMgr