Lines Matching full:vector2d
1222 bool View::ExceededDragThreshold(const gfx::Vector2d& delta) {
1387 gfx::Vector2d View::CalculateOffsetToAncestorWithLayer(
1392 return gfx::Vector2d();
1395 return gfx::Vector2d();
1397 return gfx::Vector2d(GetMirroredX(), y()) +
1406 gfx::Vector2d offset(GetMirroredX(), y());
1448 void View::UpdateChildLayerBounds(const gfx::Vector2d& offset) {
1455 offset + gfx::Vector2d(child->GetMirroredX(), child->y()));
1752 canvas->Translate(gfx::Vector2d(width(), 0));
1898 gfx::Vector2d(GetMirroredX(), y()) +
2087 void View::ReparentLayer(const gfx::Vector2d& offset, ui::Layer* parent_layer) {