Home
last modified time | relevance | path

Searched refs:max_y (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Ddropdown_bar_host.cc220 int max_x = 0, max_y = 0; in UpdateWindowEdges() local
223 max_y = std::max(max_y, static_cast<int>(polygon[i].y)); in UpdateWindowEdges()
245 SkIntToScalar(max_x), SkIntToScalar(max_y) }; in UpdateWindowEdges()
294 exclude[2].y = max_y; in UpdateWindowEdges()
297 exclude[3].y = max_y; in UpdateWindowEdges()
/external/blktrace/btt/
Dbtt_plot.py153 min_x = max_x = min_y = max_y = None
167 (min_y, max_y, y) = check(min_y, max_y, f[1])
180 db['max_y'] = max_y
/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc363 int max_y = min_y + (*iter)->GetViewSize().height() - 1; in TEST_F() local
366 EXPECT_TRUE(box.Contains(gfx::Point(min_x, max_y))); in TEST_F()
368 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y))); in TEST_F()
/external/chromium/chrome/browser/ui/
Dwindow_sizer.cc332 const int max_y = work_area.bottom() - kMinVisibleHeight; in AdjustBoundsToBeVisibleOnMonitorContaining() local
334 bounds->set_y(std::max(min_y, std::min(max_y, bounds->y()))); in AdjustBoundsToBeVisibleOnMonitorContaining()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc532 int max_y = tabstrip_bounds.bottom() - tab_size.height(); in GetDraggedTabPoint() local
535 if (y > max_y && screen_point.y() <= in GetDraggedTabPoint()
537 y = max_y; in GetDraggedTabPoint()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc1005 int max_y = ideal_bounds.bottom(); in GetInsertionIndexForDraggedBounds() local
1007 bottom_tab_y = max_y; in GetInsertionIndexForDraggedBounds()
1011 } else if (dragged_bounds.y() >= mid_y && dragged_bounds.y() < max_y) { in GetInsertionIndexForDraggedBounds()
1085 int max_y = attached_tabstrip_->height() - size; in GetAttachedDragPoint() local
1086 y = std::min(std::max(y, SideTabStrip::kTabStripInset), max_y); in GetAttachedDragPoint()
/external/kernel-headers/original/video/
Ddsscomp.h219 __u8 max_y; /* 0 is same as 255 */ member
/external/freetype/src/smooth/
Dftgrays.c1723 TPos volatile min, max, max_y; in gray_convert_glyph() local
1756 max_y = ras.max_ey; in gray_convert_glyph()
1761 if ( n == num_bands - 1 || max > max_y ) in gray_convert_glyph()
1762 max = max_y; in gray_convert_glyph()
/external/skia/src/core/
DSkGeometry.cpp1021 SkScalar max_y = SkMaxScalar(cubic[0].fY, cubic[3].fY); in SkXRayCrossesMonotonicCubic() local
1025 || pt.fY > max_y) { in SkXRayCrossesMonotonicCubic()
/external/kernel-headers/original/linux/
Dfb.h484 __u8 max_y; /* Maximum vertical size (cm) */ member