Lines Matching refs:png_fixed_point
109 ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
254 static png_fixed_point
258 return (png_fixed_point)d; in fix()
3298 png_fixed_point gamma;
3322 me->gamma = (png_fixed_point)g; in gama_modification_init()
3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by;
7587 png_fixed_point red_to_set;
7588 png_fixed_point green_to_set;
7792 # define API_type png_fixed_point in image_transform_png_set_rgb_to_gray_set()
9307 png_fixed_point g = fix(sg); in gamma_info_imp()
9325 png_fixed_point f = fix(dp->file_gamma); in gamma_info_imp()
9342 png_fixed_point s = fix(dp->screen_gamma); in gamma_info_imp()
9343 png_fixed_point f = fix(dp->file_gamma); in gamma_info_imp()
9355 png_fixed_point g = fix(bg); in gamma_info_imp()