transform_operations_unittest.cc | 425 ScopedVector<TransformOperations> identity_operations; local 426 GetIdentityOperations(&identity_operations); 428 for (size_t i = 0; i < identity_operations.size(); ++i) { 438 expected, operations.Blend(*identity_operations[i], progress)); 446 expected, operations.Blend(*identity_operations[i], progress)); 454 expected, operations.Blend(*identity_operations[i], progress)); 459 ScopedVector<TransformOperations> identity_operations; local 460 GetIdentityOperations(&identity_operations); 462 for (size_t i = 0; i < identity_operations.size(); ++i) { 472 expected, operations.Blend(*identity_operations[i], progress)) 493 ScopedVector<TransformOperations> identity_operations; local 527 ScopedVector<TransformOperations> identity_operations; local 564 ScopedVector<TransformOperations> identity_operations; local 582 ScopedVector<TransformOperations> identity_operations; local 600 ScopedVector<TransformOperations> identity_operations; local 618 ScopedVector<TransformOperations> identity_operations; local 636 ScopedVector<TransformOperations> identity_operations; local 655 ScopedVector<TransformOperations> identity_operations; local [all...] |