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.cpp504 CFX_FxgeDevice bitmap_device2; in DrawPatternImage() local
505 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) { in DrawPatternImage()
508 bitmap_device2.GetBitmap()->Clear(0); in DrawPatternImage()
510 bitmap_render.Initialize(m_pRenderStatus->m_pContext, &bitmap_device2, NULL, NULL, in DrawPatternImage()
522 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row); in DrawPatternImage()
554 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
555 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap()); in DrawPatternImage()
591 CFX_FxgeDevice bitmap_device2; in DrawMaskedImage() local
592 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) { in DrawMaskedImage()
595 bitmap_device2.GetBitmap()->Clear(0); in DrawMaskedImage()
[all …]