Searched refs:right_part (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text.cc91 // fade effect, if any, and |right_part| specifying the right fade effect.
94 const Rect& right_part,
104 if (!right_part.IsEmpty())
105 AddFadeEffect(text_rect, right_part, color, fade_color,
904 Rect right_part; local
911 right_part = solid_part;
912 right_part.Inset(solid_part.width() - gradient_width, 0, 0, 0);
921 text_rect, left_part, right_part, colors_.breaks().front().second);
92 CreateFadeShader(const Rect& text_rect, const Rect& left_part, const Rect& right_part, SkColor color) argument

Completed in 148 milliseconds