Searched defs:fromValues (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableRepeatable.cpp40 const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& fromValues = m_values; local
42 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
43 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
46 const AnimatableValue* from = fromValues[i % fromValues.size()].get();
55 bool AnimatableRepeatable::interpolateLists(const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& fromValues, const WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& toValues, double fraction, WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& interpolatedValues) argument
59 ASSERT(!fromValues.isEmpty() && !toValues.isEmpty());
60 size_t size = lowestCommonMultiple(fromValues.size(), toValues.size());
63 const AnimatableValue* from = fromValues[i % fromValues
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec2.js61 vec2.fromValues = function(x, y) {
H A Dvec3.js64 vec3.fromValues = function(x, y, z) {
H A Dvec4.js67 vec4.fromValues = function(x, y, z, w) {
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js163 vec2.fromValues = function(x, y) {
650 vec3.fromValues = function(x, y, z) {
1137 vec4.fromValues = function(x, y, z, w) {
3454 quat.fromValues = vec4.fromValues;

Completed in 296 milliseconds