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

  /external/skia/include/effects/
SkGradientShader.h 72 It is an error for colorCount to be < 2, for startRadius or endRadius to be < 0, or for
73 startRadius to be equal to endRadius.
77 @param endRadius Must be positive. The radius of the end circle for this gradient.
91 SkScalar endRadius,
106 SkScalar endRadius,
  /external/skia/legacy/include/effects/
SkGradientShader.h 72 It is an error for colorCount to be < 2, for startRadius or endRadius to be < 0, or for
73 startRadius to be equal to endRadius.
77 @param endRadius Must be positive. The radius of the end circle for this gradient.
91 SkScalar endRadius,
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.h 17 const SkPoint& end, SkScalar endRadius,
SkTwoPointConicalGradient.h 49 const SkPoint& end, SkScalar endRadius,
SkGradientShader.cpp 628 SkScalar endRadius,
634 if (startRadius < 0 || endRadius < 0 || NULL == colors || colorCount < 1) {
640 (start, startRadius, end, endRadius, colors, pos,
647 SkScalar endRadius,
653 if (startRadius < 0 || endRadius < 0 || NULL == colors || colorCount < 1) {
656 if (start == end && startRadius == endRadius) {
662 (start, startRadius, end, endRadius, colors, pos,
SkTwoPointRadialGradient.cpp 172 const SkPoint& end, SkScalar endRadius,
180 fRadius2(endRadius) {
SkTwoPointConicalGradient.cpp 170 const SkPoint& end, SkScalar endRadius,
178 fRadius2(endRadius) {
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 104 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/legacy/src/effects/
SkGradientShader.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 468 milliseconds