Searched defs:shade (Results 1 – 11 of 11) sorted by relevance
3 public shade() { method in Red10 public shade() { return "some shade"; } method in Color16 public shade() { method in Blue54 Red.prototype.shade = function () { method in Red64 Color.prototype.shade = function () { return "some shade"; }; method in Color73 Blue.prototype.shade = function () { method in Blue
92 var shade: color = color.green; variable
2 public shade() { method in Red9 public shade() { return "some shade"; } method in Color15 public shade() { method in Blue
95 var shade: color = color.green; variable
31 SkPaint shade; in draw_url_annotated_text_with_box() local
109 guint *shade = scope->shade; in gst_synae_scope_init() local226 guint *shade = scope->shade; in gst_synae_scope_render() local
46 guint shade[256]; member
461 inline Color<T> Color<T>::shade(const Color<T> &c1, const Color<T> &c2, float d) in shade() function in sw::Color
150 struct quad_stage *shade; member
511 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade( in shade() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
1677 def shade(self): member in TestEnum.test_extending2.Shade1691 def shade(self): member in TestEnum.test_extending3.Shade