HomeSort by relevance Sort by last modified time
    Searched refs:max_x (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/ui/gfx/geometry/
rect_conversions.cc 18 float max_x = rect.right(); local
20 int width = rect.width() == 0 ? 0 : std::max(ToCeiledInt(max_x) - min_x, 0);
28 float max_x = rect.right(); local
30 int width = std::max(ToFlooredInt(max_x) - min_x, 0);
43 int max_x = ToRoundedInt(float_max_x); local
50 DCHECK(std::abs(max_x - float_max_x) < 0.01f);
53 return Rect(min_x, min_y, max_x - min_x, max_y - min_y);
64 int max_x = ToRoundedInt(float_max_x);
70 (std::abs(max_x - float_max_x) < distance) &&
box_f.cc 36 float max_x = std::max(right(), max.x()); local
41 width_ = max_x - min_x;
  /external/pdfium/core/src/fxge/agg/agg23/
agg_render_scanlines.h 25 sl.reset(ras.min_x(), ras.max_x());
26 ren.prepare(unsigned(ras.max_x() - ras.min_x() + 2));
agg_scanline_u.h 55 void reset(int min_x, int max_x)
57 unsigned max_len = max_x - min_x + 2;
agg_rasterizer_scanline_aa.h 86 int max_x() const function in class:agg::outline_aa
206 int max_x() const function in class:agg::rasterizer_scanline_aa
208 return m_outline.max_x();
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 136 int max_x() { function in class:views::SliderTest
265 ClickAt(max_x(), 0);
283 ClickAt(max_x(), 0);
296 event_generator()->GestureTapAt(gfx::Point(max_x(), max_y()));
301 event_generator()->GestureTapAt(gfx::Point(0.75 * max_x(), 0.75 * max_y()));
310 gfx::Point(0.5 * max_x(), 0.5 * max_y()),
319 gfx::Point(0.5 * max_x(), 0.5 * max_y()),
320 gfx::Point(max_x(), max_y()),
328 gfx::Point(0.25 * max_x(), 0.25 * max_y()),
329 gfx::Point(0.75 * max_x(), 0.75 * max_y())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 237 int max_x = 0, max_y = 0; local
239 max_x = std::max(max_x, static_cast<int>(polygon[i].x));
262 SkIntToScalar(max_x), SkIntToScalar(max_y) };
304 exclude[0].x = max_x - difference; // Top left corner.
307 exclude[1].x = max_x; // Top right corner.
310 exclude[2].x = max_x; // Bottom right corner.
313 exclude[3].x = max_x - difference; // Bottom left corner.
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.cc 136 const int max_x = width_ - size_.width(); local
137 if (ideal_x(tab_count() - 1) == max_x)
142 SetIdealBoundsAt(tab_count() - 1, max_x);
364 int max_x = width_ - size_.width() - local
366 int x = std::min(max_x,
392 int max_x = x_ + width_for_count(i - mini_tab_count_); local
394 max_x += padding_;
395 max_x = std::min(max_x, ideal_x(i + 1) - stacked_padding_);
397 i, std::min(max_x,
415 const int max_x = ideal_x(i - 1) + tab_offset(); local
423 const int max_x = ideal_x(i + 1) - stacked_padding_; local
446 const int max_x = ideal_x(active_index()) - local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 121 unsigned long max_x; /* max. possible width */ member in struct:screeninfo