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/core/platform/graphics/filters/
FilterOperation.h 290 Length stdDeviation() const { return m_stdDeviation; }
303 return m_stdDeviation == other->m_stdDeviation;
308 , m_stdDeviation(stdDeviation)
312 Length m_stdDeviation;
325 int stdDeviation() const { return m_stdDeviation; }
340 return m_location == other->m_location && m_stdDeviation == other->m_stdDeviation && m_color == other->m_color;
346 , m_stdDeviation(stdDeviation)
352 int m_stdDeviation;
    [all...]
FilterOperation.cpp 118 LengthType lengthType = m_stdDeviation.type();
121 return BlurFilterOperation::create(Length(lengthType).blend(m_stdDeviation, progress), m_type);
124 Length fromLength = fromOp ? fromOp->m_stdDeviation : Length(lengthType);
125 return BlurFilterOperation::create(m_stdDeviation.blend(fromLength, progress), m_type);
136 WebCore::blend(m_stdDeviation, 0, progress),
147 WebCore::blend(fromStdDeviation, m_stdDeviation, progress),

Completed in 4427 milliseconds