Home
last modified time | relevance | path

Searched refs:endRadius (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/effects/
DSkGradientShader.h91 SkScalar endRadius,
/external/webkit/Source/WebCore/platform/graphics/
DGradient.h104 float endRadius() const { return m_r1; } in endRadius() function
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp150 gradientEnd = gradientStart + FloatSize(gradient->endRadius(), 0); in addStops()
355 gradient->setEndRadius(gradient->endRadius() * scale); in addStops()
/external/skia/src/effects/
DSkGradientShader.cpp1913 const SkPoint& end, SkScalar endRadius, in Two_Point_Radial_Gradient() argument
1921 fRadius2(endRadius) { in Two_Point_Radial_Gradient()
2531 SkScalar endRadius, in CreateTwoPointRadial() argument
2537 if (startRadius < 0 || endRadius < 0 || NULL == colors || colorCount < 1) { in CreateTwoPointRadial()
2543 (start, startRadius, end, endRadius, colors, pos, in CreateTwoPointRadial()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1440 float r1 = gradient->endRadius() * scale; in fillRect()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633631 (WebCore::Gradient::endRadius):
33638 (WebCore::GraphicsContext::fillRect): Use start/endRadius() rather than r0() and r1().