Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h65 const std::vector<uint32_t>& GetCharCodes() const { return m_CharCodes; } in GetCharCodes() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp713 &text_device, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessTransparency()
836 if (textobj->GetCharCodes().empty()) in ProcessText()
932 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessText()
939 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessText()
965 glyphs.resize(textobj->GetCharCodes().size()); in ProcessType3Text()
967 for (size_t iChar = 0; iChar < textobj->GetCharCodes().size(); ++iChar) { in ProcessType3Text()
968 uint32_t charcode = textobj->GetCharCodes()[iChar]; in ProcessType3Text()
1142 textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, font_size); in DrawTextPathWithPattern()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp538 for (uint32_t charcode : pTextObj->GetCharCodes()) { in ProcessText()