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