Blend             303 cc/animation/keyframed_animation_curve.cc   return (*keyframes)[i+1]->Value().Blend((*keyframes)[i]->Value(), progress);
Blend             138 cc/animation/transform_operation.cc       if (!result->Blend(from_matrix, progress))
Blend             191 cc/animation/transform_operation.cc     if (!result->Blend(from_matrix, progress))
Blend              47 cc/animation/transform_operations.h   gfx::Transform Blend(const TransformOperations& from,
Blend             280 cc/animation/transform_operations_unittest.cc   blended_scale.Blend(scale_from, progress);
Blend             283 cc/animation/transform_operations_unittest.cc   blended_translate.Blend(translate_from, progress);
Blend             289 cc/animation/transform_operations_unittest.cc       expected, operations_to.Blend(operations_from, progress));
Blend             298 cc/animation/transform_operations_unittest.cc   expected_matrix.Blend(from_matrix, progress);
Blend             300 cc/animation/transform_operations_unittest.cc       expected_matrix, to_transform.Blend(from_transform, progress));
Blend             366 cc/animation/transform_operations_unittest.cc   expected.Blend(from, progress);
Blend             369 cc/animation/transform_operations_unittest.cc       expected, operations_to.Blend(operations_from, progress));
Blend             385 cc/animation/transform_operations_unittest.cc       expected, operations_to.Blend(operations_from, progress));
Blend             400 cc/animation/transform_operations_unittest.cc       expected, operations_to.Blend(operations_from, progress));
Blend             418 cc/animation/transform_operations_unittest.cc   expected.Blend(matrix_from, progress);
Blend             421 cc/animation/transform_operations_unittest.cc       expected, operations_to.Blend(operations_from, progress));
Blend             438 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             446 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             454 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             472 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             480 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             488 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             506 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             514 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             522 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             541 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             550 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             559 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             577 cc/animation/transform_operations_unittest.cc         expected, operations.Blend(*identity_operations[i], progress));
Blend             595 cc/animation/transform_operations_unittest.cc         expected, identity_operations[i]->Blend(operations, progress));
Blend             613 cc/animation/transform_operations_unittest.cc         expected, identity_operations[i]->Blend(operations, progress));
Blend             631 cc/animation/transform_operations_unittest.cc         expected, identity_operations[i]->Blend(operations, progress));
Blend             650 cc/animation/transform_operations_unittest.cc         expected, identity_operations[i]->Blend(operations, progress));
Blend             668 cc/animation/transform_operations_unittest.cc         expected, identity_operations[i]->Blend(operations, progress));
Blend             683 cc/animation/transform_operations_unittest.cc       expected, operations1.Blend(operations2, -0.5));
Blend             689 cc/animation/transform_operations_unittest.cc       expected, operations1.Blend(operations2, 1.5));
Blend             705 cc/animation/transform_operations_unittest.cc       expected, operations1.Blend(operations2, 1.5));
Blend             709 cc/animation/transform_operations_unittest.cc       expected, operations1.Blend(operations2, -0.5));
Blend            1023 cc/animation/transform_operations_unittest.cc     gfx::Transform partial_transform = to.Blend(from, t);
Blend            1150 cc/animation/transform_operations_unittest.cc       EXPECT_TRUE(blended_matrix.Blend(from_transform, progress));
Blend            1153 cc/animation/transform_operations_unittest.cc           to_operations.Blend(from_operations, progress);
Blend             190 cc/output/filter_operation.h   static FilterOperation Blend(const FilterOperation* from,
Blend             181 cc/output/filter_operations.cc         FilterOperation::Blend(&from.at(i), &at(i), progress));
Blend             187 cc/output/filter_operations.cc           FilterOperation::Blend(&from.at(i), NULL, progress));
Blend             191 cc/output/filter_operations.cc       blended_filters.Append(FilterOperation::Blend(NULL, &at(i), progress));
Blend              68 cc/output/filter_operations.h   FilterOperations Blend(const FilterOperations& from, double progress) const;
Blend             147 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             151 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             155 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.8);
Blend             163 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             167 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             176 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             180 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             184 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.8);
Blend             192 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             196 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             205 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             209 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             213 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 2.0);
Blend             221 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             225 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             234 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             238 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             242 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             250 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             254 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             263 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             267 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             271 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.8);
Blend             279 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             283 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             292 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9);
Blend             296 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             300 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             308 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             312 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             321 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9);
Blend             325 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             329 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             337 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             341 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             350 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             354 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             358 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.8);
Blend             366 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             370 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             379 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9);
Blend             383 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             387 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             395 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             399 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             410 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             415 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.25);
Blend             420 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             425 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             435 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             440 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             450 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             454 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             458 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             466 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             470 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             479 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             484 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.75);
Blend             488 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             497 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             502 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             515 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75);
Blend             518 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.5);
Blend             521 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 0.6);
Blend             524 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&from, &to, 1.5);
Blend             535 cc/output/filter_operations_unittest.cc   FilterOperation blended = FilterOperation::Blend(&filter, NULL, 0.25);
Blend             537 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(&filter, NULL, 0.75);
Blend             540 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.25);
Blend             542 cc/output/filter_operations_unittest.cc   blended = FilterOperation::Blend(NULL, &filter, 0.75);
Blend             561 cc/output/filter_operations_unittest.cc   FilterOperations blended = to.Blend(from, -0.75);
Blend             568 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 0.75);
Blend             575 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 1.5);
Blend             591 cc/output/filter_operations_unittest.cc   FilterOperations blended = empty.Blend(filters, -0.75);
Blend             598 cc/output/filter_operations_unittest.cc   blended = empty.Blend(filters, 0.75);
Blend             605 cc/output/filter_operations_unittest.cc   blended = empty.Blend(filters, 1.5);
Blend             612 cc/output/filter_operations_unittest.cc   blended = filters.Blend(empty, -0.75);
Blend             619 cc/output/filter_operations_unittest.cc   blended = filters.Blend(empty, 0.75);
Blend             626 cc/output/filter_operations_unittest.cc   blended = filters.Blend(empty, 1.5);
Blend             637 cc/output/filter_operations_unittest.cc   FilterOperations blended = empty.Blend(empty, -0.75);
Blend             640 cc/output/filter_operations_unittest.cc   blended = empty.Blend(empty, 0.75);
Blend             643 cc/output/filter_operations_unittest.cc   blended = empty.Blend(empty, 1.5);
Blend             657 cc/output/filter_operations_unittest.cc   FilterOperations blended = to.Blend(from, -0.75);
Blend             659 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 0.75);
Blend             661 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 1.5);
Blend             674 cc/output/filter_operations_unittest.cc   FilterOperations blended = to.Blend(from, -0.75);
Blend             680 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 0.75);
Blend             686 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 1.5);
Blend             694 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, -0.75);
Blend             696 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 0.75);
Blend             698 cc/output/filter_operations_unittest.cc   blended = to.Blend(from, 1.5);
Blend              85 native_client_sdk/src/examples/demo/flock/sprite.cc       *dest_scanline++ = Blend(dst, src);
Blend             428 ui/compositor/layer_animation_element_unittest.cc   target_transform.Blend(start_transform,
Blend             178 ui/gfx/animation/tween.cc   to_return.Blend(start_transform, value);
Blend             240 ui/gfx/transform.h   bool Blend(const Transform& from, double progress);
Blend             708 ui/gfx/transform_unittest.cc     EXPECT_TRUE(to.Blend(from, t));
Blend             728 ui/gfx/transform_unittest.cc       EXPECT_TRUE(to.Blend(from, t));
Blend             760 ui/gfx/transform_unittest.cc       EXPECT_TRUE(to1.Blend(from1, t));
Blend             761 ui/gfx/transform_unittest.cc       EXPECT_TRUE(to2.Blend(from2, t));
Blend             788 ui/gfx/transform_unittest.cc       EXPECT_TRUE(to.Blend(from, t));
Blend             811 ui/gfx/transform_unittest.cc     EXPECT_TRUE(to.Blend(from, t));
Blend             828 ui/gfx/transform_unittest.cc     EXPECT_TRUE(to.Blend(from, t));
Blend             841 ui/gfx/transform_unittest.cc     EXPECT_TRUE(to.Blend(from, t));
Blend             856 ui/gfx/transform_unittest.cc     EXPECT_TRUE(to.Blend(from, t));
Blend             864 ui/gfx/transform_unittest.cc   EXPECT_TRUE(to.Blend(from, 0.5));
Blend             872 ui/gfx/transform_unittest.cc   EXPECT_FALSE(to.Blend(from, 0.5));
Blend             882 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend             887 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend             895 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend             903 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend             917 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend             922 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend             930 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend             938 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend             952 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend             957 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend             965 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend             973 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend            1004 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend            1009 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend            1027 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend            1045 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend            1064 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend            1070 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend            1089 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend            1107 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend            1121 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend            1127 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend            1146 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend            1164 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend            1178 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend            1184 ui/gfx/transform_unittest.cc   to.Blend(from, 0.25);
Blend            1203 ui/gfx/transform_unittest.cc   to.Blend(from, 0.5);
Blend            1221 ui/gfx/transform_unittest.cc   to.Blend(from, 1.0);
Blend            1249 ui/gfx/transform_unittest.cc   to.Blend(from, 0.0);
Blend            1256 ui/gfx/transform_unittest.cc   to.Blend(from, .99999f);