Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp817 CFX_DIBitmap* pTextMask = NULL; in ProcessTransparency() local
819 pTextMask = new CFX_DIBitmap; in ProcessTransparency()
820 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) { in ProcessTransparency()
821 delete pTextMask; in ProcessTransparency()
824 pTextMask->Clear(0); in ProcessTransparency()
826 text_device.Attach(pTextMask); in ProcessTransparency()
854 if (pTextMask) { in ProcessTransparency()
855 bitmap->MultiplyAlpha(pTextMask); in ProcessTransparency()
856 delete pTextMask; in ProcessTransparency()
857 pTextMask = NULL; in ProcessTransparency()