Lines Matching refs:valueMin
340 const deInt32 red = deInt32(info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale);
341 const deInt32 green = deInt32(info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenScale);
342 const deInt32 blue = deInt32(info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale);
343 const deInt32 alpha = deInt32(info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaScale);
366 const float red = info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale;
367 const float green = info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenScale;
368 const float blue = info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale;
369 const float alpha = info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaScale;