Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h169 void applyClip(const SkSVGFuncIRI&);
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp280 this->applyClip(*attrs.fClipPath); in applyPresentationAttributes()
357 void SkSVGRenderContext::applyClip(const SkSVGFuncIRI& clip) { in applyClip() function in SkSVGRenderContext