OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shader_conical
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
shallowgradient.cpp
24
static sk_sp<SkShader>
shader_conical
(const SkColor colors[], int count, const SkSize& size) {
function
77
DEF_GM( return new ShallowGradientGM(
shader_conical
, "conical", true); )
82
DEF_GM( return new ShallowGradientGM(
shader_conical
, "conical_nodither", false); )
/external/skqp/gm/
shallowgradient.cpp
24
static sk_sp<SkShader>
shader_conical
(const SkColor colors[], int count, const SkSize& size) {
function
77
DEF_GM( return new ShallowGradientGM(
shader_conical
, "conical", true); )
82
DEF_GM( return new ShallowGradientGM(
shader_conical
, "conical_nodither", false); )
Completed in 259 milliseconds