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

  /external/chromium_org/ash/wm/
window_animations.cc 360 gfx::Transform in_transform; local
365 in_transform.Translate(old_bounds.x() - new_bounds.x(),
367 in_transform.Scale(scale_x, scale_y);
368 window->layer()->SetTransform(in_transform);

Completed in 44 milliseconds