Lines Matching refs:iFontSize
123 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
124 int32_t iTextHeight = iFontSize + 1; in ShowChars()
157 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
161 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
165 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()
170 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
175 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
179 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()
187 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
191 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
195 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()
200 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()
206 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
210 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()