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

  /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 640 r = (xs * c->shade.drdx) + ci.ydrdy;
641 g = (xs * c->shade.dgdx) + ci.ydgdy;
642 b = (xs * c->shade.dbdx) + ci.ydbdy;
643 a = (xs * c->shade.dadx) + ci.ydady;
644 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
645 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
646 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
647 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
656 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
657 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/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));
  /frameworks/rs/java/tests/ImageProcessing_jb/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 * exp(sloped_dist_ratio));
  /system/core/include/private/pixelflinger/
ggl_context.h 152 GGL_RESERVE_NEEDS( SHADE, 6, 1 )
410 texture_shade_t shade; member in struct:android::texture_t
529 shade_t shade; member in struct:android::context_t
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 490 milliseconds