Lines Matching full:redf
6037 double redf, greenf, bluef, alphaf;
6047 this->redf = this->red / (double)rMax;
6053 this->rede = this->redf * DBL_EPSILON;
6447 that->red = sample_scale(that->redf, scale);
6484 that->bluef = that->greenf = that->redf;
6883 transform_range_check(pp, r, g, b, a, in_pixel.red, in_pixel.redf,
7938 r = rlo = rhi = that->redf;
8079 double r = that->redf;
8207 that->bluef = that->greenf = that->redf = gray;
8337 that->redf = data.redf;
8354 that->redf = that->redf * that->alphaf + data.redf * alf;