Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp576 CFX_FxgeDevice bitmap_device2; in DrawPatternImage() local
577 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) { in DrawPatternImage()
580 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
582 ….Initialize(m_pRenderStatus->m_Level + 1, m_pRenderStatus->m_pContext, &bitmap_device2, NULL, NULL, in DrawPatternImage()
594 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawPatternImage()
626 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
627 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
663 CFX_FxgeDevice bitmap_device2; in DrawMaskedImage() local
664 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) { in DrawMaskedImage()
667 bitmap_device2.GetBitmap()->Clear(0); in DrawMaskedImage()
[all …]