Searched defs:png_muldiv (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c1560 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
1684 if (png_muldiv(&result, a, times, divisor))
1705 if (png_muldiv(&res, 100000, 100000, a))
1727 if (png_muldiv(&res, a, b, 100000))
2108 if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1))
2131 if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1))

Completed in 54 milliseconds