Lines Matching refs:png_fixed_point
874 png_fixed_point int_gamma; /* gamma of image, if (valid & PNG_INFO_gAMA) */
878 png_fixed_point int_x_white;
879 png_fixed_point int_y_white;
880 png_fixed_point int_x_red;
881 png_fixed_point int_y_red;
882 png_fixed_point int_x_green;
883 png_fixed_point int_y_green;
884 png_fixed_point int_x_blue;
885 png_fixed_point int_y_blue;
1306 png_fixed_point int_gamma;
1508 int error_action, png_fixed_point red, png_fixed_point green ));
2124 png_infop info_ptr, png_fixed_point *int_white_x, png_fixed_point
2125 *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y,
2126 png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point
2127 *int_blue_x, png_fixed_point *int_blue_y));
2139 png_infop info_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y,
2140 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
2141 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
2142 png_fixed_point int_blue_y));
2152 png_infop info_ptr, png_fixed_point *int_file_gamma));
2161 png_infop info_ptr, png_fixed_point int_file_gamma));
2952 PNG_EXTERN void png_write_gAMA_fixed PNGARG((png_structp png_ptr, png_fixed_point
2971 png_fixed_point int_white_x, png_fixed_point int_white_y,
2972 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
2973 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
2974 png_fixed_point int_blue_y));