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

  /external/libpng/
pngstruct.h 259 png_byte usr_channels; /* channels at start of write: write only */ member in struct:png_struct_def
pngtrans.c 138 * NOTE: usr_channels is not used by the read code! (This has led to
152 /* On write the usr_channels parameter must be set correctly at the
158 png_ptr->usr_channels = 4;
164 png_ptr->usr_channels = 2;
pngwutil.c 806 png_ptr->usr_channels = png_ptr->channels;
    [all...]
pngwrite.c 818 row_info.channels = png_ptr->usr_channels;
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 259 png_byte usr_channels; /* channels at start of write: write only */ member in struct:png_struct_def
pngtrans.c 138 * NOTE: usr_channels is not used by the read code! (This has led to
152 /* On write the usr_channels parameter must be set correctly at the
158 png_ptr->usr_channels = 4;
164 png_ptr->usr_channels = 2;
pngwutil.c 806 png_ptr->usr_channels = png_ptr->channels;
    [all...]
pngwrite.c 818 row_info.channels = png_ptr->usr_channels;
    [all...]
  /external/skia/third_party/libpng/
pngstruct.h 259 png_byte usr_channels; /* channels at start of write: write only */ member in struct:png_struct_def
pngtrans.c 138 * NOTE: usr_channels is not used by the read code! (This has led to
152 /* On write the usr_channels parameter must be set correctly at the
158 png_ptr->usr_channels = 4;
164 png_ptr->usr_channels = 2;
pngwutil.c 806 png_ptr->usr_channels = png_ptr->channels;
    [all...]
pngwrite.c 818 row_info.channels = png_ptr->usr_channels;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtrans.c 138 png_ptr->usr_channels = 4;
146 png_ptr->usr_channels = 2;
pngwutil.c 505 png_ptr->usr_channels = png_ptr->channels;
    [all...]
pngwrite.c 905 png_ptr->row_info.channels = png_ptr->usr_channels;
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 659 milliseconds