Home
last modified time | relevance | path

Searched refs:png_sig_cmp (Results 1 – 25 of 34) sorted by relevance

12

/external/libpng/scripts/
Dsymbols.def11 png_sig_cmp @3
/external/libpng/contrib/gregbook/
Dreadpng.c97 if (png_sig_cmp(sig, 0, 8)) in readpng_init()
Dreadpng2.c96 return !png_sig_cmp(sig, 0, num); in readpng2_check_sig()
/external/deqp/framework/common/
DtcuImageIO.cpp89 TCU_CHECK(png_sig_cmp((png_bytep)&header[0], 0, DE_LENGTH_OF_ARRAY(header)) == 0); in loadPNG()
/external/libpng/contrib/pngminus/
Dpng2pnm.c220 ret = png_sig_cmp (buf, 0, 8); in png2pnm()
/external/libpng/
Dpngpread.c148 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) in png_push_read_sig()
151 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_push_read_sig()
Dexample.c260 return(!png_sig_cmp(buf, (png_size_t)0, PNG_BYTES_TO_CHECK));
Dpng.h948 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))
Dpngrutil.c140 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check) != 0) in png_read_sig()
143 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_read_sig()
/external/pdfium/third_party/libpng16/
Dpngpread.c148 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) in png_push_read_sig()
151 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_push_read_sig()
Dpng.h948 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))
Dpngrutil.c140 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check) != 0) in png_read_sig()
143 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_read_sig()
/external/syslinux/com32/lib/libpng/
Dpng.c121 png_sig_cmp(png_bytep sig, png_size_t start, png_size_t num_to_check) in png_sig_cmp() function
146 return ((int)!png_sig_cmp(sig, (png_size_t)0, (png_size_t)num)); in png_check_sig()
Dexample.c73 return(!png_sig_cmp(buf, (png_size_t)0, PNG_BYTES_TO_CHECK));
Dpngread.c370 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) in png_read_info()
373 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_read_info()
Dpngpread.c133 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) in png_push_read_sig()
136 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_push_read_sig()
/external/skia/third_party/libpng/
Dpngpread.c148 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check)) in png_push_read_sig()
151 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_push_read_sig()
Dexample.c260 return(!png_sig_cmp(buf, (png_size_t)0, PNG_BYTES_TO_CHECK));
Dpngprefix.h232 #define png_sig_cmp skia_png_sig_cmp macro
Dpng.h948 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
954 #define png_check_sig(sig, n) !png_sig_cmp((sig), 0, (n))
Dpngrutil.c140 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check) != 0) in png_read_sig()
143 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4)) in png_read_sig()
/external/libpng/contrib/visupng/
DPngFile.c131 if (png_sig_cmp(pbSig, 0, 8)) in PngLoadImage()
/external/syslinux/com32/lib/sys/vesa/
Dbackground.c431 if (!png_sig_cmp(header, 0, 8)) { in vesacon_load_background()
/external/pdfium/samples/
Dimage_diff_png.cc302 if (png_sig_cmp(const_cast<unsigned char*>(input), 0, 8) != 0) in BuildPNGStruct()
/external/skia/src/codec/
DSkPngCodec.cpp320 return !png_sig_cmp((png_bytep) buf, (png_size_t)0, bytesRead); in IsPng()

12