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

  /external/chromium_org/ash/rotator/
screen_rotation.cc 55 gfx::Point old_pivot; local
70 new_pivot = old_pivot = gfx::Point(width / 2, height / 2);
76 current_transform.TransformPoint(&old_pivot);
82 old_pivot,
88 gfx::Point(new_pivot.x() - old_pivot.x(),
89 new_pivot.y() - old_pivot.y())));
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 108 gfx::Point old_pivot; local
123 new_pivot = old_pivot = gfx::Point(width / 2, height / 2);
129 old_pivot,
136 gfx::Point(new_pivot.x() - old_pivot.x(),
137 new_pivot.y() - old_pivot.y())));

Completed in 58 milliseconds