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

  /external/opencv3/3rdparty/libpng/
png.h 341 * "char time_buffer[29]" in png_struct. This will be no
854 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]
  /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/libpng/
png.h 265 * "char time_buffer[29]" in png_struct. This is no longer used
471 * png_struct is the cache of information used while reading or writing a single
475 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
476 typedef const png_struct * png_const_structp;
477 typedef png_struct * png_structp;
478 typedef png_struct * * png_structpp;
505 typedef png_struct * PNG_RESTRICT png_structrp;
506 typedef const png_struct * PNG_RESTRICT png_const_structrp;
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.h 341 * "char time_buffer[29]" in png_struct. This is no longer used
800 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]

Completed in 263 milliseconds