Lines Matching refs:Vector2d
804 UpdateRootBounds(bounds_tree_.get(), gfx::Vector2d());
1262 bool View::ExceededDragThreshold(const gfx::Vector2d& delta) {
1397 gfx::Vector2d View::CalculateOffsetToAncestorWithLayer(
1402 return gfx::Vector2d();
1405 return gfx::Vector2d();
1407 return gfx::Vector2d(GetMirroredX(), y()) +
1416 gfx::Vector2d offset(GetMirroredX(), y());
1456 void View::UpdateChildLayerBounds(const gfx::Vector2d& offset) {
1463 offset + gfx::Vector2d(child->GetMirroredX(), child->y()));
1766 canvas->Translate(gfx::Vector2d(width(), 0));
1918 gfx::Vector2d(GetMirroredX(), y()) +
2019 void View::UpdateRootBounds(BoundsTree* tree, const gfx::Vector2d& offset) {
2033 gfx::Vector2d view_offset = offset + GetMirroredBounds().OffsetFromOrigin();
2186 void View::ReparentLayer(const gfx::Vector2d& offset, ui::Layer* parent_layer) {