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

  /external/libpng/
pngget.c 481 double *white_x, double *white_y, double *red_x, double *red_y,
504 if (red_y != NULL)
505 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy,
527 double *red_X, double *red_Y, double *red_Z, double *green_X,
539 if (red_Y != NULL)
540 *red_Y = png_float(png_ptr, info_ptr->colorspace.end_points_XYZ.red_Y,
587 *int_red_Y = info_ptr->colorspace.end_points_XYZ.red_Y;
611 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
625 if (red_y != NULL
    [all...]
pngtest.c 1081 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1085 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y))
1088 red_y, green_x, green_y, blue_x, blue_y);
1104 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1108 &red_y, &green_x, &green_y, &blue_x, &blue_y))
1111 red_y, green_x, green_y, blue_x, blue_y);
    [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;
102 double white_x, double white_y, double red_x, double red_y,
109 png_fixed(png_ptr, red_y, "cHRM Red Y"),
118 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
123 png_fixed(png_ptr, red_Y, "cHRM Red Y"),
    [all...]
png.h     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_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...]
fx_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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h 841 double red_x, double red_y, double green_x, double green_y,
    [all...]

Completed in 4902 milliseconds