Searched refs:png_muldiv (Results 1 - 4 of 4) 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))
H A Dpngget.c230 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
328 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
H A Dpngpriv.h1333 PNG_EXTERN int png_muldiv PNGARG((png_fixed_point_p res, png_fixed_point a,
1352 * not exact - use png_muldiv for that.
H A Dpngrtran.c1085 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||

Completed in 266 milliseconds