Searched defs:stdDeviation (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterOperations.cpp37 static inline IntSize outsetSizeForBlur(float stdDeviation) argument
129 float stdDeviation = floatValueForLength(blurOperation->stdDeviation(), 0); local
H A DFilterOperation.h278 static PassRefPtr<BlurFilterOperation> create(Length stdDeviation) argument
283 Length stdDeviation() const { return m_stdDeviation; } function in class:WebCore::BlurFilterOperation
293 BlurFilterOperation(Length stdDeviation) argument
306 static PassRefPtr<DropShadowFilterOperation> create(const IntPoint& location, int stdDeviation, Color color) argument
314 int stdDeviation() const { return m_stdDeviation; } function in class:WebCore::DropShadowFilterOperation
325 DropShadowFilterOperation(const IntPoint& location, int stdDeviation, Color color) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DFilterEffectRenderer.cpp338 float stdDeviation = floatValueForLength(blurOperation->stdDeviation(), 0); local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp249 int32_t stdDeviation; local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp3998 Length stdDeviation = Length(0, Fixed); local

Completed in 78 milliseconds