Searched refs:PNG_TRANSFORM_SCALE_16 (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpng.h884 #define PNG_TRANSFORM_SCALE_16 0x8000 /* read only */ macro
H A Dpngread.c1065 if ((transforms & PNG_TRANSFORM_SCALE_16) != 0)
1072 png_app_error(png_ptr, "PNG_TRANSFORM_SCALE_16 not supported");
/external/pdfium/third_party/libpng16/
H A Dpng.h888 #define PNG_TRANSFORM_SCALE_16 0x8000 /* read only */ macro
H A Dpngread.c1055 if ((transforms & PNG_TRANSFORM_SCALE_16) != 0)
1062 png_app_error(png_ptr, "PNG_TRANSFORM_SCALE_16 not supported");

Completed in 472 milliseconds