Home
last modified time | relevance | path

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

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