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

  /external/syslinux/com32/lib/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...]
pngtest.c     [all...]
  /external/skia/third_party/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...]
pngprefix.h 446 #define png_save_uint_32 skia_png_save_uint_32 macro
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/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 786 png_save_uint_32(vpag_chunk_data, user_chunk_data.vpAg_width);
787 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/libpng16/
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...]
png.h     [all...]
png.c 687 png_save_uint_32(buf, i);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]
makepng.c     [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 232 png_save_uint_32(idat, length);
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 543 milliseconds