Home | History | Annotate | Download | only in oned

Lines Matching refs:ge

191   CFX_FxgeDevice ge;
193 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr);
194 ge.GetBitmap()->Clear(m_backgroundColor);
195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
215 ge.FillRect(&rect2, m_backgroundColor);
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple,
241 delete ge.GetBitmap();
242 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr);
243 ge.GetBitmap()->Clear(m_backgroundColor);
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
246 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight);
261 delete ge.GetBitmap();
262 ge.Create((int)strWidth, iTextHeight, FXDIB_Argb, nullptr);
263 ge.GetBitmap()->Clear(m_backgroundColor);
264 ge.DrawNormalText(iLen, pCharPos + 11, m_pFont,
267 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 85 * multiple,