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

1 2

  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 237 png_uint_16p hist; /* histogram */
244 png_uint_16p filter_weights; /* weight(s) for previous line(s) */
245 png_uint_16p inv_filter_weights; /* 1/weight(s) for previous line(s) */
246 png_uint_16p filter_costs; /* relative filter calculation cost */
247 png_uint_16p inv_filter_costs; /* 1/relative filter calculation cost */
pnginfo.h 183 png_uint_16p hist;
pngconf.h 534 typedef png_uint_16 FAR * png_uint_16p; typedef
pngpriv.h 179 typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp;
    [all...]
png.h     [all...]
  /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)
  /external/chromium_org/third_party/libpng/
pngwrite.c     [all...]
png.h 576 #define png_uint_16p_NULL (png_uint_16p)NULL
    [all...]
pngrtran.c 165 int num_palette, int maximum_colors, png_uint_16p histogram,
    [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...]
pngconf.h 1319 typedef png_uint_16 FAR * png_uint_16p; typedef
    [all...]
pngget.c 562 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist)
  /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...]

Completed in 155 milliseconds

1 2