OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kStroke
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/bubble/
bubble_border.cc
74
const int
kStroke
= 1;
174
images_->arrow_interior_thickness +
kStroke
- images_->arrow_thickness;
180
x += mid_anchor ? w / 2 - arrow_offset :
kStroke
- GetBorderThickness();
185
w - size.width() + GetBorderThickness() -
kStroke
;
191
y += mid_anchor ? h / 2 - arrow_offset :
kStroke
- GetBorderThickness();
196
h - size.height() + GetBorderThickness() -
kStroke
;
/external/chromium_org/third_party/skia/include/svg/
SkSVGPaintState.h
33
kStroke
,
/external/skia/include/svg/
SkSVGPaintState.h
33
kStroke
,
Completed in 1255 milliseconds