Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_break.h29 FX_LAYOUTSTYLE_SingleLine = 0x200, enumerator
Dcfx_break.cpp32 m_bSingleLine = (m_dwLayoutStyles & FX_LAYOUTSTYLE_SingleLine) != 0; in SetLayoutStyles()
Dcfx_txtbreak.cpp937 bool bSingleLine = !!(pTxtRun->dwStyles & FX_LAYOUTSTYLE_SingleLine); in GetCharRects()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp709 style &= ~FX_LAYOUTSTYLE_SingleLine; in EnableMultiLine()
711 style |= FX_LAYOUTSTYLE_SingleLine; in EnableMultiLine()
Dcfde_textout.cpp152 m_dwTxtBkStyles |= FX_LAYOUTSTYLE_SingleLine; in SetStyles()