Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h59 const std::vector<uint32_t>& GetCharCodes() const { return m_CharCodes; } in GetCharCodes() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1607 &text_device, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessTransparency()
1729 if (textobj->GetCharCodes().empty()) in ProcessText()
1822 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in ProcessText()
1829 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in ProcessText()
1862 glyphs.resize(textobj->GetCharCodes().size()); in ProcessType3Text()
1867 for (size_t iChar = 0; iChar < textobj->GetCharCodes().size(); ++iChar) { in ProcessType3Text()
1868 uint32_t charcode = textobj->GetCharCodes()[iChar]; in ProcessType3Text()
2035 CharPosList.Load(textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in DrawTextPathWithPattern()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp391 for (uint32_t charcode : pTextObj->GetCharCodes()) { in ProcessText()