HomeSort by relevance Sort by last modified time
    Searched refs:iCharRotation (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fde/
cfde_txtedttextset.cpp 68 tr.iCharRotation = pTextParams->nCharRotation;
91 tr.iCharRotation = pTextParams->nCharRotation;
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 167 void CFX_TxtBreak::SetCharRotation(int32_t iCharRotation) {
168 if (iCharRotation < 0)
169 iCharRotation += (-iCharRotation / 4 + 1) * 4;
170 else if (iCharRotation > 3)
171 iCharRotation -= (iCharRotation / 4) * 4;
173 if (m_iCharRotation == iCharRotation)
177 m_iCharRotation = iCharRotation;
    [all...]
fgas_textbreak.h 109 int32_t iCharRotation;
222 void SetCharRotation(int32_t iCharRotation);

Completed in 130 milliseconds