Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.h148 int32_t GetLineRotation(FX_DWORD dwStyles) const;
Dfx_rtfbreak.h151 int32_t GetLineRotation(FX_DWORD dwStyles) const;
Dfx_textbreak.cpp97 m_iLineRotation = GetLineRotation(m_dwLayoutStyles); in SetLayoutStyles()
248 int32_t CFX_TxtBreak::GetLineRotation(FX_DWORD dwStyles) const { in GetLineRotation() function in CFX_TxtBreak
1200 int32_t iRotation = GetLineRotation(dwStyles) + pTxtRun->iCharRotation; in GetDisplayPos()
Dfx_rtfbreak.cpp89 m_iLineRotation = GetLineRotation(m_dwLayoutStyles); in SetLayoutStyles()
260 int32_t CFX_RTFBreak::GetLineRotation(FX_DWORD dwStyles) const { in GetLineRotation() function in CFX_RTFBreak
1206 int32_t iRotation = GetLineRotation(dwStyles) + pText->iCharRotation; in GetDisplayPos()