Lines Matching refs:tmp1
1235 int stressed, tmp1, tmp2;
1275 tmp1 = (14 * (int) borderPtr->bgColorPtr->red)/10;
1276 if (tmp1 > MAX_INTENSITY) {
1277 tmp1 = MAX_INTENSITY;
1280 lightColor.red = (tmp1 > tmp2) ? tmp1 : tmp2;
1281 tmp1 = (14 * (int) borderPtr->bgColorPtr->green)/10;
1282 if (tmp1 > MAX_INTENSITY) {
1283 tmp1 = MAX_INTENSITY;
1286 lightColor.green = (tmp1 > tmp2) ? tmp1 : tmp2;
1287 tmp1 = (14 * (int) borderPtr->bgColorPtr->blue)/10;
1288 if (tmp1 > MAX_INTENSITY) {
1289 tmp1 = MAX_INTENSITY;
1292 lightColor.blue = (tmp1 > tmp2) ? tmp1 : tmp2;