OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundness
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.h
52
double*
roundness
,
61
// the background within. |
roundness
| describes the
roundness
of the corners.
65
double
roundness
);
70
double
roundness
);
detachable_toolbar_view.cc
43
double*
roundness
, views::View* view) {
50
*
roundness
= static_cast<double>(kNewtabBarRoundness) * animation_state;
67
const SkRect& rect, double
roundness
) {
73
rect, SkDoubleToScalar(
roundness
), SkDoubleToScalar(
roundness
), paint);
79
const SkRect& rect, double
roundness
) {
88
rect, SkDoubleToScalar(
roundness
), SkDoubleToScalar(
roundness
),
/external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.cc
58
double*
roundness
, views::View* view) {
65
*
roundness
= static_cast<double>(kNewtabBarRoundness) * animation_state;
84
double
roundness
) {
90
rect, SkDoubleToScalar(
roundness
), SkDoubleToScalar(
roundness
), paint);
96
const SkRect& rect, double
roundness
) {
105
rect, SkDoubleToScalar(
roundness
), SkDoubleToScalar(
roundness
),
detachable_toolbar_view.h
54
double*
roundness
,
66
// |
roundness
| describes the
roundness
of the corners.
70
double
roundness
);
75
double
roundness
);
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
217
double
roundness
= 0;
local
219
v_padding, &rect, &
roundness
, host_view_);
221
roundness
);
222
DetachableToolbarView::PaintContentAreaBorder(canvas, tp, rect,
roundness
);
[
all
...]
Completed in 53 milliseconds