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