Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_break.h30 FX_LAYOUTSTYLE_CombText = 0x400 enumerator
Dcfx_break.cpp33 m_bCombText = (m_dwLayoutStyles & FX_LAYOUTSTYLE_CombText) != 0; in SetLayoutStyles()
Dcfx_txtbreak.cpp862 if ((dwStyles & FX_LAYOUTSTYLE_CombText) != 0) { in GetDisplayPos()
938 bool bCombText = !!(pTxtRun->dwStyles & FX_LAYOUTSTYLE_CombText); in GetCharRects()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp734 style |= FX_LAYOUTSTYLE_CombText; in SetCombText()
737 style &= ~FX_LAYOUTSTYLE_CombText; in SetCombText()