Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h66 void SetMixedFourByteLeadingRanges(std::vector<CodeRange> ranges);
Dcpdf_cmapparser.cpp34 m_pCMap->SetMixedFourByteLeadingRanges(std::move(m_Ranges)); in ~CPDF_CMapParser()
Dcpdf_cmap.cpp481 void CPDF_CMap::SetMixedFourByteLeadingRanges(std::vector<CodeRange> ranges) { in SetMixedFourByteLeadingRanges() function in CPDF_CMap