Home
last modified time | relevance | path

Searched defs:boundingBoxMode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceRadialGradient.h42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); } in boundingBoxMode() function
DRenderSVGResourceLinearGradient.h42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); } in boundingBoxMode() function
DRenderSVGResourceGradient.cpp114 bool boundingBoxMode, in clipToTextMask()
DSVGRenderTreeAsText.cpp532 static inline String boundingBoxModeString(bool boundingBoxMode) in boundingBoxModeString()
537 … GradientSpreadMethod spreadMethod, const AffineTransform& gradientTransform, bool boundingBoxMode) in writeCommonGradientProperties()
/external/webkit/Source/WebCore/svg/
DGradientAttributes.h42 bool boundingBoxMode() const { return m_boundingBoxMode; } in boundingBoxMode() function
DPatternAttributes.h61 bool boundingBoxMode() const { return m_boundingBoxMode; } in boundingBoxMode() function