OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenBaseGradientKey
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
419
static uint32_t
GenBaseGradientKey
(const GrProcessor&);
450
// and combine with the result of
GenBaseGradientKey
.
SkSweepGradient.cpp
138
b->add32(
GenBaseGradientKey
(processor));
SkTwoPointConicalGradient_gpu.cpp
311
b->add32(
GenBaseGradientKey
(processor));
584
key[0] =
GenBaseGradientKey
(processor);
765
b->add32(
GenBaseGradientKey
(processor));
[
all
...]
SkRadialGradient.cpp
255
b->add32(
GenBaseGradientKey
(processor));
SkLinearGradient.cpp
373
b->add32(
GenBaseGradientKey
(processor));
SkGradientShader.cpp
[
all
...]
Completed in 77 milliseconds