Searched refs:applyVerticalScale (Results 1 – 9 of 9) sorted by relevance
75 offsetRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy)); in mapRect()77 offsetRect.move(-filter->applyHorizontalScale(m_dx), -filter->applyVerticalScale(m_dy)); in mapRect()99 FloatSize blurRadius(filter->applyHorizontalScale(m_stdX), filter->applyVerticalScale(m_stdY)); in applySoftware()100 FloatSize offset(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy)); in applySoftware()127 float dy = filter()->applyVerticalScale(m_dy); in createImageFilter()
73 paintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy)); in determineAbsolutePaintRect()103 drawingRegion.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy)); in applySoftware()112 …calar(filter->applyHorizontalScale(m_dx)), SkFloatToScalar(filter->applyVerticalScale(m_dy)), inpu… in createImageFilter()
97 result.inflateY(filter()->applyVerticalScale(m_radiusY)); in mapRect()217 int radiusY = static_cast<int>(floorf(filter->applyVerticalScale(m_radiusY))); in applySoftware()246 float radiusY = filter()->applyVerticalScale(m_radiusY); in applySkia()267 SkScalar radiusY = SkFloatToScalar(filter()->applyVerticalScale(m_radiusY)); in createImageFilter()
253 stdY = filter->applyVerticalScale(stdY); in calculateKernelSize()323 float stdY = filter()->applyVerticalScale(m_stdY); in applySkia()342 float stdY = filter()->applyVerticalScale(m_stdY); in createImageFilter()
58 virtual float applyVerticalScale(float value) const in applyVerticalScale() function
368 float baseFrequencyY = 1.0f / filter()->applyVerticalScale(1.0f / m_baseFrequencyY); in applySoftware()410 const float baseFrequencyY = 1.0f / filter()->applyVerticalScale(1.0f / m_baseFrequencyY); in createShader()
130 float scaleY = filter->applyVerticalScale(m_scale); in applySoftware()
45 float SVGFilter::applyVerticalScale(float value) const in applyVerticalScale() function in WebCore::SVGFilter49 return Filter::applyVerticalScale(value); in applyVerticalScale()
40 virtual float applyVerticalScale(float value) const;