HomeSort by relevance Sort by last modified time
    Searched defs:png_uint_32 (Results 1 - 3 of 3) 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/pdfium/third_party/libpng16/
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/syslinux/com32/include/
pngconf.h 1235 typedef unsigned long png_uint_32; typedef
    [all...]

Completed in 75 milliseconds