Searched defs:gColors1 (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dtablecolorfilter.cpp288 const SkColor gColors1[] = { 0x80FF0000, 0x8000FF00, 0x800000FF }; variable
295 DEF_GM( return new ComposeColorFilterGM(gColors1, gModes1, "alpha"); )
/external/skqp/gm/
H A Dtablecolorfilter.cpp288 const SkColor gColors1[] = { 0x80FF0000, 0x8000FF00, 0x800000FF }; variable
295 DEF_GM( return new ComposeColorFilterGM(gColors1, gModes1, "alpha"); )
/external/skia/tests/
H A DGradientTest.cpp375 static const SkColor gColors1[] = { 0x30303030, 0x30303030, 0x30303030 }; local
422 gColors1,
424 SK_ARRAY_COUNT(gColors1),
432 gColors1,
434 SK_ARRAY_COUNT(gColors1),
/external/skqp/tests/
H A DGradientTest.cpp371 static const SkColor gColors1[] = { 0x30303030, 0x30303030, 0x30303030 }; local
418 gColors1,
420 SK_ARRAY_COUNT(gColors1),
428 gColors1,
430 SK_ARRAY_COUNT(gColors1),

Completed in 607 milliseconds