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

  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 675 gfx::Vector2dF position_offset) {
728 result_transform.Translate(position_offset.x(), position_offset.y());
763 gfx::Vector2dF position_offset = container->fixed_container_size_delta(); local
764 position_offset.set_x(fixed_to_right_edge ? position_offset.x() : 0);
765 position_offset.set_y(fixed_to_bottom_edge ? position_offset.y() : 0);
766 if (position_offset.IsZero())
772 ComputeSizeDeltaCompensation(layer, container, position_offset));
    [all...]

Completed in 42 milliseconds