Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_bidi.cpp13 : m_CurrentSegment({0, 0, NEUTRAL}), m_LastSegment({0, 0, NEUTRAL}) {} in CFX_BidiChar()
41 return m_LastSegment.count > 0; in EndChar()
45 m_LastSegment = m_CurrentSegment; in StartNewSegment()
Dfx_bidi.h40 Segment GetSegmentInfo() const { return m_LastSegment; } in GetSegmentInfo()
46 Segment m_LastSegment; variable