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

  /external/libpng/
pngconf.h 521 typedef size_t png_size_t; typedef
540 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t, and no
541 * smaller than png_uint_32. Casts from png_size_t or png_uint_32 to
546 * Casts in the other direction (from png_alloc_size_t to png_size_t or
556 typedef png_size_t png_alloc_size_t;
592 typedef png_size_t * png_size_tp;
593 typedef const png_size_t * png_const_size_tp;
  /external/opencv3/3rdparty/libpng/
pngconf.h 452 typedef unsigned int png_size_t; typedef
454 typedef size_t png_size_t; typedef
540 typedef png_size_t FAR * png_size_tp;
541 typedef PNG_CONST png_size_t FAR * png_const_size_tp;
568 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
569 * and no smaller than png_uint_32. Casts from png_size_t or png_uint_32
573 * Casts in the other direction (from png_alloc_size_t to png_size_t or
591 typedef png_size_t png_alloc_size_t;
  /external/pdfium/third_party/lpng_v163/
pngconf.h 516 typedef size_t png_size_t; typedef
535 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t, and no
536 * smaller than png_uint_32. Casts from png_size_t or png_uint_32 to
541 * Casts in the other direction (from png_alloc_size_t to png_size_t or
551 typedef png_size_t png_alloc_size_t;
587 typedef png_size_t * png_size_tp;
588 typedef const png_size_t * png_const_size_tp;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 454 typedef unsigned int png_size_t; typedef
456 typedef size_t png_size_t; typedef
542 typedef png_size_t FAR * png_size_tp;
543 typedef PNG_CONST png_size_t FAR * png_const_size_tp;
570 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
571 * and no smaller than png_uint_32. Casts from png_size_t or png_uint_32
575 * Casts in the other direction (from png_alloc_size_t to png_size_t or
593 typedef png_size_t png_alloc_size_t;

Completed in 283 milliseconds