Lines Matching refs:iTextHeight
147 int32_t iTextHeight = iFontSize + 1; in ShowChars() local
151 (FX_FLOAT)leftPosition, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
160 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
169 CFX_FloatRect rect2(0.0, (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
178 (FX_FLOAT)(m_Height - iTextHeight), in ShowChars()
193 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight); in ShowChars()
202 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
214 FX_RECT rect2(0, 0, (int)strWidth, iTextHeight); in ShowChars()
220 m_Height - iTextHeight); in ShowChars()
225 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
242 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
246 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight); in ShowChars()
249 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()
262 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr); in ShowChars()
268 m_Height - iTextHeight); in ShowChars()
273 (FX_FLOAT)(m_Height - iTextHeight + iFontSize)); in ShowChars()