Searched refs:round_width (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
706 round_width = (width_scale / 2.0) - (float)half_square_width;
708 if(round_width > 0.0)
711 round_width = 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);
751 red += round_width*(float)COL_RED (vcol);
752 green += round_width*(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
706 round_width = (width_scale / 2.0) - (float)half_square_width;
708 if(round_width > 0.0)
711 round_width = 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);
751 red += round_width*(float)COL_RED (vcol);
752 green += round_width*(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
706 round_width = (width_scale / 2.0) - (float)half_square_width;
708 if(round_width > 0.0)
711 round_width = 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);
751 red += round_width*(float)COL_RED (vcol);
752 green += round_width*(floa
[all...]

Completed in 213 milliseconds