OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromAngle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
RotateTransformOperation.cpp
47
double
fromAngle
= fromOp ? fromOp->m_angle : 0;
51
WebCore::blend(
fromAngle
, m_angle, progress), m_type);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp
84
const SVGAngle&
fromAngle
= fromAngleAndEnumeration.first;
86
toAngle.setValue(toAngle.value() +
fromAngle
.value());
SVGPathBlender.cpp
234
float
fromAngle
= 0;
244
if ((m_fromSource->hasMoreData() && !m_fromSource->parseArcToSegment(fromRx, fromRy,
fromAngle
, fromLargeArc, fromSweep, fromTargetPoint))
254
fromAngle
+ toAngle * m_addTypesCount,
262
blend(
fromAngle
, toAngle, m_progress),
Completed in 44 milliseconds