/external/chromium_org/third_party/libpng/ |
pngrutil.c | 832 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local 876 int_y_white = (png_fixed_point)uint_y; 895 white_y = (float)int_y_white / (float)100000.0; 908 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || 926 (long)int_x_white, (long)int_y_white, 944 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, 1030 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || [all...] |
pngset.c | 60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); 90 info_ptr->int_y_white = white_y; [all...] |
pngget.c | 452 *white_y = info_ptr->int_y_white;
|
pngwrite.c | 97 info_ptr->int_x_white, info_ptr->int_y_white, [all...] |
png.h | [all...] |
/external/libpng/ |
pngrutil.c | 848 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local 892 int_y_white = (png_fixed_point)uint_y; 911 white_y = (float)int_y_white / (float)100000.0; 924 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || 942 (long)int_x_white, (long)int_y_white, 960 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, 1046 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || [all...] |
pngset.c | 60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); 90 info_ptr->int_y_white = white_y; [all...] |
pngget.c | 452 *white_y = info_ptr->int_y_white;
|
pngwrite.c | 97 info_ptr->int_x_white, info_ptr->int_y_white, [all...] |
png.h | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local 783 int_y_white = (png_fixed_point)uint_y; 832 white_y = (float)int_y_white / (float)100000.0; 845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || 863 int_x_white, int_y_white, int_x_red, int_y_red); 880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, 967 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || [all...] |
pngset.c | 74 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); 130 info_ptr->int_y_white = white_y; [all...] |
pngget.c | 420 *white_y = info_ptr->int_y_white;
|
pngwrite.c | 89 info_ptr->int_x_white, info_ptr->int_y_white, [all...] |
png.h | 923 png_fixed_point int_y_white; member in struct:png_info_struct [all...] |