HomeSort by relevance Sort by last modified time
    Searched refs:png_set_rgb_to_gray (Results 1 - 12 of 12) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 225 png_set_rgb_to_gray( png_ptr, 1, -1, -1 ); // RGB->Gray
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 278 png_set_rgb_to_gray( png_ptr, 1, 0.299, 0.587 ); // RGB->Gray
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 157 png_set_rgb_to_gray(png_ptr, 1, 0.299, 0.587);
  /external/pdfium/third_party/lpng_v163/
png.h 435 #define png_set_rgb_to_gray FOXIT_png_set_rgb_to_gray macro
    [all...]
pngrtran.c 954 png_debug(1, "in png_set_rgb_to_gray");
1041 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, function
    [all...]
  /external/libpng/
png.h     [all...]
pngrtran.c 959 png_debug(1, "in png_set_rgb_to_gray");
1045 png_set_rgb_to_gray(png_structrp png_ptr, int error_action, double red, function
    [all...]
  /external/opencv3/3rdparty/libpng/
png.h     [all...]
pngrtran.c 932 png_debug(1, "in png_set_rgb_to_gray");
1013 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngrtran.c 932 png_debug(1, "in png_set_rgb_to_gray");
1013 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 49 milliseconds