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

  /external/libpng/
pngget.c 482 double *green_x, double *green_y, double *blue_x, double *blue_y)
507 if (green_x != NULL)
508 *green_x = png_float(png_ptr,
527 double *red_X, double *red_Y, double *red_Z, double *green_X,
545 if (green_X != NULL)
546 *green_X = png_float(png_ptr,
547 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
591 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
611 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
627 if (green_x != 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,
54 xy.greenx = green_x;
86 XYZ.green_X = int_green_X;
103 double green_x, double green_y, double blue_x, double blue_y)
110 png_fixed(png_ptr, green_x, "cHRM Green X"),
118 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
125 png_fixed(png_ptr, green_X, "cHRM Red X"),
    [all...]
png.h     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngget.c 481 double *green_x, double *green_y, double *blue_x, double *blue_y)
506 if (green_x != NULL)
507 *green_x = png_float(png_ptr,
526 double *red_X, double *red_Y, double *red_Z, double *green_X,
544 if (green_X != NULL)
545 *green_X = png_float(png_ptr,
546 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
590 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
610 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
626 if (green_x != NULL)
    [all...]
fx_pngset.c 41 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
53 xy.greenx = green_x;
85 XYZ.green_X = int_green_X;
102 double green_x, double green_y, double blue_x, double blue_y)
109 png_fixed(png_ptr, green_x, "cHRM Green X"),
117 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
124 png_fixed(png_ptr, green_X, "cHRM Red X"),
    [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 1204 milliseconds