Searched refs:pTextMask (Results 1 – 1 of 1) sorted by relevance
697 RetainPtr<CFX_DIBitmap> pTextMask; in ProcessTransparency() local699 pTextMask = pdfium::MakeRetain<CFX_DIBitmap>(); in ProcessTransparency()700 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) in ProcessTransparency()703 pTextMask->Clear(0); in ProcessTransparency()705 text_device.Attach(pTextMask, false, nullptr, false); in ProcessTransparency()741 if (pTextMask) { in ProcessTransparency()742 bitmap->MultiplyAlpha(pTextMask); in ProcessTransparency()743 pTextMask.Reset(); in ProcessTransparency()