Home
last modified time | relevance | path

Searched refs:FX_LAYOUTSTYLE_ExpandTab (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak_unittest.cpp40 auto b = CreateBreak(FX_LAYOUTSTYLE_ExpandTab); in TEST_F()
65 auto b = CreateBreak(FX_LAYOUTSTYLE_ExpandTab); in TEST_F()
Dcfx_break.h27 FX_LAYOUTSTYLE_ExpandTab = 0x10, enumerator
Dcfx_rtfbreak.cpp142 if (!(m_dwLayoutStyles & FX_LAYOUTSTYLE_ExpandTab)) in AppendChar_Tab()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp97 uint32_t dwStyle = FX_LAYOUTSTYLE_ExpandTab; in CreateBreak()