Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_fixed_point

918    png_fixed_point int_gamma; /* gamma of image, if (valid & PNG_INFO_gAMA) */
922 png_fixed_point int_x_white;
923 png_fixed_point int_y_white;
924 png_fixed_point int_x_red;
925 png_fixed_point int_y_red;
926 png_fixed_point int_x_green;
927 png_fixed_point int_y_green;
928 png_fixed_point int_x_blue;
929 png_fixed_point int_y_blue;
1352 png_fixed_point int_gamma;
1573 int error_action, png_fixed_point red, png_fixed_point green ));
2195 png_infop info_ptr, png_fixed_point *int_white_x, png_fixed_point
2196 *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y,
2197 png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point
2198 *int_blue_x, png_fixed_point *int_blue_y));
2210 png_infop info_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y,
2211 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
2212 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
2213 png_fixed_point int_blue_y));
2223 png_infop info_ptr, png_fixed_point *int_file_gamma));
2232 png_infop info_ptr, png_fixed_point int_file_gamma));
3033 PNG_EXTERN void png_write_gAMA_fixed PNGARG((png_structp png_ptr, png_fixed_point
3052 png_fixed_point int_white_x, png_fixed_point int_white_y,
3053 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
3054 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
3055 png_fixed_point int_blue_y));