Searched refs:m_Bitmap (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp173 pGlyph->m_Bitmap.TakeOver(pResBitmap);
422 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap,
481 m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, origin_y - pBitmap->m_Top, fill_argb);
511 glyph.m_pGlyph->m_Bitmap.GetWidth(), glyph.m_pGlyph->m_Bitmap.GetHeight(),
512 &glyph.m_pGlyph->m_Bitmap, 0, 0);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp26 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();
/external/pdfium/core/include/fxge/
H A Dfx_font.h377 CFX_DIBitmap m_Bitmap; member in class:CFX_GlyphBitmap

Completed in 167 milliseconds