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

  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 52 void setBoundingBoxMode(bool value)
PatternAttributes.h 102 void setBoundingBoxMode(bool value)
SVGLinearGradientElement.cpp 151 attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX);
SVGRadialGradientElement.cpp 162 attributes.setBoundingBoxMode(current->gradientUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX);
SVGPatternElement.cpp 261 attributes.setBoundingBoxMode(current->patternUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX);

Completed in 1628 milliseconds