Searched refs:clipperResource (Results 1 – 5 of 5) sorted by relevance
163 if (!svgStyle.clipperResource().isEmpty()) in getSVGPropertyCSSValue()164 …urn CSSPrimitiveValue::create(serializeAsFragmentIdentifier(svgStyle.clipperResource()), CSSPrimit… in getSVGPropertyCSSValue()
89 if (!style()->svgStyle().clipperResource().isEmpty()) in tryPathOnlyClipping()109 if (!svgStyle.clipperResource().isEmpty()) in tryPathOnlyClipping()
661 if (!svgStyle.clipperResource().isEmpty()) { in writeResources()662 …etRenderSVGResourceById<RenderSVGResourceClipper>(object.document(), svgStyle.clipperResource())) { in writeResources()665 writeNameAndQuotedValue(ts, "clipPath", svgStyle.clipperResource()); in writeResources()
242 AtomicString id = style.clipperResource(); in buildResources()
322 const AtomicString& clipperResource() const { return resources->clipper; } in clipperResource() function340 bool hasClipper() const { return !clipperResource().isEmpty(); } in hasClipper()