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

  /external/chromium_org/cc/animation/
transform_operation.cc 134 gfx::Transform from_matrix; local
136 from_matrix = from->matrix;
138 if (!result->Blend(from_matrix, progress))
187 gfx::Transform from_matrix; local
189 from_matrix = from->matrix;
191 if (!result->Blend(from_matrix, progress))
transform_operations_unittest.cc 293 const gfx::Transform& from_matrix,
298 expected_matrix.Blend(from_matrix, progress);
    [all...]

Completed in 752 milliseconds