Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h33 #define FX_TXTLAYOUTSTYLE_VerticalChars 0x0004 macro
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp90 m_bVertical = (m_dwLayoutStyles & FX_TXTLAYOUTSTYLE_VerticalChars) != 0; in SetLayoutStyles()
1199 FX_BOOL bVerticalChar = (dwStyles & FX_TXTLAYOUTSTYLE_VerticalChars) != 0; in GetDisplayPos()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp90 (FX_TXTLAYOUTSTYLE_VerticalChars | FX_TXTLAYOUTSTYLE_VerticalLayout); in SetStyles()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1526 dwStyle |= FX_TXTLAYOUTSTYLE_VerticalChars; in UpdateTxtBreak()
1528 dwStyle &= ~FX_TXTLAYOUTSTYLE_VerticalChars; in UpdateTxtBreak()