Home
last modified time | relevance | path

Searched defs:ScopedRenderContext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/sksg/include/
DSkSGRenderNode.h72 ScopedRenderContext(ScopedRenderContext&& that) { *this = std::move(that); } in ScopedRenderContext() function
/third_party/skia/modules/sksg/src/
DSkSGRenderNode.cpp114 RenderNode::ScopedRenderContext::ScopedRenderContext(SkCanvas* canvas, const RenderContext* ctx) in ScopedRenderContext() function in sksg::RenderNode::ScopedRenderContext