Searched refs:GetCharInfo (Results 1 – 6 of 6) sorted by relevance
70 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 …]
50 Item GetCharInfo(size_t index) const;
89 CPDF_TextObject::Item CPDF_TextObject::GetCharInfo(size_t index) const { in GetCharInfo() function in CPDF_TextObject
71 const CharInfo& GetCharInfo(size_t index) const;
472 const CPDF_TextPage::CharInfo& CPDF_TextPage::GetCharInfo(size_t index) const { in GetCharInfo() function in CPDF_TextPage483 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()
122 const CPDF_TextPage::CharInfo& char_info = m_pTextPage->GetCharInfo(pos); in ExtractLinks()