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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 306 int targetXValue = targetXCurrentValue();
308 if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue))
312 targetXValue = static_cast<int>(floorf(orderXValue / 2));
341 biasCurrentValue(), IntPoint(targetXValue, targetYValue), edgeModeCurrentValue(),

Completed in 47 milliseconds