HomeSort by relevance Sort by last modified time
    Searched defs:int_red_x (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngset.c 536 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local
560 int_red_x = 64000L;
580 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x,
    [all...]
pngwutil.c 998 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, local
1005 int_red_x = (png_uint_32)(red_x * 100000.0 + 0.5);
1014 int_red_x, int_red_y, int_green_x, int_green_y, int_blue_x, int_blue_y))
1022 png_save_uint_32(buf + 8, int_red_x);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 620 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local
645 int_red_x = 64000L;
653 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, int_green_y,
    [all...]

Completed in 166 milliseconds