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

1 2

  /external/autotest/client/deps/glbench/src/
png_helper.cc 75 png_write_image(png_ptr, row_pointers);
  /external/libpng/scripts/
symbols.def 68 png_write_image @60
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 311 png_write_image( png_ptr, buffer );
  /external/libpng/
pngwrite.c 590 png_write_image(png_structrp png_ptr, png_bytepp image) function
599 png_debug(1, "in png_write_image");
    [all...]
example.c     [all...]
libpng.3 488 \fBvoid png_write_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
    [all...]
libpng-manual.txt     [all...]
  /external/pdfium/third_party/libpng16/
pngwrite.c 590 png_write_image(png_structrp png_ptr, png_bytepp image) function
599 png_debug(1, "in png_write_image");
    [all...]
  /external/skia/third_party/libpng/
pngwrite.c 590 png_write_image(png_structrp png_ptr, png_bytepp image) function
599 png_debug(1, "in png_write_image");
    [all...]
pngprefix.h 439 #define png_write_image skia_png_write_image macro
example.c     [all...]
libpng-manual.txt     [all...]
  /external/deqp/framework/common/
tcuImageIO.cpp 197 png_write_image(pngPtr, &rowPointers[0]);
  /external/libpng/contrib/visupng/
PngFile.c 371 png_write_image (png_ptr, ppbRowPointers);
  /external/syslinux/com32/lib/libpng/
pngwrite.c 758 png_write_image(png_structp png_ptr, png_bytepp image) function
767 png_debug(1, "in png_write_image");
    [all...]
example.c 748 /* Turn on interlace handling if you are not using png_write_image() */
771 png_write_image(png_ptr, row_pointers);
libpng.txt     [all...]
libpng.3 773 \fBvoid png_write_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
    [all...]
CHANGES 352 Corrected example.c, use of row_pointers in png_write_image().
357 More corrections to example.c, use of row_pointers in png_write_image()
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 279 png_write_image(png_ptr, mainprog_ptr->row_pointers);
  /external/libpng/contrib/pngminus/
pnm2png.c 494 png_write_image (png_ptr, row_pointers);
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 732 png_write_image(write_ptr, image->rows.get());
Png.cpp 595 png_write_image(writePtr, rows);
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 711 png_write_image(png, rowPointers);
    [all...]

Completed in 275 milliseconds

1 2