Searched refs:make_color_shader (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dmodecolorfilters.cpp19 static SkShader* make_color_shader(SkColor color) { function in namespace:skiagm
27 return make_color_shader(SkColorSetARGB(0xFF, 0x40, 0x80, 0x20));
31 return make_color_shader(SkColorSetARGB(0x80, 0x10, 0x70, 0x20));
35 return make_color_shader(0x0);
/external/skia/gm/
H A Dmodecolorfilters.cpp19 static SkShader* make_color_shader(SkColor color) { function in namespace:skiagm
27 return make_color_shader(SkColorSetARGB(0xFF, 0x40, 0x80, 0x20));
31 return make_color_shader(SkColorSetARGB(0x80, 0x10, 0x70, 0x20));
35 return make_color_shader(0x0);

Completed in 275 milliseconds