Searched refs:max_dl (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngrutil.c1639 png_size_t max_dl; local
1727 max_dl = PNG_SIZE_MAX / (sizeof (png_sPLT_entry));
1729 if (dl > max_dl)
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c1637 png_size_t max_dl; local
1725 max_dl = PNG_SIZE_MAX / (sizeof (png_sPLT_entry));
1727 if (dl > max_dl)
/external/skia/third_party/libpng/
H A Dpngrutil.c1637 png_size_t max_dl; local
1725 max_dl = PNG_SIZE_MAX / (sizeof (png_sPLT_entry));
1727 if (dl > max_dl)

Completed in 80 milliseconds