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);
268 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
317 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap;
1362 pGlyphBitmap->m_Bitmap.Create(dib_width, bmheight,
1366 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch();
1368 FX_BYTE* pDestBuf = pGlyphBitmap->m_Bitmap.GetBuffer();