Home
last modified time | relevance | path

Searched refs:FX_RTFLAYOUTSTYLE_VerticalChars (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h28 #define FX_RTFLAYOUTSTYLE_VerticalChars 0x04 macro
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp86 m_bVertical = (m_dwLayoutStyles & FX_RTFLAYOUTSTYLE_VerticalChars) != 0; in SetLayoutStyles()
1203 FX_BOOL bVerticalChar = (dwStyles & FX_RTFLAYOUTSTYLE_VerticalChars) != 0; in GetDisplayPos()