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

  /external/libpng/contrib/gregbook/
readpng2.c 203 png_process_data(png_ptr, info_ptr, rawbuf, length);
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 413 png_process_data(png_ptr,
451 png_process_data(png_ptr,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 152 png_process_data(m_png, m_info, reinterpret_cast<png_bytep>(const_cast<char*>(segment)), segmentLength);
  /external/chromium_org/third_party/libpng/
pngusr.h 316 #define png_process_data wk_png_process_data macro
pngpread.c 31 png_process_data(png_structp png_ptr, png_infop info_ptr, function
    [all...]
png.h     [all...]
  /external/libpng/
example.c 678 png_process_data(*png_ptr, *info_ptr, buffer, length);
688 * any). You may start getting rows before png_process_data()
    [all...]
pngpread.c 30 png_process_data(png_structrp png_ptr, png_inforp info_ptr, function
79 /* At the end of png_process_data the buffer size must be 0 (see the loop
84 "png_process_data_skip called inside png_process_data");
88 * png_process_skip is called inside png_process_data (but only very
    [all...]
png.h     [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 340 png_process_data(png_ptr,
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 993 milliseconds