Searched refs:ScopedSkiaDeviceFlush (Results 1 – 1 of 1) sorted by relevance
150 class ScopedSkiaDeviceFlush { class152 explicit ScopedSkiaDeviceFlush(CFX_RenderDevice* pDevice) in ScopedSkiaDeviceFlush() function in __anon269ad46d0111::ScopedSkiaDeviceFlush155 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()