Searched refs:round_height (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dimage_utils.c696 float round_width, round_height; local
707 round_height = (height_scale / 2.0) - (float)half_square_height;
712 if(round_height > 0.0)
715 round_height = 1.0;
737 red += round_width*round_height*(float)COL_RED (vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
740 alpha += round_width*round_height*(float)COL_ALPHA(vcol);
744 red += round_height*(float)COL_RED (vcol);
745 green += round_height*(floa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.c696 float round_width, round_height; local
707 round_height = (height_scale / 2.0) - (float)half_square_height;
712 if(round_height > 0.0)
715 round_height = 1.0;
737 red += round_width*round_height*(float)COL_RED (vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
740 alpha += round_width*round_height*(float)COL_ALPHA(vcol);
744 red += round_height*(float)COL_RED (vcol);
745 green += round_height*(floa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.c696 float round_width, round_height; local
707 round_height = (height_scale / 2.0) - (float)half_square_height;
712 if(round_height > 0.0)
715 round_height = 1.0;
737 red += round_width*round_height*(float)COL_RED (vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
740 alpha += round_width*round_height*(float)COL_ALPHA(vcol);
744 red += round_height*(float)COL_RED (vcol);
745 green += round_height*(floa
[all...]

Completed in 95 milliseconds