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

  /external/libpng/
pnginfo.h 128 * modified. See the png_time struct for the contents of this struct.
130 png_time mod_time;
png.h 716 /* png_time is a way to hold the time in an machine independent way.
730 } png_time; typedef in typeref:struct:png_time_struct
731 typedef png_time * png_timep;
732 typedef const png_time * png_const_timep;
733 typedef png_time * * png_timepp;
    [all...]
pngrutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 115 * modified. See the png_time struct for the contents of this struct.
117 png_time mod_time;
png.h 677 /* png_time is a way to hold the time in an machine independent way.
691 } png_time; typedef in typeref:struct:png_time_struct
692 typedef png_time FAR * png_timep;
693 typedef PNG_CONST png_time FAR * png_const_timep;
694 typedef png_time FAR * FAR * png_timepp;
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 173 png_time modtime;
  /external/chromium_org/third_party/libpng/
png.h 747 } png_time; typedef in typeref:struct:png_time_struct
    [all...]
pngset.c 828 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
    [all...]
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h 750 } png_time; typedef in typeref:struct:png_time_struct
    [all...]
pngset.c 838 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
    [all...]
pngrutil.c     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 3987 milliseconds