Home
last modified time | relevance | path

Searched refs:m_Segment (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp681 m_Segment.RemoveAll(); in CountBoundedSegments()
729 m_Segment.Add(segment); in CountBoundedSegments()
737 m_Segment.Add(segment); in CountBoundedSegments()
747 m_Segment.Add(segment); in CountBoundedSegments()
751 return m_Segment.GetSize(); in CountBoundedSegments()
757 if (index < 0 || index >= m_Segment.GetSize()) { in GetBoundedSegment()
760 start = m_Segment.GetAt(index).m_Start; in GetBoundedSegment()
761 count = m_Segment.GetAt(index).m_nCount; in GetBoundedSegment()
Dtext_int.h146 SEGMENT_Array m_Segment; variable