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

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.h 63 void setPatternTransform(const AffineTransform&);
SVGPaintServerPattern.cpp 81 void SVGPaintServerPattern::setPatternTransform(const AffineTransform& transform)
  /external/webkit/WebCore/svg/
PatternAttributes.h 61 void setPatternTransform(const AffineTransform& value) { m_patternTransform = value; m_patternTransformSet = true; }
SVGPatternElement.cpp 285 m_resource->setPatternTransform(attributes.patternTransform());
331 attributes.setPatternTransform(current->patternTransform()->consolidate().matrix());

Completed in 155 milliseconds