Searched refs:GetCharPositions (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.h | 60 const std::vector<float>& GetCharPositions() const { return m_CharPos; } in GetCharPositions() function
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1607 &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()
|