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.cpp851 CFX_DIBitmap* pTextMask = NULL; in ProcessTransparency() local
853 pTextMask = FX_NEW CFX_DIBitmap; in ProcessTransparency()
854 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) { in ProcessTransparency()
855 delete pTextMask; in ProcessTransparency()
858 pTextMask->Clear(0); in ProcessTransparency()
860 text_device.Attach(pTextMask); in ProcessTransparency()
888 if (pTextMask) { in ProcessTransparency()
889 bitmap->MultiplyAlpha(pTextMask); in ProcessTransparency()
890 delete pTextMask; in ProcessTransparency()
891 pTextMask = NULL; in ProcessTransparency()