HomeSort by relevance Sort by last modified time
    Searched refs:png_fixed_point (Results 26 - 30 of 30) sorted by null

12

  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 581 png_fixed_point igamma;
623 igamma = (png_fixed_point)png_get_uint_32(buf);
732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
782 int_x_white = (png_fixed_point)uint_x;
783 int_y_white = (png_fixed_point)uint_y;
797 int_x_red = (png_fixed_point)uint_x;
798 int_y_red = (png_fixed_point)uint_y;
812 int_x_green = (png_fixed_point)uint_x;
813 int_y_green = (png_fixed_point)uint_y;
827 int_x_blue = (png_fixed_point)uint_x
    [all...]
pngrtran.c 655 png_fixed_point red, png_fixed_point green)
    [all...]
  /external/libpng/
pngtest.c 923 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x,
935 png_fixed_point gamma;
    [all...]
pngrtran.c 700 png_fixed_point red, png_fixed_point green)
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 700 png_fixed_point red, png_fixed_point green)
    [all...]

Completed in 29 milliseconds

12