Searched refs:COL_BLUE (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.c58 #define COL_BLUE(col) ((col >> 8) & 0xFF) macro
624 (uint8_t)((COL_BLUE(vcol1)*(1.0-x_dist)
625 + COL_BLUE(vcol2)*(x_dist))*(1.0-y_dist)
626 + (COL_BLUE(vcol3)*(1.0-x_dist)
627 + COL_BLUE(vcol4)*(x_dist))*(y_dist)),
676 blue += COL_BLUE(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
746 blue += round_height*(float)COL_BLUE (vcol);
753 blue += round_width*(float)COL_BLUE (vcol);
760 blue += (float)COL_BLUE (vco
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.c58 #define COL_BLUE(col) ((col >> 8) & 0xFF) macro
624 (uint8_t)((COL_BLUE(vcol1)*(1.0-x_dist)
625 + COL_BLUE(vcol2)*(x_dist))*(1.0-y_dist)
626 + (COL_BLUE(vcol3)*(1.0-x_dist)
627 + COL_BLUE(vcol4)*(x_dist))*(y_dist)),
676 blue += COL_BLUE(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
746 blue += round_height*(float)COL_BLUE (vcol);
753 blue += round_width*(float)COL_BLUE (vcol);
760 blue += (float)COL_BLUE (vco
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.c58 #define COL_BLUE(col) ((col >> 8) & 0xFF) macro
624 (uint8_t)((COL_BLUE(vcol1)*(1.0-x_dist)
625 + COL_BLUE(vcol2)*(x_dist))*(1.0-y_dist)
626 + (COL_BLUE(vcol3)*(1.0-x_dist)
627 + COL_BLUE(vcol4)*(x_dist))*(y_dist)),
676 blue += COL_BLUE(vcol);
739 blue += round_width*round_height*(float)COL_BLUE (vcol);
746 blue += round_height*(float)COL_BLUE (vcol);
753 blue += round_width*(float)COL_BLUE (vcol);
760 blue += (float)COL_BLUE (vco
[all...]

Completed in 114 milliseconds