Home
last modified time | relevance | path

Searched refs:SetCharRotation (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h190 virtual void SetCharRotation(int32_t iCharRotation) = 0;
Dfx_rbk.h205 virtual void SetCharRotation(int32_t iCharRotation) = 0;
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.h76 virtual void SetCharRotation(int32_t iCharRotation);
Dfx_rtfbreak.h85 void SetCharRotation(int32_t iCharRotation) override;
Dfx_textbreak.cpp157 void CFX_TxtBreak::SetCharRotation(int32_t iCharRotation) { in SetCharRotation() function in CFX_TxtBreak
Dfx_rtfbreak.cpp217 void CFX_RTFBreak::SetCharRotation(int32_t iCharRotation) { in SetCharRotation() function in CFX_RTFBreak
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1587 m_pTextBreak->SetCharRotation(m_Param.nCharRotation); in UpdateTxtBreak()