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