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

  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 302 int CRF_TextPage::CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains)
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 810 int start, end, count, n = CountBoundedSegments(rect.left, rect.top, rect.right, rect.bottom, TRUE);
835 int CPDF_TextPage::CountBoundedSegments(FX_FLOAT left, FX_FLOAT top, FX_FLOAT right, FX_FLOAT bottom, FX_BOOL bContains )
    [all...]

Completed in 407 milliseconds