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

  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 241 float divisorValue = divisor();
242 if (hasAttribute(SVGNames::divisorAttr) && !divisorValue)
246 divisorValue += kernelMatrix.at(i);
247 if (!divisorValue)
248 divisorValue = 1;
252 IntSize(orderXValue, orderYValue), divisorValue,
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 58 milliseconds