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

  /external/libpng/
pngconf.h 525 * definition of png_alloc_size_t, below. This maximum value of size_t limits
540 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t, and no
542 * png_alloc_size_t are not necessary; in fact, it is recommended not to use
546 * Casts in the other direction (from png_alloc_size_t to png_size_t or
554 typedef png_uint_32 png_alloc_size_t; typedef
556 typedef png_size_t png_alloc_size_t; typedef
  /external/opencv3/3rdparty/libpng/
pngconf.h 568 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
570 * to png_alloc_size_t are not necessary; in fact, it is recommended
573 * Casts in the other direction (from png_alloc_size_t to png_size_t or
578 typedef unsigned long png_alloc_size_t; typedef
581 typedef unsigned long png_alloc_size_t; typedef
589 typedef DWORD png_alloc_size_t; typedef
591 typedef png_size_t png_alloc_size_t; typedef
  /external/pdfium/third_party/lpng_v163/
pngconf.h 520 * definition of png_alloc_size_t, below. This maximum value of size_t limits
535 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t, and no
537 * png_alloc_size_t are not necessary; in fact, it is recommended not to use
541 * Casts in the other direction (from png_alloc_size_t to png_size_t or
549 typedef png_uint_32 png_alloc_size_t; typedef
551 typedef png_size_t png_alloc_size_t; typedef
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 570 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
572 * to png_alloc_size_t are not necessary; in fact, it is recommended
575 * Casts in the other direction (from png_alloc_size_t to png_size_t or
580 typedef unsigned long png_alloc_size_t; typedef
583 typedef unsigned long png_alloc_size_t; typedef
591 typedef DWORD png_alloc_size_t; typedef
593 typedef png_size_t png_alloc_size_t; typedef

Completed in 141 milliseconds