Home
last modified time | relevance | path

Searched refs:png_fixed_point (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpnginfo.h90 png_fixed_point gamma;
193 png_fixed_point x_white;
194 png_fixed_point y_white;
195 png_fixed_point x_red;
196 png_fixed_point y_red;
197 png_fixed_point x_green;
198 png_fixed_point y_green;
199 png_fixed_point x_blue;
200 png_fixed_point y_blue;
Dpng.h745 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
1166 int error_action, png_fixed_point red, png_fixed_point green))
1236 int mode, png_fixed_point output_gamma))
1462 int need_expand, png_fixed_point background_gamma))
1513 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
2060 PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed,
2102 png_const_infop info_ptr, png_fixed_point *int_white_x,
2103 png_fixed_point *int_white_y, png_fixed_point *int_red_x,
2104 png_fixed_point *int_red_y, png_fixed_point *int_green_x,
2105 png_fixed_point *int_green_y, png_fixed_point *int_blue_x,
[all …]
Dpngpriv.h618 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
620 PNG_EXTERN png_fixed_point png_fixed PNGARG((png_structp png_ptr, double fp,
828 png_fixed_point file_gamma));
845 png_fixed_point int_white_x, png_fixed_point int_white_y,
846 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
847 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
848 png_fixed_point int_blue_y));
1349 png_fixed_point int_white_x, png_fixed_point int_white_y,
1350 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
1351 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
[all …]
Dpngconf.h523 typedef png_int_32 png_fixed_point; typedef
540 typedef png_fixed_point FAR * png_fixed_point_p;
541 typedef PNG_CONST png_fixed_point FAR * png_const_fixed_point_p;
562 typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
Dpngstruct.h157 png_fixed_point background_gamma;
172 png_fixed_point gamma; /* file gamma value */
173 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
Dpngrtran.c96 int need_expand, png_fixed_point background_gamma) in png_set_background_fixed()
180 static png_fixed_point
181 translate_gamma_flags(png_structp png_ptr, png_fixed_point output_gamma, in translate_gamma_flags()
217 static png_fixed_point
236 return (png_fixed_point)output_gamma; in convert_gamma_value()
244 png_fixed_point output_gamma) in png_set_alpha_mode_fixed()
247 png_fixed_point file_gamma; in png_set_alpha_mode_fixed()
769 png_set_gamma_fixed(png_structp png_ptr, png_fixed_point scrn_gamma, in png_set_gamma_fixed()
770 png_fixed_point file_gamma) in png_set_gamma_fixed()
930 png_fixed_point red, png_fixed_point green) in png_set_rgb_to_gray_fixed()
[all …]