OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fIntervals
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
59
SkScalar*
fIntervals
;
/external/skia/include/effects/
SkDashPathEffect.h
59
SkScalar*
fIntervals
;
/external/skia/bench/
DashBench.cpp
35
SkTDArray<SkScalar>
fIntervals
;
43
fIntervals
.append(count, intervals);
45
fIntervals
[i] *= width;
74
paint.setPathEffect(new SkDashPathEffect(
fIntervals
.begin(),
75
fIntervals
.count(), 0))->unref();
Completed in 273 milliseconds