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.cpp830 std::unique_ptr<CFX_DIBitmap> pTextMask; in ProcessTransparency() local
832 pTextMask.reset(new CFX_DIBitmap); in ProcessTransparency()
833 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) in ProcessTransparency()
836 pTextMask->Clear(0); in ProcessTransparency()
838 text_device.Attach(pTextMask.get()); in ProcessTransparency()
869 if (pTextMask) { in ProcessTransparency()
870 bitmap->MultiplyAlpha(pTextMask.get()); in ProcessTransparency()
871 pTextMask.reset(); in ProcessTransparency()