Home
last modified time | relevance | path

Searched refs:pResBitmap (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_type3cache.cpp131 RetainPtr<CFX_DIBitmap> pResBitmap; in RenderGlyph() local
150 pResBitmap = pBitmap->StretchTo(static_cast<int>(image_matrix.a), in RenderGlyph()
160 if (!pResBitmap) in RenderGlyph()
161 pResBitmap = pBitmap->TransformTo(image_matrix, &left, &top); in RenderGlyph()
162 if (!pResBitmap) in RenderGlyph()
166 pGlyph->GetBitmap()->TakeOver(std::move(pResBitmap)); in RenderGlyph()