Searched defs:pTextMask (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp851 CFX_DIBitmap* pTextMask = NULL; local
853 pTextMask = FX_NEW CFX_DIBitmap;
854 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) {
855 delete pTextMask;
858 pTextMask->Clear(0);
860 text_device.Attach(pTextMask);
888 if (pTextMask) {
889 bitmap->MultiplyAlpha(pTextMask);
890 delete pTextMask;
891 pTextMask
[all...]

Completed in 127 milliseconds