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

  /external/skia/include/effects/
SkGradientShader.h 79 It is an error for colorCount to be < 2, for startRadius or endRadius to be < 0, or for
80 startRadius to be equal to endRadius.
84 @param endRadius Must be positive. The radius of the end circle for this gradient.
98 SkScalar endRadius,
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 109 float endRadius() const { return m_r1; }
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 150 gradientEnd = gradientStart + FloatSize(gradient->endRadius(), 0);
355 gradient->setEndRadius(gradient->endRadius() * scale);
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 235 milliseconds