HomeSort by relevance Sort by last modified time
    Searched full:operations_from (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 259 TransformOperations operations_from; local
260 operations_from.AppendScale(sx1, sy1, sz1);
261 operations_from.AppendTranslate(dx1, dy1, dz1);
289 expected, operations_to.Blend(operations_from, progress));
307 TransformOperations operations_from; local
308 operations_from.AppendScale(sx, sy, sz);
322 CheckProgress(-1, matrix_from, matrix_to, operations_from, operations_to);
323 CheckProgress(0, matrix_from, matrix_to, operations_from, operations_to);
324 CheckProgress(0.25f, matrix_from, matrix_to, operations_from, operations_to);
325 CheckProgress(0.5f, matrix_from, matrix_to, operations_from, operations_to)
347 TransformOperations operations_from; local
373 TransformOperations operations_from; local
389 TransformOperations operations_from; local
404 TransformOperations operations_from; local
713 TransformOperations operations_from; local
732 TransformOperations operations_from; local
749 TransformOperations operations_from; local
784 TransformOperations operations_from; local
845 TransformOperations operations_from; local
873 TransformOperations operations_from; local
894 TransformOperations operations_from; local
917 TransformOperations operations_from; local
964 TransformOperations operations_from; local
1119 TransformOperations operations_from; local
1178 TransformOperations operations_from; local
1210 TransformOperations operations_from; local
1223 TransformOperations operations_from; local
1247 TransformOperations operations_from; local
    [all...]

Completed in 73 milliseconds