Lines Matching refs:g
39 g = 60 + int(180 * hash_to_float(method))
41 return (r, g, b)
46 g = 180 + int(70 * hash_to_float((method)))
48 return (r, g, b)
53 g = 110 + 105 * (1 - callsite.weight() / total_weight)
55 return (r, g, b)
76 r, g, b = get_dso_color(callsite.dso)
78 r, g, b = get_legacy_color(method)
80 r, g, b = get_heat_color(callsite, total_weight)
82 r_border, g_border, b_border = [max(0, color - 50) for color in [r, g, b]]
109 g,
112 g,