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

  /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);
890 png_save_uint_32(buf, width);
891 png_save_uint_32(buf + 4, height);
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_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/skia/third_party/libpng/
pngprefix.h 442 #define png_save_uint_32 skia_png_save_uint_32 macro

Completed in 1259 milliseconds