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

  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 344 void CRF_TextPage::GetBoundedSegment(int index, int& start, int& count) const
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 815 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
    [all...]

Completed in 349 milliseconds