Searched refs:m_targetBoundingBox (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/graphics/filters/
H A DSVGFilter.cpp32 , m_targetBoundingBox(targetBoundingBox)
42 value *= m_targetBoundingBox.width();
49 value *= m_targetBoundingBox.height();
H A DSVGFilter.h48 FloatRect targetBoundingBox() const { return m_targetBoundingBox; }
56 FloatRect m_targetBoundingBox; member in class:WebCore::SVGFilter

Completed in 71 milliseconds