Searched refs:to_transform (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/cc/animation/ |
H A D | transform_operation.cc | 277 gfx::Transform to_transform; local 278 to_transform.RotateAbout(axis, max_degrees); 285 to_transform.TransformPoint(&point_rotated_to); 393 gfx::Transform to_transform; local 395 !BlendTransformOperations(from, to, max_progress, &to_transform)) 402 to_transform.TransformBox(&to_box);
|
H A D | transform_operations_unittest.cc | 296 const TransformOperations& to_transform) { 300 expected_matrix, to_transform.Blend(from_transform, progress)); 1142 gfx::Transform to_transform; local 1143 to_transform.ApplyPerspectiveDepth(1000); 1149 gfx::Transform blended_matrix = to_transform; 292 CheckProgress(SkMScalar progress, const gfx::Transform& from_matrix, const gfx::Transform& to_matrix, const TransformOperations& from_transform, const TransformOperations& to_transform) argument
|
Completed in 58 milliseconds