Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.h240 uint32_t AppendChar_Combination(CFX_TxtChar* pCurChar, int32_t iRotation);
241 uint32_t AppendChar_Tab(CFX_TxtChar* pCurChar, int32_t iRotation);
242 uint32_t AppendChar_Control(CFX_TxtChar* pCurChar, int32_t iRotation);
243 uint32_t AppendChar_Arabic(CFX_TxtChar* pCurChar, int32_t iRotation);
244 uint32_t AppendChar_Others(CFX_TxtChar* pCurChar, int32_t iRotation);
Dfgas_textbreak.cpp22 int32_t iRotation);
335 int32_t iRotation) { in AppendChar_Combination() argument
343 if (m_bVertical != FX_IsOdd(iRotation)) { in AppendChar_Combination()
382 int32_t iRotation) { in AppendChar_Tab() argument
411 int32_t iRotation) { in AppendChar_Control() argument
439 int32_t iRotation) { in AppendChar_Arabic() argument
483 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Arabic()
503 int32_t iRotation) { in AppendChar_Others() argument
528 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Others()
580 int32_t iRotation = m_iRotation; in AppendChar() local
[all …]