Home | History | Annotate | Download | only in svg

Lines Matching refs:clipPath

90     Path clipPath = Path();
110 if (clipPath.isEmpty()) {
112 styled->toClipPath(clipPath);
114 clipPath.setWindRule(clipRule);
123 if (!clipPath.unionPath(subPath))
134 clipPath.transform(transform);
138 clipPath.transform(animatedLocalTransform);
141 if (clipPath.isEmpty())
142 clipPath.addRect(FloatRect());
143 context->clipPath(clipPath, clipRule);
175 // clipPath can also be clipped by another clipPath.
211 SVGClipPathElement* clipPath = static_cast<SVGClipPathElement*>(node());
212 if (clipPath->clipPathUnitsCurrentValue() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
218 // Switch to a paint behavior where all children of this <clipPath> will be rendered using special constraints:
226 // Draw all clipPath children into a global mask.