Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp150 class ScopedSkiaDeviceFlush { class
152 explicit ScopedSkiaDeviceFlush(CFX_RenderDevice* pDevice) in ScopedSkiaDeviceFlush() function in __anon269ad46d0111::ScopedSkiaDeviceFlush
155 ScopedSkiaDeviceFlush(const ScopedSkiaDeviceFlush&) = delete;
156 ScopedSkiaDeviceFlush& operator=(const ScopedSkiaDeviceFlush&) = delete;
158 ~ScopedSkiaDeviceFlush() { m_pDevice->Flush(/*release=*/false); } in ~ScopedSkiaDeviceFlush()
1222 ScopedSkiaDeviceFlush scoped_skia_device_flush(m_pDevice); in DrawTilingPattern()