OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLineWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
maximize_bubble_controller.cc
44
const int
kLineWidth
= 1;
100
int left = inset.left() -
kLineWidth
;
101
int right = inset.left() + content_view_->width() +
kLineWidth
;
102
int top = inset.top() -
kLineWidth
;
103
int bottom = inset.top() + content_view_->height() +
kLineWidth
;
137
y -
kLineWidth
,
139
kLineWidth
),
145
kLineWidth
),
148
canvas->FillRect(gfx::Rect(inset.left() -
kLineWidth
,
149
y -
kLineWidth
,
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h
[
all
...]
Completed in 344 milliseconds