Searched defs:start_color (Results 1 – 5 of 5) sorted by relevance
13 def start_color (c): return '' member in ColorFormatter.Null23 def start_color (c): member in ColorFormatter.ANSI39 def start_color (c): member in ColorFormatter.HTML
87 uint32 start_color, uint32 end_color, bool horizontal) { in GradientFill()126 uint32 start_color, in GradientFill()
95 SkColor start_color, in CreateGradientShader()
91 void DrawGradientRect(const gfx::Rect& rect, SkColor start_color, in DrawGradientRect()
2186 SkColor start_color = SkColorSetARGB( 64, 20, 40, 60); in TEST() local