OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animValue
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathBlender.cpp
57
float
animValue
= blendAnimatedFloat(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress);
60
return
animValue
;
64
return m_toMode == AbsoluteCoordinates ?
animValue
+ currentValue :
animValue
- currentValue;
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
[
all
...]
Completed in 1586 milliseconds