Searched refs:PNG_TRANSFORM_EXPAND (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngread.c1418 if (transforms & PNG_TRANSFORM_EXPAND)
/external/libpng/
H A Dpng.h872 #define PNG_TRANSFORM_EXPAND 0x0010 /* read only */ macro
H A Dpngread.c1110 if ((transforms & PNG_TRANSFORM_EXPAND) != 0)
1114 png_app_error(png_ptr, "PNG_TRANSFORM_EXPAND not supported");
/external/pdfium/third_party/libpng16/
H A Dpng.h872 #define PNG_TRANSFORM_EXPAND 0x0010 /* read only */ macro
H A Dpngread.c1111 if ((transforms & PNG_TRANSFORM_EXPAND) != 0)
1115 png_app_error(png_ptr, "PNG_TRANSFORM_EXPAND not supported");
/external/skia/third_party/libpng/
H A Dpng.h872 #define PNG_TRANSFORM_EXPAND 0x0010 /* read only */ macro
H A Dpngread.c1101 if ((transforms & PNG_TRANSFORM_EXPAND) != 0)
1105 png_app_error(png_ptr, "PNG_TRANSFORM_EXPAND not supported");
/external/syslinux/com32/include/
H A Dpng.h1207 #define PNG_TRANSFORM_EXPAND 0x0010 /* read only */ macro

Completed in 189 milliseconds