Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak_unittest.cpp43 auto rtf_break = CreateBreak(FX_LAYOUTSTYLE_ExpandTab); in TEST_F()
68 auto rtf_break = CreateBreak(FX_LAYOUTSTYLE_ExpandTab); in TEST_F()
81 auto rtf_break = CreateBreak(FX_LAYOUTSTYLE_ExpandTab); in TEST_F()
Dcfx_break.h28 FX_LAYOUTSTYLE_ExpandTab = 0x10, enumerator
Dcfx_rtfbreak.cpp151 if (!(m_dwLayoutStyles & FX_LAYOUTSTYLE_ExpandTab)) in AppendChar_Tab()
/external/pdfium/testing/fuzzers/
Dpdf_bidi_fuzzer.cc23 CFX_RTFBreak rtf_break(FX_LAYOUTSTYLE_ExpandTab); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp114 uint32_t dwStyle = FX_LAYOUTSTYLE_ExpandTab; in CreateBreak()