Home
last modified time | relevance | path

Searched refs:m_iTabIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.cpp12 : m_iTabIndex(-1), m_bTabstops(false), m_fTabWidth(0), m_fLeft(0) {} in CXFA_TextTabstopsContext()
30 m_iTabIndex = -1; in Reset()
Dcxfa_texttabstopscontext.h32 int32_t m_iTabIndex; variable
Dcxfa_textlayout.cpp959 int32_t& iTabstopsIndex = m_pTabstopContext->m_iTabIndex; in DoTabstops()