Home
last modified time | relevance | path

Searched refs:GetCharPositions (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h66 const std::vector<float>& GetCharPositions() const { return m_CharPos; } in GetCharPositions() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp713 &text_device, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessTransparency()
932 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessText()
939 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessText()
977 matrix.e += iChar > 0 ? textobj->GetCharPositions()[iChar - 1] : 0; in ProcessType3Text()
1142 textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, font_size); in DrawTextPathWithPattern()