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

1 2

  /external/libpng/
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...]
png.h 689 #define PNG_FP_MAX ((png_fixed_point)0x7fffffffL)
    [all...]
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...]
png.c     [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;
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...]
pngpriv.h 767 * In practice this doesn't matter because png_fixed_point only
792 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
    [all...]
pngrtran.c 128 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 red, png_fixed_point green
    [all...]