Searched defs:roundness (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Ddetachable_toolbar_view.cc57 double* roundness, views::View* view) {
64 *roundness = static_cast<double>(kNewtabBarRoundness) * animation_state;
83 double roundness) {
89 rect, SkDoubleToScalar(roundness), SkDoubleToScalar(roundness), paint);
95 const SkRect& rect, double roundness) {
104 rect, SkDoubleToScalar(roundness), SkDoubleToScalar(roundness),
54 CalculateContentArea( double animation_state, double horizontal_padding, double vertical_padding, SkRect* rect, double* roundness, views::View* view) argument
79 PaintContentAreaBackground( gfx::Canvas* canvas, ui::ThemeProvider* theme_provider, const SkRect& rect, double roundness) argument
93 PaintContentAreaBorder( gfx::Canvas* canvas, ui::ThemeProvider* theme_provider, const SkRect& rect, double roundness) argument

Completed in 330 milliseconds