HomeSort by relevance Sort by last modified time
    Searched refs:png_sig_cmp (Results 1 - 25 of 27) sorted by null

1 2

  /external/libpng/contrib/gregbook/
readpng.c 94 * have used slightly more general png_sig_cmp() function instead */
97 if (png_sig_cmp(sig, 0, 8))
readpng2.c 96 return !png_sig_cmp(sig, 0, num);
  /external/deqp/framework/common/
tcuImageIO.cpp 89 TCU_CHECK(png_sig_cmp((png_bytep)&header[0], 0, DE_LENGTH_OF_ARRAY(header)) == 0);
  /external/libpng/contrib/pngminus/
png2pnm.c 220 ret = png_sig_cmp (buf, 0, 8);
  /external/libpng/contrib/visupng/
PngFile.c 131 if (png_sig_cmp(pbSig, 0, 8))
  /bootable/recovery/minui/
resources.cpp 69 if (png_sig_cmp(header, 0, sizeof(header))) {
  /development/tools/etc1tool/
etc1tool.cpp 163 if (png_sig_cmp(pngHeader, 0, PNG_HEADER_SIZE)) {
  /external/pdfium/samples/
image_diff_png.cc 302 if (png_sig_cmp(const_cast<unsigned char*>(input), 0, 8) != 0)
  /external/libpng/
example.c 224 /* Check to see if a file is a PNG file using png_sig_cmp(). png_sig_cmp()
241 * to pass the bytes to png_sig_cmp() or even skip that if you know
260 return(!png_sig_cmp(buf, (png_size_t)0, PNG_BYTES_TO_CHECK));
    [all...]
pngpread.c 148 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
151 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
png.h     [all...]
pngrutil.c 140 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check) != 0)
143 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
    [all...]
png.c 54 png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check) function
    [all...]
  /external/opencv3/3rdparty/libpng/
pngpread.c 166 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
169 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
    [all...]
png.h     [all...]
png.c 49 png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check) function
    [all...]
pngrutil.c 136 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
139 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngpread.c 165 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
168 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
    [all...]
png.h 391 #define png_sig_cmp FOXIT_png_sig_cmp macro
    [all...]
pngrutil.c 133 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
136 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
    [all...]
png.c 48 png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check) function
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 165 return !png_sig_cmp((png_bytep) buf, (png_size_t)0, bytesRead);
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp     [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp     [all...]

Completed in 173 milliseconds

1 2