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

Completed in 108 milliseconds