Home
last modified time | relevance | path

Searched refs:shade (Results 1 – 25 of 33) sorted by relevance

12

/external/autotest/tko/
Ddisplay.py182 shade = '0pct'
184 shade = '75pct'
186 shade = '85pct'
188 shade = '90pct'
190 shade = '95pct'
192 shade = '100pct'
194 return shade
197 def status_html(db, box_data, shade): argument
264 shade = shade_from_status_count(db.status_idx, status_count)
265 html,tooltip = status_html(db, box_data, shade)
[all …]
/external/skia/gm/
Dannotated_text.cpp21 SkPaint shade; in draw_url_annotated_text_with_box() local
22 shade.setColor(0x80346180); in draw_url_annotated_text_with_box()
23 canvas->drawRect(bounds, shade); in draw_url_annotated_text_with_box()
/external/skqp/gm/
Dannotated_text.cpp21 SkPaint shade; in draw_url_annotated_text_with_box() local
22 shade.setColor(0x80346180); in draw_url_annotated_text_with_box()
23 canvas->drawRect(bounds, shade); in draw_url_annotated_text_with_box()
/external/ImageMagick/Magick++/tests/
Dcolor.cpp122 if ( gray.shade() < value - max_error || gray.shade() > value + max_error ) in main()
127 << gray.shade() in main()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c58 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
63 insert_stage_at_head( sp, sp->quad.shade ); in sp_build_quad_pipeline()
Dsp_context.c77 if (softpipe->quad.shade) in softpipe_destroy()
78 softpipe->quad.shade->destroy( softpipe->quad.shade ); in softpipe_destroy()
265 softpipe->quad.shade = sp_quad_shade_stage(softpipe); in softpipe_create_context()
Dsp_context.h168 struct quad_stage *shade; member
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h257 void shade(const double shade_);
258 double shade(void) const;
DImage.h1300 void shade(const double azimuth_=30,const double elevation_=30,
/external/swiftshader/src/Renderer/
DColor.hpp53 static Color<T> shade(const Color<T> &c1, const Color<T> &c2, float d);
461 inline Color<T> Color<T>::shade(const Color<T> &c1, const Color<T> &c2, float d) in shade() function in sw::Color
/external/ImageMagick/Magick++/lib/
DColor.cpp553 void Magick::ColorGray::shade(double shade_) in shade() function in Magick::ColorGray
561 double Magick::ColorGray::shade(void) const in shade() function in Magick::ColorGray
DSTL.cpp949 image_.shade( _azimuth, _elevation, _colorShading ); in operator ()()
/external/ImageMagick/MagickCore/
Deffect.c3456 shade; in ShadeImage() local
3515 shade=light.z; in ShadeImage()
3518 shade=0.0; in ShadeImage()
3525 shade=distance/sqrt((double) normal_distance); in ShadeImage()
3556 SetPixelChannel(shade_image,channel,ClampToQuantum(shade),q); in ShadeImage()
3559 SetPixelChannel(shade_image,channel,ClampToQuantum(QuantumScale*shade* in ShadeImage()
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp347 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
626 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade( in shade() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
681 result[i] = shade(point, stitchData); in shadeSpan()
/external/skqp/src/shaders/
DSkPerlinNoiseShader.cpp340 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
619 SkPMColor SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext::shade( in shade() function in SkPerlinNoiseShaderImpl::PerlinNoiseShaderContext
674 result[i] = shade(point, stitchData); in shadeSpan()
/external/ImageMagick/Magick++/demo/
Ddemo.cpp395 example.shade( 30, 30, false ); in main()
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po153 msgid "A post-processing filter to cel-shade the output"
Dde.po154 msgid "A post-processing filter to cel-shade the output"
Dfr.po152 msgid "A post-processing filter to cel-shade the output"
Dsv.po151 msgid "A post-processing filter to cel-shade the output"
Des.po161 msgid "A post-processing filter to cel-shade the output"
Dca.po179 msgid "A post-processing filter to cel-shade the output"
/external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/assets/
Dlabels_imagenet_slim.txt907 window shade
Dlabels_mobilenet_quant_v1_224.txt907 window shade
/external/brotli/tests/testdata/
Dplrabn12.txt2495 Of night's extended shade,) from eastern point
2553 For sight no obstacle found here, nor shade,
2822 Insuperable height of loftiest shade,
2825 Shade above shade, a woody theatre
2931 The open field, and where the unpierced shade
3011 Under a tuft of shade that on a green
3137 Under a shade on flowers, much wondering where
3218 Or in thick shade retired, from him to draw
3258 Mine eye pursued him still, but under shade
3379 Of thickest covert was inwoven shade
[all …]

12