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

  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 344 * "char time_buffer[29]" in png_struct. This will be no
857 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]
  /external/chromium_org/third_party/libpng/
png.h 430 * "png_charp time_buffer" in png_struct and
1174 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]
  /external/libpng/
png.h 358 * "char time_buffer[29]" in png_struct. This is no longer used
557 * png_struct is the cache of information used while reading or writing a single
561 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
562 typedef const png_struct * png_const_structp;
563 typedef png_struct * png_structp;
564 typedef png_struct * * png_structpp;
591 typedef png_struct * PNG_RESTRICT png_structrp;
592 typedef const png_struct * PNG_RESTRICT png_const_structrp;
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h 433 * "png_charp time_buffer" in png_struct and
1221 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]

Completed in 112 milliseconds