Searched defs:shader_conical (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dshallowgradient.cpp25 static sk_sp<SkShader> shader_conical(const SkColor colors[], int count, const SkSize& size) { function
79 DEF_GM( return new ShallowGradientGM(shader_conical, "conical", true); )
84 DEF_GM( return new ShallowGradientGM(shader_conical, "conical_nodither", false); )
/external/skqp/gm/
H A Dshallowgradient.cpp25 static sk_sp<SkShader> shader_conical(const SkColor colors[], int count, const SkSize& size) { function
79 DEF_GM( return new ShallowGradientGM(shader_conical, "conical", true); )
84 DEF_GM( return new ShallowGradientGM(shader_conical, "conical_nodither", false); )

Completed in 209 milliseconds