HomeSort by relevance Sort by last modified time
    Searched refs:png_fixed_point (Results 1 - 25 of 30) sorted by null

1 2

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 90 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;
pngpriv.h 593 * In practice this doesn't matter because png_fixed_point only
618 ((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
    [all...]
png.h 745 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
    [all...]
pngconf.h 523 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;
pngstruct.h 157 png_fixed_point background_gamma;
172 png_fixed_point gamma; /* file gamma value */
173 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
pngrtran.c 96 int need_expand, png_fixed_point background_gamma)
180 static png_fixed_point
181 translate_gamma_flags(png_structp png_ptr, png_fixed_point output_gamma,
217 static png_fixed_point
236 return (png_fixed_point)output_gamma;
244 png_fixed_point output_gamma)
247 png_fixed_point file_gamma;
769 png_set_gamma_fixed(png_structp png_ptr, png_fixed_point scrn_gamma,
770 png_fixed_point file_gamma)
930 png_fixed_point red, png_fixed_point green
    [all...]
  /external/libpng/
png.c 859 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
860 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
861 png_fixed_point blue_x, png_fixed_point blue_y)
880 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
881 white_y > (png_fixed_point) PNG_UINT_31_MAX |
    [all...]
pngset.c 59 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_y, png_fixed_point red_x
    [all...]
png.h     [all...]
pngget.c 441 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)
pngrutil.c 697 png_fixed_point igamma;
739 igamma = (png_fixed_point)png_get_uint_32(buf);
848 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
891 int_x_white = (png_fixed_point)uint_x;
892 int_y_white = (png_fixed_point)uint_y;
896 int_x_red = (png_fixed_point)uint_x;
897 int_y_red = (png_fixed_point)uint_y;
901 int_x_green = (png_fixed_point)uint_x;
902 int_y_green = (png_fixed_point)uint_y;
906 int_x_blue = (png_fixed_point)uint_x
    [all...]
pngconf.h 1316 typedef png_int_32 png_fixed_point; typedef
    [all...]
pngwutil.c 730 png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma)
998 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y,
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 73 info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5);
74 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
75 info_ptr->int_x_red = (png_fixed_point)( red_x*100000.+0.5);
76 info_ptr->int_y_red = (png_fixed_point)( red_y*100000.+0.5);
77 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5);
78 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5);
79 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5);
80 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5);
88 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x
    [all...]
png.h     [all...]
pngget.c 410 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
411 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
412 png_fixed_point *blue_x, png_fixed_point *blue_y)
458 png_fixed_point *int_file_gamma)
pngconf.h 1193 typedef png_int_32 png_fixed_point; typedef
    [all...]
pngwutil.c 691 png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma)
1003 png_write_cHRM_fixed(png_structp png_ptr, png_fixed_point white_x,
1004 png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y,
1005 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x,
1006 png_fixed_point blue_y)
    [all...]
  /external/chromium_org/third_party/libpng/
pngset.c 59 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_y, png_fixed_point red_x
    [all...]
png.c 889 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_MAX |
    [all...]
png.h     [all...]
pngget.c 441 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)
pngrutil.c 681 png_fixed_point igamma;
723 igamma = (png_fixed_point)png_get_uint_32(buf);
832 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
875 int_x_white = (png_fixed_point)uint_x;
876 int_y_white = (png_fixed_point)uint_y;
880 int_x_red = (png_fixed_point)uint_x;
881 int_y_red = (png_fixed_point)uint_y;
885 int_x_green = (png_fixed_point)uint_x;
886 int_y_green = (png_fixed_point)uint_y;
890 int_x_blue = (png_fixed_point)uint_x
    [all...]
pngconf.h 1312 typedef png_int_32 png_fixed_point; typedef
    [all...]
pngwutil.c 730 png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma)
998 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y,
    [all...]

Completed in 396 milliseconds

1 2