HomeSort by relevance Sort by last modified time
    Searched refs:png_uint_16p (Results 1 - 16 of 16) sorted by null

  /external/qemu/distrib/libpng-1.2.19/
png.h 460 #define png_uint_16p_NULL (png_uint_16p)NULL
    [all...]
pngwrite.c     [all...]
pngrtran.c 142 int num_palette, int maximum_colors, png_uint_16p histogram,
    [all...]
pngconf.h 1200 typedef png_uint_16 FAR * png_uint_16p; typedef
    [all...]
pngset.c 218 png_set_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p hist)
238 png_ptr->hist = (png_uint_16p)png_malloc_warn(png_ptr,
    [all...]
pngget.c 525 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist)
pngwutil.c     [all...]
  /external/libpng/
pngwrite.c     [all...]
png.h 579 #define png_uint_16p_NULL (png_uint_16p)NULL
    [all...]
example.c 294 png_uint_16p histogram = NULL;
pngrtran.c 165 int num_palette, int maximum_colors, png_uint_16p histogram,
    [all...]
pngconf.h 1323 typedef png_uint_16 FAR * png_uint_16p; typedef
    [all...]
pngset.c 182 png_set_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p hist)
205 png_ptr->hist = (png_uint_16p)png_malloc_warn(png_ptr,
    [all...]
pngget.c 562 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist)
pngtest.c 1007 png_uint_16p hist;
    [all...]
pngwutil.c     [all...]

Completed in 141 milliseconds