Home
last modified time | relevance | path

Searched refs:GetCharInfo (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_text.cpp70 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetUnicode()
80 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_IsGenerated()
90 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_HasUnicodeMapError()
113 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFontInfo()
136 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFontWeight()
149 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetTextRenderMode()
168 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFillColor()
192 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetStrokeColor()
212 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetCharAngle()
239 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetCharBox()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h50 Item GetCharInfo(size_t index) const;
Dcpdf_textobject.cpp89 CPDF_TextObject::Item CPDF_TextObject::GetCharInfo(size_t index) const { in GetCharInfo() function in CPDF_TextObject
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h71 const CharInfo& GetCharInfo(size_t index) const;
Dcpdf_textpage.cpp472 const CPDF_TextPage::CharInfo& CPDF_TextPage::GetCharInfo(size_t index) const { in GetCharInfo() function in CPDF_TextPage
483 return GetLooseBounds(GetCharInfo(index)); in GetCharLooseBounds()
985 CPDF_TextObject::Item item = pTextObj->GetCharInfo(0); in ProcessTextObject()
1164 CPDF_TextObject::Item first = pTextObj->GetCharInfo(0); in GetTextObjectWritingMode()
1165 CPDF_TextObject::Item last = pTextObj->GetCharInfo(nChars - 1); in GetTextObjectWritingMode()
Dcpdf_linkextract.cpp122 const CPDF_TextPage::CharInfo& char_info = m_pTextPage->GetCharInfo(pos); in ExtractLinks()