Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_texttabstopscontext.h14 struct XFA_TABSTOPS { struct
18 bool operator<(const XFA_TABSTOPS& that) const { argument
36 std::vector<XFA_TABSTOPS> m_tabstops;
Dcxfa_texttabstopscontext.cpp17 XFA_TABSTOPS tabstop; in Append()