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

  /external/opencv3/3rdparty/libpng/
pngwutil.c 24 png_save_uint_32(png_bytep buf, png_uint_32 i) function
111 png_save_uint_32(buf, length);
112 png_save_uint_32(buf + 4, chunk_name);
178 png_save_uint_32(buf, png_ptr->crc);
813 png_save_uint_32(buf, width);
814 png_save_uint_32(buf + 4, height);
    [all...]
png.h     [all...]
  /external/libpng/
pngwutil.c 24 png_save_uint_32(png_bytep buf, png_uint_32 i) function
94 png_save_uint_32(buf, length);
95 png_save_uint_32(buf + 4, chunk_name);
161 png_save_uint_32(buf, png_ptr->crc);
809 png_save_uint_32(buf, width);
810 png_save_uint_32(buf + 4, height);
    [all...]
pngtest.c 785 png_save_uint_32(vpag_chunk_data, user_chunk_data.vpAg_width);
786 png_save_uint_32(vpag_chunk_data + 4, user_chunk_data.vpAg_height);
    [all...]
png.h     [all...]
png.c 687 png_save_uint_32(buf, i);
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwutil.c 23 png_save_uint_32(png_bytep buf, png_uint_32 i) function
93 png_save_uint_32(buf, length);
94 png_save_uint_32(buf + 4, chunk_name);
160 png_save_uint_32(buf, png_ptr->crc);
889 png_save_uint_32(buf, width);
890 png_save_uint_32(buf + 4, height);
    [all...]
png.h 612 #define png_save_uint_32 FOXIT_png_save_uint_32 macro
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]
makepng.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 146 milliseconds