HomeSort by relevance Sort by last modified time
    Searched refs:hasGradientTransform (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h 69 bool hasGradientTransform() const { return m_gradientTransformSet; }
SVGLinearGradientElement.cpp 137 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
SVGRadialGradientElement.cpp 148 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {

Completed in 283 milliseconds