Lines Matching refs:SkColor
49 const SkColor colors[] = { SK_ColorRED, SK_ColorBLUE }; in test_big_grad()
70 const SkColor* fColors;
81 AutoTMalloc<SkColor> colorStorage(fColorCount); in gradCheck()
93 !memcmp(info->fColors, fColors, fColorCount * sizeof(SkColor))); in gradCheck()
191 SkColor colors[] = { SK_ColorBLUE, SK_ColorBLUE }; in TestConstantGradient()
210 static const SkColor gColors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE }; in TestGradientShaders()
253 static const SkColor gC_00[] = { 0xff000000, 0xff000000 }; in TestGradientOptimization()
254 static const SkColor gC_01[] = { 0xff000000, 0xffffffff }; in TestGradientOptimization()
255 static const SkColor gC_11[] = { 0xffffffff, 0xffffffff }; in TestGradientOptimization()
256 static const SkColor gC_001[] = { 0xff000000, 0xff000000, 0xffffffff }; in TestGradientOptimization()
257 static const SkColor gC_011[] = { 0xff000000, 0xffffffff, 0xffffffff }; in TestGradientOptimization()
258 static const SkColor gC_0011[] = { 0xff000000, 0xff000000, 0xffffffff, 0xffffffff }; in TestGradientOptimization()
270 const SkColor* fCol; in TestGradientOptimization()
274 const SkColor* fExpectedCol; in TestGradientOptimization()
328 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE }; in test_nearly_vertical()
340 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE }; in test_vertical()
356 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE, SK_ColorBLACK, SK_ColorWHITE }; in test_linear_fuzz()
372 const SkColor colors[] = { SK_ColorGREEN, SK_ColorBLUE }; in test_two_point_conical_zero_radius()
390 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; in test_clamping_overflow()
409 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; in test_degenerate_linear()
454 static const SkColor gColors0[] = { 0x30303030, 0x30303030 }; in test_linear_fuzzer()
455 static const SkColor gColors1[] = { 0x30303030, 0x30303030, 0x30303030 }; in test_linear_fuzzer()
482 const SkColor* fColors; in test_linear_fuzzer()
576 static const SkColor gColors0[] = { 0x30303030, 0x30303030, 0x30303030 }; in test_sweep_fuzzer()
585 const SkColor* fColors; in test_sweep_fuzzer()