Searched refs:startRadius (Results 1 - 11 of 11) sorted by relevance

/external/skia/include/c/
H A Dsk_shader.h113 @param start, startRadius Defines the first circle.
132 float startRadius,
/external/skia/include/effects/
H A DSkGradientShader.h125 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
130 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, argument
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, argument
155 return MakeTwoPointConical(start, startRadius, end, endRadius, colors,
/external/skia/src/c/
H A Dsk_effects.cpp118 float startRadius,
138 return (sk_shader_t*)SkGradientShader::MakeTwoPointConical(skstart, (SkScalar)startRadius,
117 sk_shader_new_two_point_conical_gradient(const sk_point_t* start, float startRadius, const sk_point_t* end, float endRadius, const sk_color_t colors[], const float colorPos[], int colorCount, sk_shader_tilemode_t cmode, const sk_matrix_t* cmatrix) argument
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h43 SkTwoPointConicalGradient(const SkPoint& start, SkScalar startRadius,
H A DSkGradientShader.cpp1001 SkScalar startRadius,
1011 return MakeTwoPointConical(start, startRadius, end, endRadius, converter.fColors4f.begin(),
1016 SkScalar startRadius,
1026 if (startRadius < 0 || endRadius < 0) {
1032 if (startRadius == endRadius) {
1033 if (start == end || startRadius == 0) {
1044 bool flipGradient = startRadius > endRadius;
1051 return sk_make_sp<SkTwoPointConicalGradient>(start, startRadius, end, endRadius,
1071 return sk_make_sp<SkTwoPointConicalGradient>(end, endRadius, start, startRadius,
1000 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int colorCount, SkShader::TileMode mode, uint32_t flags, const SkMatrix* localMatrix) argument
1015 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkShader::TileMode mode, uint32_t flags, const SkMatrix* localMatrix) argument
H A DSkTwoPointConicalGradient.cpp191 const SkPoint& start, SkScalar startRadius,
197 , fRadius1(startRadius)
190 SkTwoPointConicalGradient( const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, bool flippedGrad, const Descriptor& desc) argument
/external/skia/fuzz/
H A DFuzzGradients.cpp184 SkScalar startRadius, endRadius; local
186 fuzz->next(&startRadius, &endRadius, &useLocalMatrix, &useGlobalMatrix);
201 p.setShader(SkGradientShader::MakeTwoPointConical(start, startRadius,
H A DFuzzCanvas.cpp428 SkScalar startRadius, endRadius; local
433 fuzz->next(&tmX, &useMatrix, &usePos, &startRadius, &endRadius, &start, &end);
442 return SkGradientShader::MakeTwoPointConical(start, startRadius, end, endRadius, colors,
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3062 milliseconds