HomeSort by relevance Sort by last modified time
    Searched defs:png_uint_32 (Results 1 - 4 of 4) sorted by null

  /external/libpng/
pngconf.h 469 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
511 typedef unsigned int png_uint_32; typedef
513 typedef unsigned long int png_uint_32; typedef
541 * smaller than png_uint_32. Casts from png_size_t or png_uint_32 to
547 * png_uint_32) should be explicitly applied; however, we do not expect to
551 * 4294967295 - i.e. less than the maximum value of png_uint_32.
554 typedef png_uint_32 png_alloc_size_t;
580 typedef png_uint_32 * png_uint_32p;
581 typedef const png_uint_32 * png_const_uint_32p
    [all...]
  /external/opencv3/3rdparty/libpng/
pngconf.h 434 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
441 typedef unsigned int png_uint_32; typedef
444 typedef unsigned long png_uint_32;
528 typedef png_uint_32 FAR * png_uint_32p;
529 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
554 typedef png_uint_32 FAR * FAR * png_uint_32pp;
569 * and no smaller than png_uint_32. Casts from png_size_t or png_uint_32
574 * png_uint_32) should be explicitly applied; however, we do not expect
  /external/pdfium/third_party/lpng_v163/
pngconf.h 464 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
506 typedef unsigned int png_uint_32; typedef
508 typedef unsigned long int png_uint_32; typedef
536 * smaller than png_uint_32. Casts from png_size_t or png_uint_32 to
542 * png_uint_32) should be explicitly applied; however, we do not expect to
546 * 4294967295 - i.e. less than the maximum value of png_uint_32.
549 typedef png_uint_32 png_alloc_size_t;
575 typedef png_uint_32 * png_uint_32p;
576 typedef const png_uint_32 * png_const_uint_32p;
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 436 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
443 typedef unsigned int png_uint_32; typedef
446 typedef unsigned long png_uint_32;
530 typedef png_uint_32 FAR * png_uint_32p;
531 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
556 typedef png_uint_32 FAR * FAR * png_uint_32pp;
571 * and no smaller than png_uint_32. Casts from png_size_t or png_uint_32
576 * png_uint_32) should be explicitly applied; however, we do not expect

Completed in 1580 milliseconds