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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceLinearGradient.h 42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); }
RenderSVGResourceRadialGradient.h 42 virtual bool boundingBoxMode() const { return m_attributes.boundingBoxMode(); }
  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 42 bool boundingBoxMode() const { return m_boundingBoxMode; }
PatternAttributes.h 61 bool boundingBoxMode() const { return m_boundingBoxMode; }

Completed in 211 milliseconds