Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_bidi.cpp14 m_iLastStart(0), in CFX_BidiChar()
55 *iStart = m_iLastStart; in GetBidiInfo()
63 m_iLastStart = m_iCurStart; in SaveCurrentStateToLastState()
65 m_iLastCount = m_iCurCount - m_iLastStart; in SaveCurrentStateToLastState()
/external/pdfium/core/include/fxcrt/
Dfx_bidi.h50 int32_t m_iLastStart; variable