Searched refs:pGlyph (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 165 auto pGlyph = pdfium::MakeUnique<CFX_GlyphBitmap>(left, -top); in RenderGlyph() local 166 pGlyph->GetBitmap()->TakeOver(std::move(pResBitmap)); in RenderGlyph() 167 return pGlyph; in RenderGlyph()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 221 const RetainPtr<CFX_DIBitmap>& pGlyph, in DrawNormalTextHelper() argument 235 uint8_t* src_buf = pGlyph->GetBuffer(); in DrawNormalTextHelper() 236 int src_pitch = pGlyph->GetPitch(); in DrawNormalTextHelper() 969 const RetainPtr<CFX_DIBitmap>& pGlyph = glyph.m_pGlyph->GetBitmap(); in DrawNormalText() local 971 pGlyph->GetWidth(), pGlyph->GetHeight(), pGlyph, 0, in DrawNormalText() 1009 const RetainPtr<CFX_DIBitmap>& pGlyph = glyph.m_pGlyph->GetBitmap(); in DrawNormalText() local 1010 int ncols = pGlyph->GetWidth(); in DrawNormalText() 1011 int nrows = pGlyph->GetHeight(); in DrawNormalText() 1014 pGlyph, fill_color, 0, 0, BlendMode::kNormal, in DrawNormalText() 1033 DrawNormalTextHelper(bitmap, pGlyph, nrows, point->x, point->y, start_col, in DrawNormalText()
|