Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cid2unicodemap.cpp41 pFontGlobals->GetEmbeddedToUnicode(charset); in Load()
Dcpdf_fontglobals.h43 std::pair<uint32_t, const uint16_t*> GetEmbeddedToUnicode(size_t idx) { in GetEmbeddedToUnicode() function
Dcpdf_cidfont.cpp155 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset); in EmbeddedUnicodeFromCharcode()
169 std::tie(count, map) = GetFontGlobals()->GetEmbeddedToUnicode(charset); in EmbeddedCharcodeFromUnicode()