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

  /external/pdfium/core/src/fpdftext/
text_int.h 147 CFX_RectArray m_SelRects;
fpdf_text_int.cpp 582 m_SelRects.RemoveAll();
583 GetRectArray(start, nCount, m_SelRects);
584 return m_SelRects.GetSize();
594 if (rectIndex < 0 || rectIndex >= m_SelRects.GetSize())
597 left = m_SelRects.GetAt(rectIndex).left;
598 top = m_SelRects.GetAt(rectIndex).top;
599 right = m_SelRects.GetAt(rectIndex).right;
600 bottom = m_SelRects.GetAt(rectIndex).bottom;
667 if (rectIndex < 0 || rectIndex > m_SelRects.GetSize())
670 CFX_FloatRect rect = m_SelRects.GetAt(rectIndex)
    [all...]

Completed in 166 milliseconds