OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dashLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp
42
size_t
dashLength
= dashes.size();
43
if (!
dashLength
) {
51
size_t count = !(
dashLength
% 2) ?
dashLength
:
dashLength
* 2;
55
intervals[i] = dashes[i %
dashLength
];
84
int
dashLength
= static_cast<int>(width);
88
if (
dashLength
> 1) {
90
int numDashes = distance /
dashLength
;
91
int remainder = distance %
dashLength
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp
[
all
...]
Completed in 75 milliseconds