Searched refs:from_matrix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dtransform_operation.cc121 gfx::Transform from_matrix; local
123 from_matrix = from->matrix;
125 if (!result->Blend(from_matrix, progress))
164 gfx::Transform from_matrix; local
166 from_matrix = from->matrix;
168 if (!result->Blend(from_matrix, progress))
H A Dtransform_operations_unittest.cc289 const gfx::Transform& from_matrix,
294 expected_matrix.Blend(from_matrix, progress);
288 CheckProgress(double progress, const gfx::Transform& from_matrix, const gfx::Transform& to_matrix, const TransformOperations& from_transform, const TransformOperations& to_transform) argument

Completed in 67 milliseconds