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

  /external/opencv3/3rdparty/libpng/
pnginfo.h 200 png_fixed_point y_blue; member in struct:png_info_def
pngget.c 488 xy.bluey = info_ptr->y_blue;
546 *blue_y = png_float(png_ptr, info_ptr->y_blue, "cHRM blue Y");
616 *blue_y = info_ptr->y_blue;
pngrutil.c 924 y_blue; local
972 y_blue = png_get_fixed_point(NULL, buf + 28);
981 y_blue == PNG_FIXED_ERROR)
997 PNG_OUT_OF_RANGE(y_blue, 6000, 1000))
1008 png_warning_parameter_signed(p, 8, PNG_NUMBER_FORMAT_fixed, y_blue);
1036 xy.bluey = y_blue;
1099 x_green, y_green, x_blue, y_blue);
    [all...]
pngset.c 62 info_ptr->y_blue = blue_y;
    [all...]
pngwrite.c 85 info_ptr->x_blue, info_ptr->y_blue);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 200 png_fixed_point y_blue; member in struct:png_info_def

Completed in 46 milliseconds