Home | History | Annotate | Download | only in ge

Lines Matching refs:m_Bitmap

26         int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX);

32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY);
293 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
342 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
1446 pGlyphBitmap->m_Bitmap.Create(dib_width, bmheight,
1450 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch();
1452 FX_BYTE* pDestBuf = pGlyphBitmap->m_Bitmap.GetBuffer();