Home | History | Annotate | Download | only in libpng

Lines Matching defs:green_x

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;
572 green_x = (float).30;
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);