Searched refs:png_fixed_point (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngset.c | 71 info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5); 72 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); 73 info_ptr->int_x_red = (png_fixed_point)( red_x*100000.+0.5); 74 info_ptr->int_y_red = (png_fixed_point)( red_y*100000.+0.5); 75 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); 76 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); 77 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5); 78 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5); 86 png_fixed_point white_x, png_fixed_point white_ [all...] |
H A D | png.h | 874 png_fixed_point int_gamma; /* gamma of image, if (valid & PNG_INFO_gAMA) */ 878 png_fixed_point int_x_white; 879 png_fixed_point int_y_white; 880 png_fixed_point int_x_red; 881 png_fixed_point int_y_red; 882 png_fixed_point int_x_green; 883 png_fixed_point int_y_green; 884 png_fixed_point int_x_blue; 885 png_fixed_point int_y_blue; 1306 png_fixed_point int_gamm [all...] |
H A D | pngget.c | 408 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x, 409 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, 410 png_fixed_point *blue_x, png_fixed_point *blue_y) 456 png_fixed_point *int_file_gamma)
|
H A D | pngconf.h | 1127 typedef png_int_32 png_fixed_point; typedef 1138 typedef png_fixed_point FAR * png_fixed_point_p; 1160 typedef png_fixed_point FAR * FAR * png_fixed_point_pp;
|
H A D | pngrutil.c | 570 png_fixed_point igamma; 612 igamma = (png_fixed_point)png_get_uint_32(buf); 721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, 771 int_x_white = (png_fixed_point)uint_x; 772 int_y_white = (png_fixed_point)uint_y; 787 int_x_red = (png_fixed_point)uint_x; 788 int_y_red = (png_fixed_point)uint_y; 803 int_x_green = (png_fixed_point)uint_x; 804 int_y_green = (png_fixed_point)uint_y; 819 int_x_blue = (png_fixed_point)uint_ [all...] |
H A D | pngwutil.c | 685 png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma) 971 png_write_cHRM_fixed(png_structp png_ptr, png_fixed_point white_x, 972 png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y, 973 png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x, 974 png_fixed_point blue_y)
|
H A D | pngtest.c | 819 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, 831 png_fixed_point gamma;
|
H A D | pngrtran.c | 621 png_fixed_point red, png_fixed_point green)
|
Completed in 360 milliseconds