HomeSort by relevance Sort by last modified time
    Searched full:m_intercept (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h 40 SVGAnimatedNumber* intercept() { return m_intercept.get(); }
58 RefPtr<SVGAnimatedNumber> m_intercept; member in class:WebCore::SVGComponentTransferFunctionElement
SVGComponentTransferFunctionElement.cpp 49 , m_intercept(SVGAnimatedNumber::create(this, SVGNames::interceptAttr, SVGNumber::create()))
59 addToPropertyMap(m_intercept);
97 m_intercept->setBaseValueAsString(value, parseError);
125 func.intercept = m_intercept->currentValue()->value();

Completed in 616 milliseconds