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

/external/webkit/Source/WebCore/svg/
H A DSVGFEConvolveMatrixElement.cpp216 int orderXValue = orderX(); local
219 orderXValue = 3;
225 if (orderXValue * orderYValue != kernelMatrixSize)
230 if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue))
234 targetXValue = static_cast<int>(floorf(orderXValue / 2));
252 IntSize(orderXValue, orderYValue), divisorValue,

Completed in 646 milliseconds