Searched defs:GetMirroredX (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/
H A Dview.cc341 translation.Translate(static_cast<float>(view->GetMirroredX()),
508 bounds.set_x(GetMirroredX());
513 return gfx::Point(GetMirroredX(), y());
516 int View::GetMirroredX() const { function in class:views::View
1298 scroll_rect.Offset(GetMirroredX(), y());
1407 return gfx::Vector2d(GetMirroredX(), y()) +
1416 gfx::Vector2d offset(GetMirroredX(), y());
1428 local_point.Offset(GetMirroredX(), y());
1463 offset + gfx::Vector2d(child->GetMirroredX(), child->y()));
1918 gfx::Vector2d(GetMirroredX(),
[all...]

Completed in 115 milliseconds