Home
last modified time | relevance | path

Searched refs:GetCharsets (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h214 std::vector<uint16_t> GetCharsets(FXFT_Face pFace) const;
Dcfgas_fontmgr.cpp997 std::vector<uint16_t> charsets = GetCharsets(pFace); in RegisterFace()
1094 std::vector<uint16_t> CFGAS_FontMgr::GetCharsets(FXFT_Face pFace) const { in GetCharsets() function in CFGAS_FontMgr