Searched refs:RandomGradientParams (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 209 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate() 490 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate() 703 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate() 951 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate() 1184 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate()
|
D | SkSweepGradient.cpp | 192 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tmIgnored); in TestCreate()
|
D | SkGradientShaderPriv.h | 375 static int RandomGradientParams(SkRandom* r,
|
D | SkRadialGradient.cpp | 314 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate()
|
D | SkLinearGradient.cpp | 432 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm); in TestCreate()
|
D | SkGradientShader.cpp | 1189 int GrGradientEffect::RandomGradientParams(SkRandom* random, in RandomGradientParams() function in GrGradientEffect
|