Home
last modified time | relevance | path

Searched refs:compareMatrices (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Dmatrix-interpolation.js2 function compareMatrices(actual, expected, expectedLength) { function
40 compareMatrices(evaluatedInterp, [1, -0.1, 0, 1, 0, 0], 6);
47 compareMatrices(evaluatedInterp, [1.12, 0.46, -0.84, 1.34, 5, 5], 6);
56 compareMatrices(
66 compareMatrices(
76 compareMatrices(evaluatedInterp, [1.12, 0.46, -0.84, 1.34, 5, 5], 6);
84 compareMatrices(
89 compareMatrices(
104 compareMatrices(functions[1], [1, -0.1, 0, 1, 0, 0], 6);
114 compareMatrices(functions[1], [1, -0.1, 0, 1, 0, 0], 6);
[all …]