Home
last modified time | relevance | path

Searched refs:center_x (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc734 int center_x; in GetDropBounds() local
738 center_x = tab->x() - (kTabHOffset / 2); in GetDropBounds()
740 center_x = tab->x() + (tab->width() / 2); in GetDropBounds()
743 center_x = last_tab->x() + last_tab->width() + (kTabHOffset / 2); in GetDropBounds()
747 center_x = GetMirroredXInView(center_x); in GetDropBounds()
750 gfx::Point drop_loc(center_x - drop_indicator_width / 2, in GetDropBounds()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc1536 int center_x; in GetDropBounds() local
1542 center_x = bounds.x() - (kTabHOffset / 2); in GetDropBounds()
1544 center_x = bounds.x() + (bounds.width() / 2); in GetDropBounds()
1548 center_x = bounds.x() + bounds.width() + (kTabHOffset / 2); in GetDropBounds()
1551 center_x = gtk_util::MirroredXCoordinate(tabstrip_.get(), center_x); in GetDropBounds()
1554 gfx::Point drop_loc(center_x - drop_indicator_width / 2, in GetDropBounds()
/external/qemu/android/skin/
Dargb.h358 int center_x = ((sx1 >> 16) + 1) < ((sx2-1) >> 16); in scale_05_to_10() local
382 if (center_x) { in scale_05_to_10()
402 if (center_x) { in scale_05_to_10()
423 if (center_x) { in scale_05_to_10()