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

  /external/libpng/contrib/libtests/
makepng.c 240 png_const_bytep gamma_table)
242 color->red = gamma_table[red];
243 color->green = gamma_table[green];
244 color->blue = gamma_table[blue];
250 png_const_bytep gamma_table, unsigned int *colors)
270 gamma_table);
275 colors[2], gamma_table);
280 gamma_table);
285 colors[4], gamma_table);
291 set_color(palette+0, trans+0, 255, 0, 0, 0, gamma_table);
819 png_byte gamma_table[256]; local
    [all...]
  /external/libpng/
pngrtran.c 3192 png_const_bytep gamma_table = png_ptr->gamma_table; local
3932 png_const_bytep gamma_table = png_ptr->gamma_table; local
    [all...]
pngstruct.h 293 png_bytep gamma_table; /* gamma table for 8-bit depth files */ member in struct:png_struct_def
  /external/pdfium/third_party/libpng16/
pngrtran.c 3192 png_const_bytep gamma_table = png_ptr->gamma_table; local
3932 png_const_bytep gamma_table = png_ptr->gamma_table; local
    [all...]
pngstruct.h 293 png_bytep gamma_table; /* gamma table for 8-bit depth files */ member in struct:png_struct_def
  /external/skia/third_party/libpng/
pngrtran.c 3192 png_const_bytep gamma_table = png_ptr->gamma_table; local
3932 png_const_bytep gamma_table = png_ptr->gamma_table; local
    [all...]
pngstruct.h 293 png_bytep gamma_table; /* gamma table for 8-bit depth files */ member in struct:png_struct_def

Completed in 79 milliseconds