Searched defs:GetBoundedSegment (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp344 void CRF_TextPage::GetBoundedSegment(int index, int& start, int& count) const function in class:CRF_TextPage
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp815 GetBoundedSegment(n - 1, start, count);
817 GetBoundedSegment(0, start, count);
819 GetBoundedSegment(0, start, count);
910 void CPDF_TextPage::GetBoundedSegment(int index, int& start, int& count) const function in class:CPDF_TextPage
2816 void CPDF_LinkExtract::GetBoundedSegment(int index, int& start, int& count) const function in class:CPDF_LinkExtract

Completed in 99 milliseconds