Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_bidi.h44 Segment GetSegmentInfo() const { return m_LastSegment; } in GetSegmentInfo()
50 Segment m_LastSegment; variable
Dfx_bidi.cpp542 : m_CurrentSegment({0, 0, NEUTRAL}), m_LastSegment({0, 0, NEUTRAL}) {} in CFX_BidiChar()
570 return m_LastSegment.count > 0; in EndChar()
574 m_LastSegment = m_CurrentSegment; in StartNewSegment()