OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInitialDashIndex
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/effects/
SkDashPathEffect.h
69
int32_t
fInitialDashIndex
;
/external/skia/src/effects/
SkDashPathEffect.cpp
18
,
fInitialDashIndex
(0)
32
&fInitialDashLength, &
fInitialDashIndex
, &fIntervalLength, &fPhase);
42
fInitialDashLength,
fInitialDashIndex
, fIntervalLength);
235
if (clampedInitialDashLength > 0 || 0 ==
fInitialDashIndex
) {
237
if (0 ==
fInitialDashIndex
) {
270
if (clampedInitialDashLength > 0 || 0 ==
fInitialDashIndex
) {
273
if (0 ==
fInitialDashIndex
) {
Completed in 265 milliseconds