Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp927 CFX_DefaultRenderDevice bitmap_device; in DrawPatternBitmap() local
928 bitmap_device.Attach(pBitmap, false, nullptr, false); in DrawPatternBitmap()
948 context.Render(&bitmap_device, &options, nullptr); in DrawPatternBitmap()
950 bitmap_device.Flush(true); in DrawPatternBitmap()
1573 CFX_DefaultRenderDevice bitmap_device; in ProcessTransparency() local
1581 if (!bitmap_device.Create(width, height, FXDIB_Argb, oriDevice)) in ProcessTransparency()
1584 RetainPtr<CFX_DIBitmap> bitmap = bitmap_device.GetBitmap(); in ProcessTransparency()
1614 bitmap_render.Initialize(m_pContext.Get(), &bitmap_device, nullptr, in ProcessTransparency()
1619 bitmap_device.Flush(true); in ProcessTransparency()
1923 CFX_DefaultRenderDevice bitmap_device; in ProcessType3Text() local
[all …]
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp655 CFX_DefaultRenderDevice bitmap_device; in DrawFillStrokePath() local
656 bitmap_device.Attach(bitmap, false, Backdrop, true); in DrawFillStrokePath()
663 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath()
669 bitmap_device.GetDeviceDriver()->Flush(); in DrawFillStrokePath()