Searched refs:m_Bitmap (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 173 pGlyph->m_Bitmap.TakeOver(pResBitmap); in RenderGlyph() 409 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap, in ProcessType3Text() 468 …m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, origin_y - pBitmap->m_Top, f… in ProcessType3Text() 498 … glyph.m_pGlyph->m_Bitmap.GetWidth(), glyph.m_pGlyph->m_Bitmap.GetHeight(), in ProcessType3Text() 499 &glyph.m_pGlyph->m_Bitmap, 0, 0); in ProcessType3Text()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 26 int char_width = (int)(pGlyph->m_Bitmap.GetWidth() / retinaScaleX); in FXGE_GetGlyphsBBox() 32 int char_bottom = char_top + (int)(pGlyph->m_Bitmap.GetHeight() / retinaScaleY); in FXGE_GetGlyphsBBox() 268 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() 317 const CFX_DIBitmap* pGlyph = &glyph.m_pGlyph->m_Bitmap; in DrawNormalText() 1362 pGlyphBitmap->m_Bitmap.Create(dib_width, bmheight, in RenderGlyph() 1366 int dest_pitch = pGlyphBitmap->m_Bitmap.GetPitch(); in RenderGlyph() 1368 FX_BYTE* pDestBuf = pGlyphBitmap->m_Bitmap.GetBuffer(); in RenderGlyph()
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 380 CFX_DIBitmap m_Bitmap; variable
|