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.cpp905 CFX_FxgeDevice bitmap_device; in DrawPatternBitmap() local
906 bitmap_device.Attach(pBitmap.get(), false, nullptr, false); in DrawPatternBitmap()
925 context.Render(&bitmap_device, &options, nullptr); in DrawPatternBitmap()
927 bitmap_device.Flush(); in DrawPatternBitmap()
1539 CFX_FxgeDevice bitmap_device; in ProcessTransparency() local
1547 if (!bitmap_device.Create(width, height, FXDIB_Argb, oriDevice.get())) in ProcessTransparency()
1549 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap(); in ProcessTransparency()
1577 bitmap_render.Initialize(m_pContext, &bitmap_device, nullptr, m_pStopObj, in ProcessTransparency()
1582 bitmap_device.Flush(); in ProcessTransparency()
1880 CFX_FxgeDevice bitmap_device; in ProcessType3Text() local
[all …]
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp627 CFX_FxgeDevice bitmap_device; in DrawFillStrokePath() local
628 bitmap_device.Attach(&bitmap, false, &Backdrop, true); in DrawFillStrokePath()
634 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath()
640 bitmap_device.GetDeviceDriver()->Flush(); in DrawFillStrokePath()