Searched refs:png_fixed_point (Results 1 - 25 of 39) sorted by relevance

12

/external/libpng/
H A Dpngstruct.h85 png_fixed_point redx, redy;
86 png_fixed_point greenx, greeny;
87 png_fixed_point bluex, bluey;
88 png_fixed_point whitex, whitey;
96 png_fixed_point red_X, red_Y, red_Z;
97 png_fixed_point green_X, green_Y, green_Z;
98 png_fixed_point blue_X, blue_Y, blue_Z;
115 png_fixed_point gamma; /* File gamma */
276 png_fixed_point background_gamma;
291 png_fixed_point screen_gamm
[all...]
H A Dpng.h689 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
1115 int error_action, png_fixed_point red, png_fixed_point green))
1171 int mode, png_fixed_point output_gamma))
1335 int need_expand, png_fixed_point background_gamma))
1384 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
1934 PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed,
1976 png_fixed_point *int_white_x, png_fixed_point *int_white_
[all...]
H A Dpngget.c204 png_fixed_point PNGAPI
215 png_fixed_point res;
338 png_fixed_point result;
367 static png_fixed_point
378 png_fixed_point PNGAPI
388 png_fixed_point PNGAPI
605 png_fixed_point *int_red_X, png_fixed_point *int_red_Y,
606 png_fixed_point *int_red_Z, png_fixed_point *int_green_
[all...]
H A Dpng.c1077 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1088 png_fixed_point gtest;
1121 png_colorspacerp colorspace, png_fixed_point gAMA)
1284 png_fixed_point red_inverse, green_inverse, blue_scale;
1285 png_fixed_point left, right, denominator;
2484 png_fixed_point r = png_ptr->colorspace.end_points_XYZ.red_Y;
2485 png_fixed_point g = png_ptr->colorspace.end_points_XYZ.green_Y;
2486 png_fixed_point b = png_ptr->colorspace.end_points_XYZ.blue_Y;
2487 png_fixed_point total = r+g+b;
3240 png_size_t size, png_fixed_point f
[all...]
H A Dpngconf.h573 typedef png_int_32 png_fixed_point; typedef
590 typedef png_fixed_point * png_fixed_point_p;
591 typedef const png_fixed_point * png_const_fixed_point_p;
612 typedef png_fixed_point * * png_fixed_point_pp;
H A Dpngset.c41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
43 png_fixed_point blue_x, png_fixed_point blue_y)
70 png_fixed_point int_red_X, png_fixed_point int_red_
[all...]
H A Dpngpriv.h767 * In practice this doesn't matter because png_fixed_point only
792 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
984 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
1127 png_fixed_point file_gamma),PNG_EMPTY);
1621 png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
1856 png_charp ascii, png_size_t size, png_fixed_point fp),PNG_EMPTY);
1969 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1975 PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn,
1976 (png_const_structrp png_ptr, png_fixed_point a, png_int_32 multiplied_by,
1985 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciproca
[all...]
H A Dpngrtran.c128 int need_expand, png_fixed_point background_gamma)
211 static png_fixed_point
212 translate_gamma_flags(png_structrp png_ptr, png_fixed_point output_gamma,
250 static png_fixed_point
269 return (png_fixed_point)output_gamma;
277 png_fixed_point output_gamma)
280 png_fixed_point file_gamma;
807 png_set_gamma_fixed(png_structrp png_ptr, png_fixed_point scrn_gamma,
808 png_fixed_point file_gamma)
960 png_fixed_point re
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngstruct.h85 png_fixed_point redx, redy;
86 png_fixed_point greenx, greeny;
87 png_fixed_point bluex, bluey;
88 png_fixed_point whitex, whitey;
96 png_fixed_point red_X, red_Y, red_Z;
97 png_fixed_point green_X, green_Y, green_Z;
98 png_fixed_point blue_X, blue_Y, blue_Z;
115 png_fixed_point gamma; /* File gamma */
276 png_fixed_point background_gamma;
291 png_fixed_point screen_gamm
[all...]
H A Dpng.h694 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
1119 int error_action, png_fixed_point red, png_fixed_point green))
1175 int mode, png_fixed_point output_gamma))
1339 int need_expand, png_fixed_point background_gamma))
1388 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
1937 PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed,
1979 png_fixed_point *int_white_x, png_fixed_point *int_white_
[all...]
H A Dpngget.c204 png_fixed_point PNGAPI
215 png_fixed_point res;
338 png_fixed_point result;
367 static png_fixed_point
378 png_fixed_point PNGAPI
388 png_fixed_point PNGAPI
605 png_fixed_point *int_red_X, png_fixed_point *int_red_Y,
606 png_fixed_point *int_red_Z, png_fixed_point *int_green_
[all...]
H A Dpng.c1036 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1047 png_fixed_point gtest;
1080 png_colorspacerp colorspace, png_fixed_point gAMA)
1243 png_fixed_point red_inverse, green_inverse, blue_scale;
1244 png_fixed_point left, right, denominator;
2445 png_fixed_point r = png_ptr->colorspace.end_points_XYZ.red_Y;
2446 png_fixed_point g = png_ptr->colorspace.end_points_XYZ.green_Y;
2447 png_fixed_point b = png_ptr->colorspace.end_points_XYZ.blue_Y;
2448 png_fixed_point total = r+g+b;
3179 png_size_t size, png_fixed_point f
[all...]
H A Dpngconf.h573 typedef png_int_32 png_fixed_point; typedef
590 typedef png_fixed_point * png_fixed_point_p;
591 typedef const png_fixed_point * png_const_fixed_point_p;
612 typedef png_fixed_point * * png_fixed_point_pp;
H A Dpngset.c41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
43 png_fixed_point blue_x, png_fixed_point blue_y)
70 png_fixed_point int_red_X, png_fixed_point int_red_
[all...]
H A Dpngpriv.h694 * In practice this doesn't matter because png_fixed_point only
719 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
910 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
1053 png_fixed_point file_gamma),PNG_EMPTY);
1496 png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
1731 png_charp ascii, png_size_t size, png_fixed_point fp),PNG_EMPTY);
1844 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1850 PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn,
1851 (png_const_structrp png_ptr, png_fixed_point a, png_int_32 multiplied_by,
1860 PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciproca
[all...]
H A Dpngrtran.c127 int need_expand, png_fixed_point background_gamma)
210 static png_fixed_point
211 translate_gamma_flags(png_structrp png_ptr, png_fixed_point output_gamma,
249 static png_fixed_point
268 return (png_fixed_point)output_gamma;
276 png_fixed_point output_gamma)
279 png_fixed_point file_gamma;
804 png_set_gamma_fixed(png_structrp png_ptr, png_fixed_point scrn_gamma,
805 png_fixed_point file_gamma)
957 png_fixed_point re
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngset.c59 info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5);
60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
61 info_ptr->int_x_red = (png_fixed_point)( red_x*100000.+0.5);
62 info_ptr->int_y_red = (png_fixed_point)( red_y*100000.+0.5);
63 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5);
64 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5);
65 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5);
66 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5);
75 png_fixed_point white_x, png_fixed_point white_
[all...]
H A Dpng.c889 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
890 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
891 png_fixed_point blue_x, png_fixed_point blue_y)
910 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
911 white_y > (png_fixed_point) PNG_UINT_31_MA
[all...]
H A Dpngget.c441 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
442 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
443 png_fixed_point *blue_x, png_fixed_point *blue_y)
491 png_fixed_point *int_file_gamma)
H A Dpngrutil.c674 png_fixed_point igamma;
716 igamma = (png_fixed_point)png_get_uint_32(buf);
825 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
868 int_x_white = (png_fixed_point)uint_x;
869 int_y_white = (png_fixed_point)uint_y;
873 int_x_red = (png_fixed_point)uint_x;
874 int_y_red = (png_fixed_point)uint_y;
878 int_x_green = (png_fixed_point)uint_x;
879 int_y_green = (png_fixed_point)uint_y;
883 int_x_blue = (png_fixed_point)uint_
[all...]
/external/libpng/contrib/gregbook/
H A Dreadpng2.c225 png_fixed_point gamma;
353 (png_fixed_point)(100000*mainprog_ptr->display_exponent+.5), gamma);
356 (png_fixed_point)(100000*mainprog_ptr->display_exponent+.5), 45455);
/external/syslinux/com32/include/
H A Dpng.h1030 png_fixed_point int_gamma PNG_DEPSTRUCT; /* gamma of image, if (valid & PNG_INFO_gAMA) */
1034 png_fixed_point int_x_white PNG_DEPSTRUCT;
1035 png_fixed_point int_y_white PNG_DEPSTRUCT;
1036 png_fixed_point int_x_red PNG_DEPSTRUCT;
1037 png_fixed_point int_y_red PNG_DEPSTRUCT;
1038 png_fixed_point int_x_green PNG_DEPSTRUCT;
1039 png_fixed_point int_y_green PNG_DEPSTRUCT;
1040 png_fixed_point int_x_blue PNG_DEPSTRUCT;
1041 png_fixed_point int_y_blue PNG_DEPSTRUCT;
1479 png_fixed_point int_gamm
[all...]
H A Dpngconf.h1312 typedef png_int_32 png_fixed_point; typedef
1323 typedef png_fixed_point FAR * png_fixed_point_p;
1345 typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
/external/skia/src/codec/
H A DSkPngCodec.cpp329 static float png_fixed_point_to_float(png_fixed_point x) {
337 static float png_inverted_fixed_point_to_float(png_fixed_point x) {
379 png_fixed_point chrm[8];
380 png_fixed_point gamma;
/external/skqp/src/codec/
H A DSkPngCodec.cpp329 static float png_fixed_point_to_float(png_fixed_point x) {
337 static float png_inverted_fixed_point_to_float(png_fixed_point x) {
379 png_fixed_point chrm[8];
380 png_fixed_point gamma;

Completed in 715 milliseconds

12