Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp21 , m_iLastCount(0) in CFX_BidiChar()
55 m_iLastCount = m_iCurCount - m_iLastStart; in AppendChar()
69 m_iLastCount = m_iCurCount - m_iLastStart; in EndChar()
70 return m_iLastCount > 0; in EndChar()
75 iCount = m_iLastCount; in GetBidiInfo()
85 m_iLastCount = 0; in Reset()
Dfx_arabic.h35 FX_INT32 m_iLastCount; variable