HomeSort by relevance Sort by last modified time
    Searched refs:shade (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Vignette.java 32 private float shade = 0.5f; field in class:Vignette
47 t.setText("Shade");
76 shade = progress / 100.0f;
98 center_y, scale, shade, slope); local
103 center_y, scale, shade, slope); local
108 scale, shade, slope); local
113 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_pipe.c 56 insert_stage_at_head( sp, sp->quad.shade );
61 insert_stage_at_head( sp, sp->quad.shade );
sp_context.c 105 if (softpipe->quad.shade)
106 softpipe->quad.shade->destroy( softpipe->quad.shade );
271 softpipe->quad.shade = sp_quad_shade_stage(softpipe);
sp_context.h 152 struct quad_stage *shade; member in struct:softpipe_context::__anon18548
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.c 56 insert_stage_at_head( sp, sp->quad.shade );
61 insert_stage_at_head( sp, sp->quad.shade );
sp_context.c 105 if (softpipe->quad.shade)
106 softpipe->quad.shade->destroy( softpipe->quad.shade );
271 softpipe->quad.shade = sp_quad_shade_stage(softpipe);
sp_context.h 152 struct quad_stage *shade; member in struct:softpipe_context::__anon31945
  /system/core/libpixelflinger/
pixelflinger.cpp 221 c->shade.r0 = gglFixedToIteratedColor(color[0]);
222 c->shade.g0 = gglFixedToIteratedColor(color[1]);
223 c->shade.b0 = gglFixedToIteratedColor(color[2]);
224 c->shade.a0 = gglFixedToIteratedColor(color[3]);
235 c->shade.r0 = grad[ 0] + round;
236 c->shade.drdx = grad[ 1];
237 c->shade.drdy = grad[ 2];
238 c->shade.g0 = grad[ 3] + round;
239 c->shade.dgdx = grad[ 4];
240 c->shade.dgdy = grad[ 5]
    [all...]
scanline.cpp 656 r = (xs * c->shade.drdx) + ci.ydrdy;
657 g = (xs * c->shade.dgdx) + ci.ydgdy;
658 b = (xs * c->shade.dbdx) + ci.ydbdy;
659 a = (xs * c->shade.dadx) + ci.ydady;
660 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
661 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
662 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
663 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
672 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
673 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Vignette.java 36 private float shade = 0.5f; field in class:Vignette
51 t.setText("Shade");
80 shade = progress / 100.0f;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
112 scale, shade, slope); local
117 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Vignette.java 32 private float shade = 0.5f; field in class:Vignette
47 t.setText("Shade");
77 shade = progress / 100.0f;
104 center_y, scale, shade, slope); local
109 center_y, scale, shade, slope); local
114 scale, shade, slope); local
119 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /external/chromium_org/third_party/skia/include/effects/
SkPerlinNoiseShader.h 86 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
  /external/skia/include/effects/
SkPerlinNoiseShader.h 86 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
  /system/core/include/private/pixelflinger/
ggl_context.h 152 GGL_RESERVE_NEEDS( SHADE, 6, 1 )
412 texture_shade_t shade; member in struct:android::texture_t
531 shade_t shade; member in struct:android::context_t
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 440 SkPMColor SkPerlinNoiseShader::PerlinNoiseShaderContext::shade( function in class:SkPerlinNoiseShader::PaintingData::SkPerlinNoiseShader::PerlinNoiseShaderContext
488 result[i] = shade(point, stitchData);
500 result[i] = SkDitherRGB32To565(shade(point, stitchData), dither);
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 418 SkPMColor SkPerlinNoiseShader::PerlinNoiseShaderContext::shade(
470 result[i] = shade(point, stitchData);
482 result[i] = SkDitherRGB32To565(shade(point, stitchData), dither);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
file_manager.css 1242 div.shade {
1253 div.shade[fadein] {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js     [all...]
  /external/fonttools/Lib/fontTools/
agl.py 408 2593;dkshade;DARK SHADE
522 2591;ltshade;LIGHT SHADE
627 2592;shade;MEDIUM SHADE

Completed in 541 milliseconds

1 2