Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp55 m_iLineRotation(0), in CFX_TxtBreak()
103 m_iLineRotation = GetLineRotation(m_dwLayoutStyles); in SetLayoutStyles()
104 m_iRotation = m_iLineRotation + m_iCharRotation; in SetLayoutStyles()
178 m_iRotation = m_iLineRotation + m_iCharRotation; in SetCharRotation()
458 int32_t iLastRotation = pLastChar->m_nRotation + m_iLineRotation; in AppendChar_Arabic()
Dfgas_textbreak.h291 int32_t m_iLineRotation; variable