Home
last modified time | relevance | path

Searched refs:PNG_OPTION_NEXT (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpng.h3245 #define PNG_OPTION_NEXT 12 /* Next option - numbers must be even */ macro
Dpng.c4340 if (png_ptr != NULL && option >= 0 && option < PNG_OPTION_NEXT &&
/external/pdfium/third_party/libpng16/
Dpng.h3224 #define PNG_OPTION_NEXT 6 /* Next option - numbers must be even */ macro
Dpng.c4260 if (png_ptr != NULL && option >= 0 && option < PNG_OPTION_NEXT &&