HomeSort by relevance Sort by last modified time
    Searched refs:to_transform (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
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);
transform_operations_unittest.cc 296 const TransformOperations& to_transform) {
300 expected_matrix, to_transform.Blend(from_transform, progress));
1142 gfx::Transform to_transform; local
    [all...]

Completed in 100 milliseconds