Lines Matching refs:iTextHeight
178 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
184 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
192 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
202 CFX_FloatRect rect2(0.0f, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
220 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
221 FX_RECT rect(0, 0, strWidth, iTextHeight); in ShowChars()
227 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
231 (FX_FLOAT)(m_Height - iTextHeight) + iFontSize); in ShowChars()
246 FX_RECT rect1(0, 0, strWidth, iTextHeight); in ShowChars()
253 m_Height - iTextHeight); in ShowChars()
258 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
277 ge.Create(strWidth, iTextHeight, FXDIB_Argb); in ShowChars()
283 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
286 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()