Searched refs:PNG_FILTER_VALUE_LAST (Results 1 - 11 of 11) sorted by relevance

/external/libpng/
H A Dpngstruct.h527 void (*read_filter[PNG_FILTER_VALUE_LAST-1])(png_row_infop row_info,
H A Dpngwrite.c1205 (png_uint_32)((sizeof (png_uint_16)) * PNG_FILTER_VALUE_LAST));
1208 (png_uint_32)((sizeof (png_uint_16)) * PNG_FILTER_VALUE_LAST));
1211 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
1279 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++) if (filter_costs[i] >= 1.0)
1334 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
H A Dpngpread.c950 if (png_ptr->row_buf[0] < PNG_FILTER_VALUE_LAST)
H A Dpng.h1602 #define PNG_FILTER_VALUE_LAST 5 macro
1622 * type (given by PNG_FILTER_VALUE_LAST), or it can be NULL if you aren't
H A Dpngread.c545 if (png_ptr->row_buf[0] < PNG_FILTER_VALUE_LAST)
H A Dpngrutil.c3954 if (filter > PNG_FILTER_VALUE_NONE && filter < PNG_FILTER_VALUE_LAST)
/external/chromium_org/third_party/libpng/
H A Dpngwrite.c1381 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1384 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1386 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
1400 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
H A Dpng.h1954 #define PNG_FILTER_VALUE_LAST 5 macro
1974 * type (given by PNG_FILTER_VALUE_LAST), or it can be NULL if you aren't
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwrite.c1381 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1384 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1386 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
1400 for (i = 0; i < PNG_FILTER_VALUE_LAST; i++)
H A Dpng.h2018 #define PNG_FILTER_VALUE_LAST 5 macro
2038 * type (given by PNG_FILTER_VALUE_LAST), or it can be NULL if you aren't
/external/libpng/contrib/libtests/
H A Dpngvalid.c3751 int nfilter = PNG_FILTER_VALUE_LAST;
3818 nfilter >= PNG_FILTER_VALUE_LAST ? PNG_ALL_FILTERS : nfilter);
3821 nfilter = PNG_FILTER_VALUE_LAST-1;

Completed in 103 milliseconds