Home
last modified time | relevance | path

Searched refs:iCharRotation (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp157 void CFX_TxtBreak::SetCharRotation(int32_t iCharRotation) { in SetCharRotation() argument
158 if (iCharRotation < 0) { in SetCharRotation()
159 iCharRotation += (-iCharRotation / 4 + 1) * 4; in SetCharRotation()
160 } else if (iCharRotation > 3) { in SetCharRotation()
161 iCharRotation -= (iCharRotation / 4) * 4; in SetCharRotation()
163 if (m_iCharRotation == iCharRotation) { in SetCharRotation()
167 m_iCharRotation = iCharRotation; in SetCharRotation()
1200 int32_t iRotation = GetLineRotation(dwStyles) + pTxtRun->iCharRotation; in GetDisplayPos()
1201 int32_t iCharRotation; in GetDisplayPos() local
1347 iCharRotation = iRotation; in GetDisplayPos()
[all …]
Dfx_rtfbreak.cpp217 void CFX_RTFBreak::SetCharRotation(int32_t iCharRotation) { in SetCharRotation() argument
218 if (iCharRotation < 0) { in SetCharRotation()
219 iCharRotation += (-iCharRotation / 4 + 1) * 4; in SetCharRotation()
220 } else if (iCharRotation > 3) { in SetCharRotation()
221 iCharRotation -= (iCharRotation / 4) * 4; in SetCharRotation()
223 if (m_iCharRotation == iCharRotation) { in SetCharRotation()
227 m_iCharRotation = iCharRotation; in SetCharRotation()
1206 int32_t iRotation = GetLineRotation(dwStyles) + pText->iCharRotation; in GetDisplayPos()
1207 int32_t iCharRotation; in GetDisplayPos() local
1280 iCharRotation = iRotation; in GetDisplayPos()
[all …]
Dfx_textbreak.h76 virtual void SetCharRotation(int32_t iCharRotation);
Dfx_rtfbreak.h85 void SetCharRotation(int32_t iCharRotation) override;
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h88 iCharRotation = 0; in _FX_TXTRUN()
104 int32_t iCharRotation; member
190 virtual void SetCharRotation(int32_t iCharRotation) = 0;
Dfx_rbk.h69 iCharRotation = 0; in _FX_RTFTEXTOBJ()
82 int32_t iCharRotation; member
205 virtual void SetCharRotation(int32_t iCharRotation) = 0;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp88 tr.iCharRotation = pTextParams->nCharRotation; in GetDisplayPos()
121 tr.iCharRotation = pTextParams->nCharRotation; in GetCharRects_Impl()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp832 tr.iCharRotation = 0; in ToTextRun()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp2016 tr.iCharRotation = 0; in ToRun()