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

/external/libpng/
H A Dpngread.c3880 png_fixed_point gtest; local
3887 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
3888 PNG_FP_1) && !png_gamma_significant(gtest))
H A Dpngrtran.c1084 png_fixed_point gtest; local
1085 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
1086 png_gamma_significant(gtest);
H A Dpng.c1046 png_fixed_point gtest; local
1049 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
1050 png_gamma_significant(gtest)))

Completed in 428 milliseconds