Searched refs:GetCharInfo (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_text.cpp | 78 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/ |
D | cpdf_textobject.h | 46 void GetCharInfo(size_t index, uint32_t* charcode, float* kerning) const; 47 void GetCharInfo(size_t index, CPDF_TextObjectItem* pInfo) const;
|
D | cpdf_textobject.cpp | 70 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/ |
D | cpdf_textpage.h | 70 const CharInfo& GetCharInfo(size_t index) const;
|
D | cpdf_linkextract.cpp | 122 const CPDF_TextPage::CharInfo& char_info = m_pTextPage->GetCharInfo(pos); in ExtractLinks()
|
D | cpdf_textpage.cpp | 437 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()
|