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

  /external/chromium_org/third_party/libpng/
pngrutil.c 833 int_y_green, int_x_blue, int_y_blue; local
891 int_y_blue = (png_fixed_point)uint_y;
901 blue_y = (float)int_y_blue / (float)100000.0;
914 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
930 (long)int_x_blue, (long)int_y_blue);
945 int_y_green, int_x_blue, int_y_blue);
1036 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 849 int_y_green, int_x_blue, int_y_blue; local
907 int_y_blue = (png_fixed_point)uint_y;
917 blue_y = (float)int_y_blue / (float)100000.0;
930 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
946 (long)int_x_blue, (long)int_y_blue);
961 int_y_green, int_x_blue, int_y_blue);
1052 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))
    [all...]

Completed in 157 milliseconds