HomeSort by relevance Sort by last modified time
    Searched refs:usr_bit_depth (Results 1 - 13 of 13) sorted by null

  /external/libpng/
pngstruct.h 301 png_byte usr_bit_depth; /* bit depth of users row: write only */ member in struct:png_struct_def
pngwutil.c 886 png_ptr->usr_bit_depth = png_ptr->bit_depth;
    [all...]
pngtrans.c 61 png_ptr->usr_bit_depth = 8;
pngwrite.c 808 row_info.bit_depth = png_ptr->usr_bit_depth;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 138 png_byte usr_bit_depth; /* bit depth of users row: write only */ member in struct:png_struct_def
  /external/chromium_org/third_party/libpng/
pngwutil.c 504 png_ptr->usr_bit_depth = png_ptr->bit_depth;
947 png_ptr->usr_bit_depth);
962 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth)
973 if (sbit->alpha == 0 || sbit->alpha > png_ptr->usr_bit_depth)
    [all...]
pngtrans.c 58 png_ptr->usr_bit_depth = 8;
pngwrite.c 907 png_ptr->row_info.bit_depth = png_ptr->usr_bit_depth;
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 504 png_ptr->usr_bit_depth = png_ptr->bit_depth;
947 png_ptr->usr_bit_depth);
962 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth)
973 if (sbit->alpha == 0 || sbit->alpha > png_ptr->usr_bit_depth)
    [all...]
pngtrans.c 58 png_ptr->usr_bit_depth = 8;
pngwrite.c 907 png_ptr->row_info.bit_depth = png_ptr->usr_bit_depth;
    [all...]
png.h     [all...]

Completed in 295 milliseconds