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

  /external/libpng/
pngget.c 481 double *white_x, double *white_y, double *red_x, double *red_y,
501 if (red_x != NULL)
502 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx,
527 double *red_X, double *red_Y, double *red_Z, double *green_X,
536 if (red_X != NULL)
537 *red_X = png_float(png_ptr, info_ptr->colorspace.end_points_XYZ.red_X,
585 *int_red_X = info_ptr->colorspace.end_points_XYZ.red_X;
610 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
623 if (red_x != NULL
    [all...]
pngstruct.h 97 png_fixed_point red_X, red_Y, red_Z;
png.c     [all...]
pngset.c 41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
52 xy.redx = red_x;
83 XYZ.red_X = int_red_X;
102 double white_x, double white_y, double red_x, double red_y,
108 png_fixed(png_ptr, red_x, "cHRM Red X"),
117 png_set_cHRM_XYZ(png_const_structrp png_ptr, png_inforp info_ptr, double red_X,
122 png_fixed(png_ptr, red_X, "cHRM Red X"),
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 2078 milliseconds