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

  /external/pdfium/core/fxcrt/
fx_bidi.h 40 Segment GetSegmentInfo() const { return m_LastSegment; }
46 Segment m_LastSegment;
fx_bidi.cpp 13 : m_CurrentSegment({0, 0, NEUTRAL}), m_LastSegment({0, 0, NEUTRAL}) {}
41 return m_LastSegment.count > 0;
45 m_LastSegment = m_CurrentSegment;

Completed in 55 milliseconds