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

  /external/libpng/
pngget.c 513 double *white_x, double *white_y, double *red_x, double *red_y,
536 if (red_y != NULL)
537 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy,
559 double *red_X, double *red_Y, double *red_Z, double *green_X,
571 if (red_Y != NULL)
572 *red_Y = png_float(png_ptr, info_ptr->colorspace.end_points_XYZ.red_Y,
619 *int_red_Y = info_ptr->colorspace.end_points_XYZ.red_Y;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
657 if (red_y != NULL
    [all...]
pngstruct.h 96 png_fixed_point red_X, red_Y, red_Z;
png.c     [all...]
pngset.c 42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
53 xy.redy = red_y;
84 XYZ.red_Y = int_red_Y;
103 double white_x, double white_y, double red_x, double red_y,
110 png_fixed(png_ptr, red_y, "cHRM Red Y"),
119 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
124 png_fixed(png_ptr, red_Y, "cHRM Red Y"),
    [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngget.c 480 double *white_x, double *white_y, double *red_x, double *red_y,
503 if (red_y != NULL)
504 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy,
526 double *red_X, double *red_Y, double *red_Z, double *green_X,
538 if (red_Y != NULL)
539 *red_Y = png_float(png_ptr, info_ptr->colorspace.end_points_XYZ.red_Y,
586 *int_red_Y = info_ptr->colorspace.end_points_XYZ.red_Y;
610 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
624 if (red_y != NULL)
    [all...]
pngstruct.h 97 png_fixed_point red_X, red_Y, red_Z;
png.c     [all...]
pngset.c 41 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
52 xy.redy = red_y;
83 XYZ.red_Y = int_red_Y;
101 double white_x, double white_y, double red_x, double red_y,
108 png_fixed(png_ptr, red_y, "cHRM Red Y"),
117 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
122 png_fixed(png_ptr, red_Y, "cHRM Red Y"),
    [all...]
png.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 524 double *white_x, double *white_y, double *red_x, double *red_y,
537 if (red_y != NULL)
538 *red_y = png_float(png_ptr, info_ptr->y_red, "cHRM red Y");
555 double *red_X, double *red_Y, double *red_Z, double *green_X,
567 if (red_Y != NULL)
568 *red_Y = png_float(png_ptr, XYZ.redY, "cHRM red Y");
594 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
607 if (red_y != NULL)
608 *red_y = info_ptr->y_red;
pngset.c 42 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
52 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y))
58 info_ptr->y_red = red_y;
103 double white_x, double white_y, double red_x, double red_y,
110 png_fixed(png_ptr, red_y, "cHRM Red Y"),
119 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
124 png_fixed(png_ptr, red_Y, "cHRM Red Y"),
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 203 milliseconds