Searched refs:GetCharCodes (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.h | 59 const std::vector<uint32_t>& GetCharCodes() const { return m_CharCodes; } in GetCharCodes() function
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1607 &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/ |
D | cpdf_pagecontentgenerator.cpp | 391 for (uint32_t charcode : pTextObj->GetCharCodes()) { in ProcessText()
|