Lines Matching refs:iFontSize
150 int32_t iFontSize = (int32_t)fabs(m_fFontSize); in ShowChars() local
151 int32_t iTextHeight = iFontSize + 1; in ShowChars()
180 CalcTextInfo(tempStr, &charpos[1], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
185 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars()
189 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()
194 CalcTextInfo(tempStr, &charpos[7], m_pFont.Get(), (float)strWidth, iFontSize, in ShowChars()
200 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
204 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()
213 iFontSize, blank); in ShowChars()
216 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
220 static_cast<float>(iFontSize), &affine_matrix1, in ShowChars()