HomeSort by relevance Sort by last modified time
    Searched defs:png_alloc_size_t (Results 1 - 3 of 3) 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/pdfium/third_party/libpng16/
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/skia/third_party/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

Completed in 111 milliseconds