HomeSort by relevance Sort by last modified time
    Searched defs:MakeTwoPointConical (Results 1 - 2 of 2) sorted by null

  /external/skia/include/effects/
SkGradientShader.h 125 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
130 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
134 return MakeTwoPointConical(start, startRadius, end, endRadius, colors, pos, count, mode,
144 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
150 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
155 return MakeTwoPointConical(start, startRadius, end, endRadius, colors,
  /external/skia/src/shaders/gradients/
SkGradientShader.cpp     [all...]

Completed in 68 milliseconds