Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/cmaps/
Dcmap_int.h32 const FXCMAP_CMap* FPDFAPI_FindEmbeddedCMap(const ByteString& name,
Dfpdf_cmaps.cpp23 const FXCMAP_CMap* FPDFAPI_FindEmbeddedCMap(const ByteString& bsName, in FPDFAPI_FindEmbeddedCMap() function
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp286 m_pEmbedMap = FPDFAPI_FindEmbeddedCMap(bsName, m_Charset, m_Coding); in LoadPredefined()