Home
last modified time | relevance | path

Searched refs:wp_r_end (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daargb.c343 double wp_r_end = 0, wp_g_end = 0, wp_b_end = 0; in AARGB_MAIN() local
927 wp_r_end = wp_r / temp3; in AARGB_MAIN()
988 RGB_TO_HSL (wp_r_end, wp_g_end, wp_b_end, &H, &S, &L); in AARGB_MAIN()
1016 RGB_TO_HSL (wp_r_end, wp_g_end, wp_b_end, &H, &S, &L); in AARGB_MAIN()
1018 HSL_TO_RGB (H, S, L, &wp_r_end, &wp_g_end, &wp_b_end); in AARGB_MAIN()
1020 wp_end = (wp_r_end + wp_g_end + wp_b_end) / 3; in AARGB_MAIN()
1240 … col_r2 = bp_r_end + (col_r2 - bp_r_end) * (wp_r_end - bp_r_end) / (wp_r - bp_r_end); } in AARGB_MAIN()
1251 temp3 = bp_r_end + (bp_r - bp_r_end) * (wp_r_end - bp_r_end) / (wp_r - bp_r_end); } in AARGB_MAIN()
1252 if ((col_r2 < wp_r_end) && (wp_r_end != temp3)) { in AARGB_MAIN()
1253 … col_r2 = wp_r_end - (wp_r_end - col_r2) * (wp_r_end - bp_r_end) / (wp_r_end - temp3); } in AARGB_MAIN()