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

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 225 png_set_rgb_to_gray( png_ptr, 1, -1, -1 ); // RGB->Gray
  /external/chromium_org/third_party/libpng/
pngusr.h 407 #define png_set_rgb_to_gray wk_png_set_rgb_to_gray macro
png.h     [all...]
pngrtran.c 676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
702 png_debug(1, "in png_set_rgb_to_gray");
    [all...]
  /external/libpng/
CHANGES 400 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
428 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX.
    [all...]
png.h     [all...]
pngrtran.c 676 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
702 png_debug(1, "in png_set_rgb_to_gray");
    [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/qemu/distrib/libpng-1.2.19/
png.h     [all...]
pngrtran.c 643 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, function
657 png_debug(1, "in png_set_rgb_to_gray\n");
    [all...]

Completed in 350 milliseconds