Home
last modified time | relevance | path

Searched refs:m_effectBBoxMode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/graphics/filters/
DSVGFilter.cpp34 , m_effectBBoxMode(effectBBoxMode) in SVGFilter()
41 if (m_effectBBoxMode) in applyHorizontalScale()
48 if (m_effectBBoxMode) in applyVerticalScale()
DSVGFilter.h40 virtual bool effectBoundingBoxMode() const { return m_effectBBoxMode; } in effectBoundingBoxMode()
62 bool m_effectBBoxMode; variable