Searched refs:clipNode (Results 1 – 1 of 1) sorted by relevance
362 const auto clipNode = this->findNodeById(clip.iri()); in applyClip() local363 if (!clipNode || clipNode->tag() != SkSVGTag::kClipPath) { in applyClip()367 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip()