Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_bidi.cpp15 : m_CurrentSegment({0, 0, NEUTRAL}), m_LastSegment({0, 0, NEUTRAL}) {} in CFX_BidiChar()
44 return m_LastSegment.count > 0; in EndChar()
48 m_LastSegment = m_CurrentSegment; in StartNewSegment()
Dfx_bidi.h39 const Segment& GetSegmentInfo() const { return m_LastSegment; } in GetSegmentInfo()
45 Segment m_LastSegment; variable