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

  /external/libpng/
pngrtran.c 943 back.red = png_ptr->gamma_table[png_ptr->background.red];
944 back.green = png_ptr->gamma_table[png_ptr->background.green];
945 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
    [all...]
libpngpf.3 
png.h     [all...]
pngread.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 880 back.red = png_ptr->gamma_table[png_ptr->background.red];
881 back.green = png_ptr->gamma_table[png_ptr->background.green];
882 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
    [all...]
png.h 1231 png_bytep gamma_table; \/* gamma table for 8-bit depth files *\/ member in struct:png_struct_def
    [all...]
pngread.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 3490 png_const_bytep gamma_table = png_ptr->gamma_table; local
4222 png_const_bytep gamma_table = png_ptr->gamma_table; local
    [all...]
pngstruct.h 175 png_bytep gamma_table; /* gamma table for 8-bit depth files */ member in struct:png_struct_def

Completed in 1063 milliseconds