HomeSort by relevance Sort by last modified time
    Searched full:png_destroy_write_struct (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/native/cmds/screenshot/
screenshot.c 51 png_destroy_write_struct(&png, NULL);
57 png_destroy_write_struct(&png, NULL);
72 png_destroy_write_struct(&png, NULL);
88 png_destroy_write_struct(&png, NULL);
  /external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp 78 png_destroy_write_struct(m_pngStruct, m_pngInfo);
94 png_destroy_write_struct(&pngPtr, 0);
  /external/libpng/contrib/gregbook/
writepng.c 99 png_destroy_write_struct(&png_ptr, NULL);
110 png_destroy_write_struct(&png_ptr, &info_ptr);
147 png_destroy_write_struct(&png_ptr, &info_ptr);
267 png_destroy_write_struct(&png_ptr, &info_ptr);
305 png_destroy_write_struct(&png_ptr, &info_ptr);
335 png_destroy_write_struct(&png_ptr, &info_ptr);
360 png_destroy_write_struct(&png_ptr, &info_ptr);
  /external/libpng/scripts/
pngos2.def 26 png_destroy_write_struct
png32ce.def 21 png_destroy_write_struct @13
pngw32.def 21 png_destroy_write_struct @13
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 81 png_destroy_write_struct(png ? &png : 0, info ? &info : 0);
114 png_destroy_write_struct(&png, &info);
  /external/libpng/contrib/visupng/
PngFile.c 319 png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
376 png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
383 png_destroy_write_struct(&png_ptr, (png_infopp) NULL);
  /external/libpng/contrib/pngminus/
pnm2png.c 389 png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
396 png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
416 png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
432 png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 322 png_destroy_write_struct( &png_ptr, &info_ptr );
  /external/libpng/
example.c 593 png_destroy_write_struct(&png_ptr, png_infopp_NULL);
604 png_destroy_write_struct(&png_ptr, &info_ptr);
823 png_destroy_write_struct(&png_ptr, &info_ptr);
pngtest.c 808 png_destroy_write_struct(&write_ptr, &write_info_ptr);
830 png_destroy_write_struct(&write_ptr, &write_info_ptr);
    [all...]
pngwrite.c 1040 png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr) function
    [all...]
png.c 273 * png_destroy_write_struct() to free an info struct, but this may be
libpng-1.2.44.txt     [all...]
libpng-1.2.46.txt     [all...]
libpng.3 79 \fBvoid png_destroy_write_struct (png_structpp \fP\fIpng_ptr_ptr\fP\fB, png_infopp \fIinfo_ptr_ptr\fP\fB);\fP
    [all...]
CHANGES 99 png_destroy_write_struct() instead of the separate calls to
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]
  /development/tools/etc1tool/
etc1tool.cpp 444 png_destroy_write_struct(&png_ptr, &info_ptr);
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 1000 png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr) function
    [all...]
png.c 264 * png_destroy_write_struct() to free an info struct, but this may be
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 678 milliseconds

1 2