Searched refs:roundness (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/ui/views/ |
D | detachable_toolbar_view.cc | 43 double* roundness, views::View* view) { in CalculateContentArea() argument 50 *roundness = static_cast<double>(kNewtabBarRoundness) * animation_state; in CalculateContentArea() 67 const SkRect& rect, double roundness) { in PaintContentAreaBackground() argument 73 rect, SkDoubleToScalar(roundness), SkDoubleToScalar(roundness), paint); in PaintContentAreaBackground() 79 const SkRect& rect, double roundness) { in PaintContentAreaBorder() argument 88 rect, SkDoubleToScalar(roundness), SkDoubleToScalar(roundness), in PaintContentAreaBorder()
|
D | detachable_toolbar_view.h | 52 double* roundness, 65 double roundness); 70 double roundness);
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 217 double roundness = 0; in Paint() local 219 v_padding, &rect, &roundness, host_view_); in Paint() 221 roundness); in Paint() 222 DetachableToolbarView::PaintContentAreaBorder(canvas, tp, rect, roundness); in Paint()
|