HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_TextPage (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdftext/
text_int.h 52 class CPDF_TextPage : public IPDF_TextPage {
54 CPDF_TextPage(const CPDF_Page* pPage, int flags);
55 ~CPDF_TextPage() override {}
235 const CPDF_TextPage* m_pTextPage;
fpdf_text_int.cpp 91 return new CPDF_TextPage(pPage, flags);
112 CPDF_TextPage::CPDF_TextPage(const CPDF_Page* pPage, int flags)
126 void CPDF_TextPage::NormalizeObjects(FX_BOOL bNormalize) {
129 bool CPDF_TextPage::IsControlChar(const PAGECHAR_INFO& charInfo) {
144 FX_BOOL CPDF_TextPage::ParseTextPage() {
199 int CPDF_TextPage::CountChars() const {
205 int CPDF_TextPage::CharIndexFromTextIndex(int TextIndex) const {
217 int CPDF_TextPage::TextIndexFromCharIndex(int CharIndex) const {
232 void CPDF_TextPage::GetRectArray(int start
    [all...]

Completed in 137 milliseconds