Lines Matching refs:iTextHeight
192 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
198 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
206 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
216 CFX_FloatRect rect2(0.0f, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
233 ge.Create(strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
234 FX_RECT rect(0, 0, strWidth, iTextHeight); in ShowChars()
239 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
243 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars()
256 FX_RECT rect1(0, 0, strWidth, iTextHeight); in ShowChars()
262 m_Height - iTextHeight); in ShowChars()
267 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
285 ge.Create(strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
289 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
292 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()