Searched refs:png_fixed_point_to_float (Results 1 – 2 of 2) sorted by relevance
332 static float png_fixed_point_to_float(png_fixed_point x) { in png_fixed_point_to_float() function342 return 1.0f / png_fixed_point_to_float(x); in png_inverted_fixed_point_to_float()390 float rx = png_fixed_point_to_float(chrm[2]); in read_color_profile()391 float ry = png_fixed_point_to_float(chrm[3]); in read_color_profile()392 float gx = png_fixed_point_to_float(chrm[4]); in read_color_profile()393 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile()394 float bx = png_fixed_point_to_float(chrm[6]); in read_color_profile()395 float by = png_fixed_point_to_float(chrm[7]); in read_color_profile()396 float wx = png_fixed_point_to_float(chrm[0]); in read_color_profile()397 float wy = png_fixed_point_to_float(chrm[1]); in read_color_profile()
334 static float png_fixed_point_to_float(png_fixed_point x) { in png_fixed_point_to_float() function344 return 1.0f / png_fixed_point_to_float(x); in png_inverted_fixed_point_to_float()392 float rx = png_fixed_point_to_float(chrm[2]); in read_color_profile()393 float ry = png_fixed_point_to_float(chrm[3]); in read_color_profile()394 float gx = png_fixed_point_to_float(chrm[4]); in read_color_profile()395 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile()396 float bx = png_fixed_point_to_float(chrm[6]); in read_color_profile()397 float by = png_fixed_point_to_float(chrm[7]); in read_color_profile()398 float wx = png_fixed_point_to_float(chrm[0]); in read_color_profile()399 float wy = png_fixed_point_to_float(chrm[1]); in read_color_profile()