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

1 2

  /external/opencv3/3rdparty/libpng/
pngget.c 185 png_fixed_point PNGAPI
195 png_fixed_point res;
299 png_fixed_point result;
328 static png_fixed_point
339 png_fixed_point PNGAPI
349 png_fixed_point PNGAPI
468 png_fixed_point *int_red_X, png_fixed_point *int_red_Y,
469 png_fixed_point *int_red_Z, png_fixed_point *int_green_X
    [all...]
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...]
pngset.c 41 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)
69 png_fixed_point int_red_X, png_fixed_point int_red_Y
    [all...]
png.h 742 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
    [all...]
png.c 781 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
782 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
783 png_fixed_point blue_x, png_fixed_point blue_y)
890 png_fixed_point red_inverse, green_inverse, blue_scale;
891 png_fixed_point left, right, denominator
    [all...]
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) */
pngconf.h 521 typedef png_int_32 png_fixed_point; typedef
538 typedef png_fixed_point FAR * png_fixed_point_p;
539 typedef PNG_CONST png_fixed_point FAR * png_const_fixed_point_p;
560 typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
  /external/libpng/
pngget.c 204 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_X
    [all...]
pngstruct.h 85 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_gamma; /* screen gamma value (display_exponent) *
    [all...]
pngset.c 41 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_Y
    [all...]
png.h 694 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
    [all...]
png.c 1036 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1047 png_fixed_point gtest;
    [all...]
pngpriv.h 694 * In practice this doesn't matter because png_fixed_point only
719 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
    [all...]
pngconf.h 573 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;
  /external/pdfium/third_party/lpng_v163/
pngget.c 190 png_fixed_point PNGAPI
200 png_fixed_point res;
307 png_fixed_point result;
336 static png_fixed_point
347 png_fixed_point PNGAPI
357 png_fixed_point PNGAPI
572 png_fixed_point *int_red_X, png_fixed_point *int_red_Y,
573 png_fixed_point *int_red_Z, png_fixed_point *int_green_X,
    [all...]
pngstruct.h 86 png_fixed_point redx, redy;
87 png_fixed_point greenx, greeny;
88 png_fixed_point bluex, bluey;
89 png_fixed_point whitex, whitey;
97 png_fixed_point red_X, red_Y, red_Z;
98 png_fixed_point green_X, green_Y, green_Z;
99 png_fixed_point blue_X, blue_Y, blue_Z;
116 png_fixed_point gamma; /* File gamma */
272 png_fixed_point background_gamma;
287 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
    [all...]
pngset.c 40 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
41 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
42 png_fixed_point blue_x, png_fixed_point blue_y)
69 png_fixed_point int_red_X, png_fixed_point int_red_Y,
    [all...]
png.h     [all...]
pngpriv.h 627 * In practice this doesn't matter because png_fixed_point only
652 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
    [all...]
png.c 971 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
982 png_fixed_point gtest;
    [all...]
  /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...]
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) */

Completed in 439 milliseconds

1 2