Searched refs:filterResY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterElement.idl37 readonly attribute SVGAnimatedInteger filterResY;
40 unsigned long filterResY);
H A DSVGFilterElement.h56 SVGAnimatedInteger* filterResY() { return m_filterRes->secondInteger(); } function in class:blink::FINAL
H A DSVGFilterElement.cpp74 filterResY()->baseValue()->setValue(y);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilter.cpp158 // Compute the scale amount required so that the resulting offscreen is exactly filterResX by filterResY pixels.
160 float filterResScaleY = filterElement->filterResY()->currentValue()->value() / size.height();

Completed in 3773 milliseconds