Home | History | Annotate | Download | only in rendering

Lines Matching refs:scaleFactor

319         static const double scaleFactor = nextafter(256.0, 0.0);
320 return makeRGB(static_cast<int>(scaleFactor * [colorInColorSpace redComponent]),
321 static_cast<int>(scaleFactor * [colorInColorSpace greenComponent]),
322 static_cast<int>(scaleFactor * [colorInColorSpace blueComponent]));