Home | History | Annotate | Download | only in rendering

Lines Matching refs:scaleFactor

267         static const double scaleFactor = nextafter(256.0, 0.0);
268 return makeRGB(static_cast<int>(scaleFactor * [colorInColorSpace redComponent]),
269 static_cast<int>(scaleFactor * [colorInColorSpace greenComponent]),
270 static_cast<int>(scaleFactor * [colorInColorSpace blueComponent]));