Home
last modified time | relevance | path

Searched defs:shade (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DderivedClasses.js3 public shade() { method in Red
10 public shade() { return "some shade"; } method in Color
16 public shade() { method in Blue
54 Red.prototype.shade = function () { method in Red
64 Color.prototype.shade = function () { return "some shade"; }; method in Color
73 Blue.prototype.shade = function () { method in Blue
DcommentsdoNotEmitComments.js92 var shade: color = color.green; variable
/third_party/typescript/tests/cases/compiler/
DderivedClasses.ts2 public shade() { method in Red
9 public shade() { return "some shade"; } method in Color
15 public shade() { method in Blue
DcommentsdoNotEmitComments.ts95 var shade: color = color.green; variable
/third_party/flutter/skia/gm/
Dannotated_text.cpp31 SkPaint shade; in draw_url_annotated_text_with_box() local
/third_party/skia/gm/
Dannotated_text.cpp31 SkPaint shade; in draw_url_annotated_text_with_box() local
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c109 guint *shade = scope->shade; in gst_synae_scope_init() local
226 guint *shade = scope->shade; in gst_synae_scope_render() local
Dgstsynaescope.h46 guint shade[256]; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DColor.hpp461 inline Color<T> Color<T>::shade(const Color<T> &c1, const Color<T> &c2, float d) in shade() function in sw::Color
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.h165 struct quad_stage *shade; member
/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp511 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade( in shade() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
/third_party/flutter/skia/src/shaders/
DSkPerlinNoiseShader.cpp632 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade( in shade() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
/third_party/weston/tests/
Dweston-test-client-helper.c1419 pixman_image_t *shade; in visualize_image_difference() local
/third_party/python/Lib/test/
Dtest_enum.py1677 def shade(self): member in TestEnum.test_extending2.Shade
1691 def shade(self): member in TestEnum.test_extending3.Shade