Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1554 std::unique_ptr<CFX_DIBitmap> pTextMask; in ProcessTransparency() local
1556 pTextMask = pdfium::MakeUnique<CFX_DIBitmap>(); in ProcessTransparency()
1557 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) in ProcessTransparency()
1560 pTextMask->Clear(0); in ProcessTransparency()
1562 text_device.Attach(pTextMask.get(), false, nullptr, false); in ProcessTransparency()
1594 if (pTextMask) { in ProcessTransparency()
1595 bitmap->MultiplyAlpha(pTextMask.get()); in ProcessTransparency()
1596 pTextMask.reset(); in ProcessTransparency()