OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandomGradientParams
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h
372
static int
RandomGradientParams
(SkRandom* r,
SkTwoPointConicalGradient_gpu.cpp
206
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
485
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
694
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
[
all
...]
SkSweepGradient.cpp
257
int colorCount =
RandomGradientParams
(random, colors, &stops, &tmIgnored);
SkLinearGradient.cpp
540
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
SkRadialGradient.cpp
549
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
SkTwoPointRadialGradient.cpp
543
int colorCount =
RandomGradientParams
(random, colors, &stops, &tm);
SkGradientShader.cpp
[
all
...]
Completed in 4252 milliseconds