Searched refs:iRotation (Results 1 – 2 of 2) sorted by relevance
240 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);
22 int32_t iRotation);335 int32_t iRotation) { in AppendChar_Combination() argument343 if (m_bVertical != FX_IsOdd(iRotation)) { in AppendChar_Combination()382 int32_t iRotation) { in AppendChar_Tab() argument411 int32_t iRotation) { in AppendChar_Control() argument439 int32_t iRotation) { in AppendChar_Arabic() argument483 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Arabic()503 int32_t iRotation) { in AppendChar_Others() argument528 if (m_bVertical != FX_IsOdd(iRotation)) in AppendChar_Others()580 int32_t iRotation = m_iRotation; in AppendChar() local[all …]