Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp25 struct PredefinedCMap { struct
34 constexpr PredefinedCMap kPredefinedCMaps[] = {
209 const PredefinedCMap* GetPredefinedCMap(ByteStringView cmapid) { in GetPredefinedCMap()
219 std::vector<bool> LoadLeadingSegments(const PredefinedCMap& map) { in LoadLeadingSegments()
302 const PredefinedCMap* map = GetPredefinedCMap(bsPredefinedName); in CPDF_CMap()