Searched defs:int_white_x (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/libpng/ |
H A D | pngset.c | 536 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local 558 int_white_x = 31270L; 580 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x,
|
H A D | pngwutil.c | 998 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, local 1003 int_white_x = (png_uint_32)(white_x * 100000.0 + 0.5); 1013 if (png_check_cHRM_fixed(png_ptr, int_white_x, int_white_y, 1019 png_save_uint_32(buf, int_white_x);
|
/external/libpng/ |
H A D | pngset.c | 536 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local 558 int_white_x = 31270L; 580 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x,
|
H A D | pngwutil.c | 998 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, local 1003 int_white_x = (png_uint_32)(white_x * 100000.0 + 0.5); 1013 if (png_check_cHRM_fixed(png_ptr, int_white_x, int_white_y, 1019 png_save_uint_32(buf, int_white_x);
|
/external/qemu/distrib/libpng-1.2.19/ |
H A D | pngset.c | 620 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local 643 int_white_x = 31270L; 653 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, int_green_y,
|
Completed in 128 milliseconds