Searched refs:iCharWidthOut (Results 1 – 2 of 2) sorted by relevance
125 int32_t iCharWidthOut; in AppendChar_Combination() local126 if (m_pFont && m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut)) in AppendChar_Combination()127 iCharWidth = iCharWidthOut; in AppendChar_Combination()213 int32_t iCharWidthOut; in AppendChar_Arabic() local215 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()216 m_pFont->GetCharWidth(pLastChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()217 iCharWidth = iCharWidthOut; in AppendChar_Arabic()242 int32_t iCharWidthOut; in AppendChar_Arabic() local244 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic()245 m_pFont->GetCharWidth(pCurChar->char_code(), &iCharWidthOut))) { in AppendChar_Arabic()[all …]
82 int32_t iCharWidthOut; in AppendChar_Combination() local83 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Combination()84 iCharWidth = iCharWidthOut; in AppendChar_Combination()148 int32_t iCharWidthOut = 0; in AppendChar_Arabic() local149 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()150 iCharWidth = iCharWidthOut; in AppendChar_Arabic()173 int32_t iCharWidthOut = 0; in AppendChar_Arabic() local174 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()175 iCharWidth = iCharWidthOut; in AppendChar_Arabic()206 int32_t iCharWidthOut; in AppendChar_Others() local[all …]