HomeSort by relevance Sort by last modified time
    Searched full:matrix_from (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 310 gfx::Transform matrix_from; local
311 matrix_from.Scale3d(sx, sy, sz);
322 CheckProgress(-1, matrix_from, matrix_to, operations_from, operations_to);
323 CheckProgress(0, matrix_from, matrix_to, operations_from, operations_to);
324 CheckProgress(0.25f, matrix_from, matrix_to, operations_from, operations_to);
325 CheckProgress(0.5f, matrix_from, matrix_to, operations_from, operations_to);
326 CheckProgress(1, matrix_from, matrix_to, operations_from, operations_to);
327 CheckProgress(2, matrix_from, matrix_to, operations_from, operations_to);
411 gfx::Transform matrix_from; local
412 matrix_from.RotateAbout(gfx::Vector3dF(0, 0, 1), 175)
    [all...]

Completed in 212 milliseconds