Lines Matching full:redf
5664 double redf, greenf, bluef, alphaf;
5674 this->redf = this->red / (double)rMax;
5680 this->rede = this->redf * DBL_EPSILON;
6074 that->red = sample_scale(that->redf, scale);
6111 that->bluef = that->greenf = that->redf;
6510 transform_range_check(pp, r, g, b, a, in_pixel.red, in_pixel.redf,
7565 r = rlo = rhi = that->redf;
7706 double r = that->redf;
7834 that->bluef = that->greenf = that->redf = gray;
7964 that->redf = data.redf;
7981 that->redf = that->redf * that->alphaf + data.redf * alf;