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

  /external/syslinux/com32/lib/libpng/
pngset.c 43 double green_x, double green_y, double blue_x, double blue_y)
54 info_ptr->x_green = (float)green_x;
63 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5);
76 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
86 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y))
93 info_ptr->int_x_green = green_x;
102 info_ptr->x_green = (float)(green_x/100000.);
534 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; local
572 green_x = (float).30;
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y)
    [all...]
pngget.c 411 double *green_x, double *green_y, double *blue_x, double *blue_y)
425 if (green_x != NULL)
426 *green_x = (double)info_ptr->x_green;
442 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
457 if (green_x != NULL)
458 *green_x = info_ptr->int_x_green;
png.c 890 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
903 green_x < 0 || green_y < 0 ||
914 green_x > (png_fixed_point) PNG_UINT_31_MAX ||
933 if (green_x > 100000L - green_y)
944 png_64bit_product(green_x - red_x, blue_y - red_y, &xy_hi, &xy_lo);
pngtest.c 923 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
926 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y))
929 red_y, green_x, green_y, blue_x, blue_y);
945 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
948 &red_y, &green_x, &green_y, &blue_x, &blue_y))
951 red_y, green_x, green_y, blue_x, blue_y);
    [all...]
pngwutil.c 990 double red_x, double red_y, double green_x, double green_y,
1007 int_green_x = (png_uint_32)(green_x * 100000.0 + 0.5);
    [all...]
pngrutil.c 823 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; local
891 green_x = (float)int_x_green / (float)100000.0;
916 green_x, green_y, blue_x, blue_y);
933 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);
    [all...]
  /external/libpng/
pngget.c 514 double *green_x, double *green_y, double *blue_x, double *blue_y)
539 if (green_x != NULL)
540 *green_x = png_float(png_ptr,
559 double *red_X, double *red_Y, double *red_Z, double *green_X,
577 if (green_X != NULL)
578 *green_X = png_float(png_ptr,
579 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
623 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
659 if (green_x != NULL
    [all...]
pngtest.c 1116 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1120 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0)
1139 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
    [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;
104 double green_x, double green_y, double blue_x, double blue_y)
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
119 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
126 png_fixed(png_ptr, green_X, "cHRM Green X"),
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 514 double *green_x, double *green_y, double *blue_x, double *blue_y)
539 if (green_x != NULL)
540 *green_x = png_float(png_ptr,
559 double *red_X, double *red_Y, double *red_Z, double *green_X,
577 if (green_X != NULL)
578 *green_X = png_float(png_ptr,
579 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
623 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
659 if (green_x != NULL
    [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;
104 double green_x, double green_y, double blue_x, double blue_y)
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
119 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
126 png_fixed(png_ptr, green_X, "cHRM Green X"),
    [all...]
png.h     [all...]
  /external/skia/third_party/libpng/
pngget.c 514 double *green_x, double *green_y, double *blue_x, double *blue_y)
539 if (green_x != NULL)
540 *green_x = png_float(png_ptr,
559 double *red_X, double *red_Y, double *red_Z, double *green_X,
577 if (green_X != NULL)
578 *green_X = png_float(png_ptr,
579 info_ptr->colorspace.end_points_XYZ.green_X, "cHRM green X");
623 *int_green_X = info_ptr->colorspace.end_points_XYZ.green_X;
643 png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y,
659 if (green_x != NULL
    [all...]
pngtest.c 1109 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1113 &red_x, &red_y, &green_x, &green_y, &blue_x, &blue_y) != 0)
1116 red_y, green_x, green_y, blue_x, blue_y);
1132 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
    [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;
104 double green_x, double green_y, double blue_x, double blue_y)
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
119 double red_Y, double red_Z, double green_X, double green_Y, double green_Z,
126 png_fixed(png_ptr, green_X, "cHRM Green X"),
    [all...]
png.h     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 296 milliseconds