Lines Matching refs:iFontSize
124 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
125 int32_t iTextHeight = iFontSize + 1; in ShowChars()
158 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
162 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
166 static_cast<float>(iFontSize), affine_matrix1, in ShowChars()
171 CalcTextInfo(tempStr, &charpos[6], m_pFont.Get(), strWidth, iFontSize, blank); in ShowChars()
176 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
180 static_cast<float>(iFontSize), affine_matrix1, in ShowChars()
188 CalcTextInfo(tempStr, charpos.data(), m_pFont.Get(), strWidth, iFontSize, in ShowChars()
192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
196 static_cast<float>(iFontSize), affine_matrix1, in ShowChars()
201 CalcTextInfo(tempStr, &charpos[11], m_pFont.Get(), strWidth, iFontSize, in ShowChars()
207 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
211 static_cast<float>(iFontSize), affine_matrix1, in ShowChars()