Lines Matching refs:max

284 			_colors[0].red = std::max(0, base.red - 72);
285 _colors[0].green = std::max(0, base.green - 72);
286 _colors[0].blue = std::max(0, base.blue - 72);
294 _colors[2].red = std::max(0, base.red - 8);
295 _colors[2].green = std::max(0, base.green - 8);
296 _colors[2].blue = std::max(0, base.blue - 8);
299 _colors[3].red = std::max(0, base.red - 88);
300 _colors[3].green = std::max(0, base.green - 88);
301 _colors[3].blue = std::max(0, base.blue - 88);
304 _colors[4].red = std::max(0, base.red - 72);
305 _colors[4].green = std::max(0, base.green - 72);
306 _colors[4].blue = std::max(0, base.blue - 72);
309 _colors[5].red = std::max(0, base.red - 128);
310 _colors[5].green = std::max(0, base.green - 128);
311 _colors[5].blue = std::max(0, base.blue - 128);
317 _colors[i].red = std::max((int)_colors[i].red - 80, 0);
318 _colors[i].green = std::max((int)_colors[i].green - 80, 0);
786 *_size = std::max(0.0f, tabSize - 7.0f);
933 buttonColorShadow1.red = std::max(0, buttonColor.red - 21),
934 buttonColorShadow1.green = std::max(0, buttonColor.green - 21),
935 buttonColorShadow1.blue = std::max(0, buttonColor.blue - 21);
973 buttonColorShadow2.red = std::max(0, buttonColor.red - 72),
974 buttonColorShadow2.green = std::max(0, buttonColor.green - 72),
975 buttonColorShadow2.blue = std::max(0, buttonColor.blue - 72);
1122 buttonColorShadow2.red = std::max(0, buttonColor.red - 45),
1123 buttonColorShadow2.green = std::max(0, buttonColor.green - 45),
1124 buttonColorShadow2.blue = std::max(0, buttonColor.blue - 45);