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

  /external/chromium_org/third_party/libpng/
pngwutil.c 24 png_save_uint_32(png_bytep buf, png_uint_32 i) function
112 png_save_uint_32(buf, length);
152 png_save_uint_32(buf, png_ptr->crc);
508 png_save_uint_32(buf, width);
509 png_save_uint_32(buf + 4, height);
724 png_save_uint_32(buf, igamma);
740 png_save_uint_32(buf, (png_uint_32)file_gamma);
1019 png_save_uint_32(buf, int_white_x);
1020 png_save_uint_32(buf + 4, int_white_y);
1022 png_save_uint_32(buf + 8, int_red_x)
    [all...]
pngusr.h 360 #define png_save_uint_32 wk_png_save_uint_32 macro
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);
890 png_save_uint_32(buf, width);
891 png_save_uint_32(buf + 4, height);
    [all...]
pngtest.c 756 png_save_uint_32(vpag_chunk_data, user_chunk_data.vpAg_width);
757 png_save_uint_32(vpag_chunk_data + 4, user_chunk_data.vpAg_height);
    [all...]
png.h     [all...]
  /external/libpng/contrib/libtests/
makepng.c 924 png_save_uint_32(profile, proflen);
960 png_save_uint_32(profile, proflen);
    [all...]
pngvalid.c     [all...]

Completed in 2284 milliseconds