OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
new_avatar_button.cc
24
const int
kInset
= 10;
31
border->SetInsets(gfx::Insets(
kInset
,
kInset
,
kInset
,
kInset
));
121
rect = gfx::Rect(-
kInset
, 0, size().width(), size().height());
123
rect = gfx::Rect(
kInset
, 0, size().width(), size().height());
network_profile_bubble_view.cc
27
const int
kInset
= 2;
76
layout->SetInsets(0,
kInset
,
kInset
,
kInset
);
critical_notification_bubble_view.cc
35
const int
kInset
= 2;
162
layout->SetInsets(0,
kInset
,
kInset
,
kInset
);
/external/skia/gm/
lumafilter.cpp
14
static SkScalar
kInset
= 10;
43
r.inset(
kInset
, 0);
60
r.inset(0,
kInset
);
126
SkScalar gridStep = kSize + 2 *
kInset
;
134
canvas->translate(
kInset
, gridStep * i + 30);
Completed in 505 milliseconds