HomeSort by relevance Sort by last modified time
    Searched refs:startRadius (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.
75 @param startRadius Must be positive. The radius of the start circle for this gradient.
89 SkScalar startRadius,
104 SkScalar startRadius,
  /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.
75 @param startRadius Must be positive. The radius of the start circle for this gradient.
89 SkScalar startRadius,
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.h 16 SkTwoPointRadialGradient(const SkPoint& start, SkScalar startRadius,
SkTwoPointConicalGradient.h 48 SkTwoPointConicalGradient(const SkPoint& start, SkScalar startRadius,
SkGradientShader.cpp 626 SkScalar startRadius,
634 if (startRadius < 0 || endRadius < 0 || NULL == colors || colorCount < 1) {
640 (start, startRadius, end, endRadius, colors, pos,
645 SkScalar startRadius,
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 171 const SkPoint& start, SkScalar startRadius,
179 fRadius1(startRadius),
SkTwoPointConicalGradient.cpp 169 const SkPoint& start, SkScalar startRadius,
177 fRadius1(startRadius),
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 103 float startRadius() const { return m_r0; }
  /external/skia/legacy/src/effects/
SkGradientShader.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 354 gradient->setStartRadius(gradient->startRadius() * scale);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 334 milliseconds