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

/external/skia/gm/
H A Dshallowgradient.cpp19 static sk_sp<SkShader> shader_radial(const SkColor colors[], int count, const SkSize& size) { function
78 DEF_GM( return new ShallowGradientGM(shader_radial, "radial", true); )
83 DEF_GM( return new ShallowGradientGM(shader_radial, "radial_nodither", false); )
/external/skqp/gm/
H A Dshallowgradient.cpp19 static sk_sp<SkShader> shader_radial(const SkColor colors[], int count, const SkSize& size) { function
78 DEF_GM( return new ShallowGradientGM(shader_radial, "radial", true); )
83 DEF_GM( return new ShallowGradientGM(shader_radial, "radial_nodither", false); )

Completed in 56 milliseconds