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

/external/chromium_org/ui/compositor/
H A Ddip_util.cc100 gfx::PointF view_offset = view_offset_dips; local
103 view_offset.Scale(scale_factor);
104 gfx::PointF view_offset_snapped(gfx::ToRoundedInt(view_offset.x()),
105 gfx::ToRoundedInt(view_offset.y()));
107 gfx::Vector2dF fudge = view_offset_snapped - view_offset;
/external/chromium_org/ui/views/
H A Dview.cc2033 gfx::Vector2d view_offset = offset + GetMirroredBounds().OffsetFromOrigin(); local
2039 view_offset.x(), view_offset.y(), bounds_.width(), bounds_.height());
2048 (*i)->UpdateRootBounds(tree, view_offset);

Completed in 261 milliseconds