Lines Matching refs:fColors
46 const SkColor* fColors; member
59 info->fColors = colorStorage; in gradCheck()
65 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor))); in gradCheck()
79 sk_sp<SkShader> s(new SkColorShader(rec.fColors[0])); in color_gradproc()
83 info.fColors = nullptr; in color_gradproc()
91 sk_sp<SkShader> s(SkGradientShader::MakeLinear(buildRec.fPoint, buildRec.fColors, buildRec.fPos, in linear_gradproc()
102 buildRec.fColors, buildRec.fPos, in radial_gradproc()
114 buildRec.fColors, buildRec.fPos, in sweep_gradproc()
128 buildRec.fColors, in conical_gradproc()
174 rec.fColors = gColors; in TestGradientShaders()
257 rec.fColors = gTests[t].fCol; in TestGradientOptimization()
266 expected.fColors = gTests[t].fExpectedCol; in TestGradientOptimization()
434 const SkColor* fColors; in test_linear_fuzzer() member
509 config.fColors, in test_linear_fuzzer()
537 const SkColor* fColors; in test_sweep_fuzzer() member
558 config.fColors, in test_sweep_fuzzer()