Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_text.cpp78 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetUnicode()
101 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFontInfo()
123 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFontWeight()
136 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetTextRenderMode()
155 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetFillColor()
179 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetStrokeColor()
199 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetCharAngle()
226 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetCharBox()
243 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetLooseCharBox()
296 const CPDF_TextPage::CharInfo& charinfo = textpage->GetCharInfo(index); in FPDFText_GetMatrix()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.h46 void GetCharInfo(size_t index, uint32_t* charcode, float* kerning) const;
47 void GetCharInfo(size_t index, CPDF_TextObjectItem* pInfo) const;
Dcpdf_textobject.cpp70 void CPDF_TextObject::GetCharInfo(size_t index, in GetCharInfo() function in CPDF_TextObject
90 void CPDF_TextObject::GetCharInfo(size_t index, in GetCharInfo() function in CPDF_TextObject
111 GetCharInfo(i, &charcode, &unused_kerning); in CountWords()
138 GetCharInfo(i, &charcode, &unused_kerning); in GetWordString()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h70 const CharInfo& GetCharInfo(size_t index) const;
Dcpdf_linkextract.cpp122 const CPDF_TextPage::CharInfo& char_info = m_pTextPage->GetCharInfo(pos); in ExtractLinks()
Dcpdf_textpage.cpp437 const CPDF_TextPage::CharInfo& CPDF_TextPage::GetCharInfo(size_t index) const { in GetCharInfo() function in CPDF_TextPage
955 pTextObj->GetCharInfo(0, &item); in ProcessTextObject()
1138 pTextObj->GetCharInfo(0, &first); in GetTextObjectWritingMode()
1139 pTextObj->GetCharInfo(nChars - 1, &last); in GetTextObjectWritingMode()