Home
last modified time | relevance | path

Searched refs:png_set_rgb_to_gray_fixed (Results 1 – 17 of 17) sorted by relevance

/external/libpng/scripts/
Dsymbols.def41 png_set_rgb_to_gray_fixed @33
/external/skia/third_party/libpng/
Dpngprefix.h352 #define png_set_rgb_to_gray_fixed skia_png_set_rgb_to_gray_fixed macro
Dpngread.c2494 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1, in png_image_read_colormap()
3696 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, in png_image_read_direct()
Dpng.h1118 PNG_FIXED_EXPORT(33, void, png_set_rgb_to_gray_fixed, (png_structrp png_ptr,
Dpngrtran.c956 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
1048 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
/external/pdfium/third_party/libpng16/
Dpngread.c2504 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1, in png_image_read_colormap()
3706 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, in png_image_read_direct()
Dpng.h1118 PNG_FIXED_EXPORT(33, void, png_set_rgb_to_gray_fixed, (png_structrp png_ptr,
Dpngrtran.c956 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
1048 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
/external/libpng/
Dpngread.c2503 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1, in png_image_read_colormap()
3704 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, in png_image_read_direct()
Dpng.h1118 PNG_FIXED_EXPORT(33, void, png_set_rgb_to_gray_fixed, (png_structrp png_ptr,
Dpngrtran.c956 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
1048 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
DCHANGES743 added png_set_rgb_to_gray_fixed() function.
/external/syslinux/com32/lib/libpng/
Dpngrtran.c683 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed); in png_set_rgb_to_gray()
688 png_set_rgb_to_gray_fixed(png_structp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
DCHANGES682 added png_set_rgb_to_gray_fixed() function.
Dlibpng.txt891 png_set_rgb_to_gray_fixed(png_ptr, error_action,
/external/syslinux/com32/include/
Dpng.h1707 extern PNG_EXPORT(void,png_set_rgb_to_gray_fixed) PNGARG((png_structp png_ptr,
/external/libpng/contrib/libtests/
Dpngvalid.c7772 png_set_rgb_to_gray_fixed(pp, error_action, data.red_to_set, in image_transform_png_set_rgb_to_gray_set()