Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def41 png_set_rgb_to_gray_fixed @33
/external/skia/third_party/libpng/
Dpngprefix.h348 #define png_set_rgb_to_gray_fixed skia_png_set_rgb_to_gray_fixed macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h436 #define png_set_rgb_to_gray_fixed FOXIT_png_set_rgb_to_gray_fixed macro
1440 PNG_FIXED_EXPORT(33, void, png_set_rgb_to_gray_fixed, (png_structrp png_ptr,
Dfx_pngread.c2364 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1, in png_image_read_colormap()
3559 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, in png_image_read_direct()
Dfx_pngrtran.c951 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
1044 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
/external/libpng/
Dpngread.c2630 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, -1, in png_image_read_colormap()
3829 png_set_rgb_to_gray_fixed(png_ptr, PNG_ERROR_ACTION_NONE, in png_image_read_direct()
Dpng.h1206 PNG_FIXED_EXPORT(33, void, png_set_rgb_to_gray_fixed, (png_structrp png_ptr,
Dpngrtran.c952 png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, in png_set_rgb_to_gray_fixed() function
1045 png_set_rgb_to_gray_fixed(png_ptr, error_action, in png_set_rgb_to_gray()
DCHANGES735 added png_set_rgb_to_gray_fixed() function.
/external/libpng/contrib/libtests/
Dpngvalid.c6833 png_set_rgb_to_gray_fixed(pp, error_action, data.red_to_set, in image_transform_png_set_rgb_to_gray_set()