Searched refs:m_iLineRotation (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.h135 int32_t m_iLineRotation; member in class:CFX_RTFBreak
H A Dfx_textbreak.h127 int32_t m_iLineRotation; member in class:CFX_TxtBreak
H A Dfx_rtfbreak.cpp38 m_iLineRotation(0),
89 m_iLineRotation = GetLineRotation(m_dwLayoutStyles);
90 m_iRotation = m_iLineRotation + m_iCharRotation;
228 m_iRotation = m_iLineRotation + m_iCharRotation;
527 int32_t iLastRotation = pLastChar->m_nRotation + m_iLineRotation;
H A Dfx_textbreak.cpp39 m_iLineRotation(0),
97 m_iLineRotation = GetLineRotation(m_dwLayoutStyles);
98 m_iRotation = m_iLineRotation + m_iCharRotation;
168 m_iRotation = m_iLineRotation + m_iCharRotation;
473 int32_t iLastRotation = pLastChar->m_nRotation + m_iLineRotation;

Completed in 145 milliseconds