Searched defs:png_alloc_size_t (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h619 /* png_alloc_size_t is guaranteed to be no smaller than png_size_t,
621 * to png_alloc_size_t are not necessary; in fact, it is recommended
624 * Casts in the other direction (from png_alloc_size_t to png_size_t or
629 typedef unsigned long png_alloc_size_t; typedef
632 typedef unsigned long png_alloc_size_t; typedef
640 typedef DWORD png_alloc_size_t; typedef
642 typedef png_size_t png_alloc_size_t; typedef

Completed in 254 milliseconds