Searched refs:png_fixed_point (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | png.h | 658 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL) 1084 int error_action, png_fixed_point red, png_fixed_point green)) 1140 int mode, png_fixed_point output_gamma)) 1304 int need_expand, png_fixed_point background_gamma)) 1353 png_fixed_point screen_gamma, png_fixed_point override_file_gamma)) 1903 PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed, 1945 png_fixed_point *int_white_x, png_fixed_point *int_white_y, 1946 png_fixed_point *int_red_x, png_fixed_point *int_red_y, 1947 png_fixed_point *int_green_x, png_fixed_point *int_green_y, 1948 png_fixed_point *int_blue_x, png_fixed_point *int_blue_y)) [all …]
|
| D | pngconf.h | 574 typedef png_int_32 png_fixed_point; typedef 591 typedef png_fixed_point * png_fixed_point_p; 592 typedef const png_fixed_point * png_const_fixed_point_p; 613 typedef png_fixed_point * * png_fixed_point_pp;
|