Searched refs:GetCharInfo (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.h35 virtual void GetCharInfo(int index, FPDF_CHAR_INFO & info) const;
H A Dreflowedtextpage.cpp78 void CRF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const function in class:CRF_TextPage
131 GetCharInfo(i, info);
192 GetCharInfo(i, info);
233 GetCharInfo(i, info);
262 GetCharInfo(i, info);
322 GetCharInfo(i, info);
385 GetCharInfo(i, info);
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp57 textpage->GetCharInfo(index,charinfo);
68 textpage->GetCharInfo(index,charinfo);
80 textpage->GetCharInfo(index,charinfo);
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h96 virtual void GetCharInfo(int index, FPDF_CHAR_INFO & info) const = 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h533 void GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const;
534 void GetCharInfo(int index, CPDF_TextObjectItem* pInfo) const;
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h69 virtual void GetCharInfo(int index, FPDF_CHAR_INFO & info) const;
H A Dfpdf_text_int.cpp591 void CPDF_TextPage::GetCharInfo(int index, FPDF_CHAR_INFO & info) const function in class:CPDF_TextPage
740 GetCharInfo(start, info1);
741 GetCharInfo(end, info2);
747 GetCharInfo(end, info2);
1639 pTextObj->GetCharInfo(0, &item);
1853 pTextObj->GetCharInfo(0, &first);
1854 pTextObj->GetCharInfo(nChars - 1, &last);
2198 pTextPage->GetCharInfo(i, info);
2623 m_pTextPage->GetCharInfo(pos, pageChar);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp151 void CPDF_TextObject::GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const function in class:CPDF_TextObject
174 void CPDF_TextObject::GetCharInfo(int index, CPDF_TextObjectItem* pInfo) const function in class:CPDF_TextObject
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp2010 pTextObj->GetCharInfo(i, charcode, kerning);
2045 pTextObj->GetCharInfo(i, charcode, kerning);

Completed in 935 milliseconds