Searched refs:COL_GREEN (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.c57 #define COL_GREEN(col) ((col >> 16) & 0xFF) macro
620 (uint8_t)((COL_GREEN(vcol1)*(1.0-x_dist)
621 + COL_GREEN(vcol2)*(x_dist))*(1.0-y_dist)
622 + (COL_GREEN(vcol3)*(1.0-x_dist)
623 + COL_GREEN(vcol4)*(x_dist))*(y_dist)),
675 green += COL_GREEN(vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
745 green += round_height*(float)COL_GREEN(vcol);
752 green += round_width*(float)COL_GREEN(vcol);
759 green += (float)COL_GREEN(vco
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.c57 #define COL_GREEN(col) ((col >> 16) & 0xFF) macro
620 (uint8_t)((COL_GREEN(vcol1)*(1.0-x_dist)
621 + COL_GREEN(vcol2)*(x_dist))*(1.0-y_dist)
622 + (COL_GREEN(vcol3)*(1.0-x_dist)
623 + COL_GREEN(vcol4)*(x_dist))*(y_dist)),
675 green += COL_GREEN(vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
745 green += round_height*(float)COL_GREEN(vcol);
752 green += round_width*(float)COL_GREEN(vcol);
759 green += (float)COL_GREEN(vco
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.c57 #define COL_GREEN(col) ((col >> 16) & 0xFF) macro
620 (uint8_t)((COL_GREEN(vcol1)*(1.0-x_dist)
621 + COL_GREEN(vcol2)*(x_dist))*(1.0-y_dist)
622 + (COL_GREEN(vcol3)*(1.0-x_dist)
623 + COL_GREEN(vcol4)*(x_dist))*(y_dist)),
675 green += COL_GREEN(vcol);
738 green += round_width*round_height*(float)COL_GREEN(vcol);
745 green += round_height*(float)COL_GREEN(vcol);
752 green += round_width*(float)COL_GREEN(vcol);
759 green += (float)COL_GREEN(vco
[all...]

Completed in 70 milliseconds