Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h83 FX_FLOAT GetTabInterval(IFDE_CSSComputedStyle* pStyle) const;
Dxfa_textlayout.cpp332 FX_FLOAT CXFA_TextParser::GetTabInterval(IFDE_CSSComputedStyle* pStyle) const { in GetTabInterval() function in CXFA_TextParser
877 m_pBreak->SetTabWidth(m_textParser.GetTabInterval(pStyle)); in InitBreak()