Searched refs:bitmap_device (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 93 CFX_DefaultRenderDevice bitmap_device; in DrawPatternBitmap() local 94 bitmap_device.Attach(pBitmap, false, nullptr, false); in DrawPatternBitmap() 113 context.Render(&bitmap_device, &options, nullptr); in DrawPatternBitmap() 115 bitmap_device.Flush(true); in DrawPatternBitmap() 679 CFX_DefaultRenderDevice bitmap_device; in ProcessTransparency() local 688 if (!bitmap_device.Create(width, height, FXDIB_Argb, backdrop)) in ProcessTransparency() 691 RetainPtr<CFX_DIBitmap> bitmap = bitmap_device.GetBitmap(); in ProcessTransparency() 720 CPDF_RenderStatus bitmap_render(m_pContext.Get(), &bitmap_device); in ProcessTransparency() 729 bitmap_device.Flush(true); in ProcessTransparency() 1027 CFX_DefaultRenderDevice bitmap_device; in ProcessType3Text() local [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 651 CFX_DefaultRenderDevice bitmap_device; in DrawFillStrokePath() local 652 bitmap_device.Attach(bitmap, false, backdrop, true); in DrawFillStrokePath() 658 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath() 664 bitmap_device.GetDeviceDriver()->Flush(); in DrawFillStrokePath()
|