Lines Matching refs:iCharWidthOut
82 int32_t iCharWidthOut; in AppendChar_Combination() local
83 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() local
149 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
150 iCharWidth = iCharWidthOut; in AppendChar_Arabic()
173 int32_t iCharWidthOut = 0; in AppendChar_Arabic() local
174 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic()
175 iCharWidth = iCharWidthOut; in AppendChar_Arabic()
206 int32_t iCharWidthOut; in AppendChar_Others() local
207 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Others()
208 iCharWidth = iCharWidthOut; in AppendChar_Others()