OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPhase
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
66
SkScalar
fPhase
;
/external/skia/include/effects/
SkDashPathEffect.h
66
SkScalar
fPhase
;
/external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp
45
SkScalar
fPhase
;
51
fPhase
= 0.0f; // to animate the dashed path
68
SkAutoTUnref<SkDashPathEffect> dash(SkDashPathEffect::Create(intervals, 2,
fPhase
));
96
fPhase
+= .01f;
/external/skia/samplecode/
SamplePathUtils.cpp
45
SkScalar
fPhase
;
51
fPhase
= 0.0f; // to animate the dashed path
68
SkAutoTUnref<SkDashPathEffect> dash(SkDashPathEffect::Create(intervals, 2,
fPhase
));
96
fPhase
+= .01f;
/external/chromium_org/third_party/skia/include/core/
SkPathEffect.h
123
DashInfo() : fIntervals(NULL), fCount(0),
fPhase
(0) {}
128
SkScalar
fPhase
; //!< Offset into the dashed interval pattern
/external/skia/include/core/
SkPathEffect.h
123
DashInfo() : fIntervals(NULL), fCount(0),
fPhase
(0) {}
128
SkScalar
fPhase
; //!< Offset into the dashed interval pattern
Completed in 625 milliseconds