Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h60 const std::vector<float>& GetCharPositions() const { return m_CharPos; } in GetCharPositions() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1607 &text_device, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessTransparency()
1822 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in ProcessText()
1829 m_pDevice, textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in ProcessText()
1877 matrix.e += iChar > 0 ? textobj->GetCharPositions()[iChar - 1] : 0; in ProcessType3Text()
2035 CharPosList.Load(textobj->GetCharCodes(), textobj->GetCharPositions(), pFont, in DrawTextPathWithPattern()