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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.cpp 121 LengthType lengthType = m_stdDeviation.type();
123 return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNonNegative));
126 return BlurFilterOperation::create(m_stdDeviation.blend(fromOp->m_stdDeviation, progress, ValueRangeNonNegative));
134 WebCore::blend(0, m_stdDeviation, progress),
141 WebCore::blend(fromOp->stdDeviation(), m_stdDeviation, progress),
FilterOperation.h 247 Length stdDeviation() const { return m_stdDeviation; }
260 return m_stdDeviation == other->m_stdDeviation;
265 , m_stdDeviation(stdDeviation)
269 Length m_stdDeviation;
284 int stdDeviation() const { return m_stdDeviation; }
298 return m_location == other->m_location && m_stdDeviation == other->m_stdDeviation && m_color == other->m_color;
304 , m_stdDeviation(stdDeviation)
310 int m_stdDeviation;
    [all...]

Completed in 23 milliseconds