Home
last modified time | relevance | path

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

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