Lines Matching refs:lightColor
1367 rgb_color lightColor = tint_color(base, B_LIGHTEN_2_TINT); in DrawSliderThumb() local
1368 lightColor.alpha = 128; in DrawSliderThumb()
1369 view->SetHighColor(lightColor); in DrawSliderThumb()
1379 rgb_color lightColor = tint_color(base, B_LIGHTEN_2_TINT); in DrawSliderThumb() local
1380 lightColor.alpha = 128; in DrawSliderThumb()
1381 view->SetHighColor(lightColor); in DrawSliderThumb()
1524 rgb_color lightColor; in DrawSliderHashMarks() local
1528 lightColor = tint_color(base, 0.9); in DrawSliderHashMarks()
1531 lightColor = tint_color(base, 0.8); in DrawSliderHashMarks()
1557 BPoint(pos + 1, rect.top + 4), lightColor); in DrawSliderHashMarks()
1567 BPoint(rect.left + 4, pos + 1), lightColor); in DrawSliderHashMarks()
1585 BPoint(pos + 1, rect.bottom), lightColor); in DrawSliderHashMarks()
1595 BPoint(rect.right, pos + 1), lightColor); in DrawSliderHashMarks()
2068 rgb_color lightColor; in DrawRaisedBorder() local
2072 lightColor = base; in DrawRaisedBorder()
2075 lightColor = tint_color(base, 0.85); in DrawRaisedBorder()
2079 _DrawFrame(view, rect, lightColor, lightColor, shadowColor, shadowColor, in DrawRaisedBorder()