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

  /external/opencv3/3rdparty/libpng/
pnginfo.h 193 png_fixed_point x_white; member in struct:png_info_def
pngget.c 481 xy.whitex = info_ptr->x_white;
532 *white_x = png_float(png_ptr, info_ptr->x_white, "cHRM white X");
602 *white_x = info_ptr->x_white;
pngrutil.c 923 png_fixed_point x_white, y_white, x_red, y_red, x_green, y_green, x_blue, local
965 x_white = png_get_fixed_point(NULL, buf);
974 if (x_white == PNG_FIXED_ERROR ||
990 if (PNG_OUT_OF_RANGE(x_white, 31270, 1000) ||
1001 png_warning_parameter_signed(p, 1, PNG_NUMBER_FORMAT_fixed, x_white);
1037 xy.whitex = x_white;
1098 png_set_cHRM_fixed(png_ptr, info_ptr, x_white, y_white, x_red, y_red,
    [all...]
pngset.c 55 info_ptr->x_white = white_x;
    [all...]
pngwrite.c 82 info_ptr->x_white, info_ptr->y_white,
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 193 png_fixed_point x_white; member in struct:png_info_def

Completed in 205 milliseconds