Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h47 float GetTabInterval(CFX_CSSComputedStyle* pStyle) const;
Dcxfa_textparser.cpp304 float CXFA_TextParser::GetTabInterval(CFX_CSSComputedStyle* pStyle) const { in GetTabInterval() function in CXFA_TextParser
Dcxfa_textlayout.cpp235 m_pBreak->SetTabWidth(m_textParser.GetTabInterval(pStyle)); in InitBreak()