Home
last modified time | relevance | path

Searched refs:normal_b (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
Dtranslate_infobar_base_gtk.cc77 double normal_r, normal_g, normal_b; in GetTopColor() local
79 &normal_r, &normal_g, &normal_b); in GetTopColor()
87 double offset_b = error_b - normal_b; in GetTopColor()
91 *b = normal_b + (background_error_percent_ * offset_b); in GetTopColor()
102 double normal_r, normal_g, normal_b; in GetBottomColor() local
104 &normal_r, &normal_g, &normal_b); in GetBottomColor()
112 double offset_b = error_b - normal_b; in GetBottomColor()
116 *b = normal_b + (background_error_percent_ * offset_b); in GetBottomColor()