Searched refs:m_Bitmap (Results 1 – 3 of 3) sorted by relevance
176 pGlyph->m_Bitmap.TakeOver(pResBitmap); in RenderGlyph()400 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap, in ProcessType3Text()465 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, in ProcessType3Text()500 glyph.m_pGlyph->m_Bitmap.GetWidth(), in ProcessType3Text()501 glyph.m_pGlyph->m_Bitmap.GetHeight(), &glyph.m_pGlyph->m_Bitmap, 0, in ProcessType3Text()
58 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); in FXGE_GetGlyphsBBox()65 char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY); in FXGE_GetGlyphsBBox()341 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText()391 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText()1601 pGlyphBitmap->m_Bitmap.Create( in RenderGlyph()1606 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch(); in RenderGlyph()1608 uint8_t* pDestBuf = pGlyphBitmap->m_Bitmap.GetBuffer(); in RenderGlyph()
467 CFX_DIBitmap m_Bitmap; variable