Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGMask.h38 void renderMask(const SkSVGRenderContext&) const;
/third_party/skia/modules/svg/src/
DSkSVGMask.cpp30 void SkSVGMask::renderMask(const SkSVGRenderContext& ctx) const { in renderMask() function in SkSVGMask
DSkSVGRenderContext.cpp366 mask_node->renderMask(*this); in applyMask()