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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.h 69 VGfloat min_x, max_x; member in struct:polygon_array
polygon.c 265 VGfloat min_x, min_y, max_x, max_y; local
271 max_x = bounds[0] + bounds[2];
276 min_x, min_y, max_x, max_y);
300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
309 VGfloat max_x = polyarray->max_x; local
319 min_x, min_y, max_x, max_y);
349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.h 69 VGfloat min_x, max_x; member in struct:polygon_array
polygon.c 265 VGfloat min_x, min_y, max_x, max_y; local
271 max_x = bounds[0] + bounds[2];
276 min_x, min_y, max_x, max_y);
300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
309 VGfloat max_x = polyarray->max_x; local
319 min_x, min_y, max_x, max_y);
349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
  /external/chromium_org/ui/gfx/
box_f.cc 36 float max_x = std::max(right(), box.right()); local
41 width_ = max_x - min_x;
rect_conversions.cc 17 float max_x = rect.right(); local
19 int width = rect.width() == 0 ? 0 : std::max(ToCeiledInt(max_x) - min_x, 0);
27 float max_x = rect.right(); local
29 int width = std::max(ToFlooredInt(max_x) - min_x, 0);
42 int max_x = ToRoundedInt(float_max_x); local
49 DCHECK(std::abs(max_x - float_max_x) < 0.01f);
52 return Rect(min_x, min_y, max_x - min_x, max_y - min_y);
63 int max_x = ToRoundedInt(float_max_x);
69 (std::abs(max_x - float_max_x) < distance) &&
  /external/ceres-solver/internal/ceres/
polynomial_test.cc 253 double max_x = 1.0; local
254 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value);
257 EXPECT_LE(optimal_x, max_x);
271 double max_x = 1.0; local
272 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value);
291 double max_x = 2.0; local
292 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value);
297 max_x = 1.0;
298 MinimizePolynomial(polynomial, min_x, max_x, &optimal_x, &optimal_value);
303 max_x = 3.0
    [all...]
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 220 int max_x = 0, max_y = 0; local
222 max_x = std::max(max_x, static_cast<int>(polygon[i].x));
245 SkIntToScalar(max_x), SkIntToScalar(max_y) };
287 exclude[0].x = max_x - difference; // Top left corner.
290 exclude[1].x = max_x; // Top right corner.
293 exclude[2].x = max_x; // Bottom right corner.
296 exclude[3].x = max_x - difference; // Bottom left corner.
browser_actions_container.cc 546 int max_x = GetPreferredSize().width(); local
547 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) {
550 max_x -=
564 if (x + icon_width <= max_x) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 254 int max_x = 0, max_y = 0; local
256 max_x = std::max(max_x, static_cast<int>(polygon[i].x));
279 SkIntToScalar(max_x), SkIntToScalar(max_y) };
321 exclude[0].x = max_x - difference; // Top left corner.
324 exclude[1].x = max_x; // Top right corner.
327 exclude[2].x = max_x; // Bottom right corner.
330 exclude[3].x = max_x - difference; // Bottom left corner.
browser_actions_container.cc 205 int max_x = GetPreferredSize().width(); local
206 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) {
209 max_x -=
223 if (x + icon_width <= max_x) {
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 361 int max_x = min_x + (*iter)->GetViewSize().width() - 1; local
367 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y)));
368 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
  /external/chromium/chrome/browser/ui/
window_sizer.cc 333 const int max_x = work_area.right() - kMinVisibleWidth; local
335 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
  /external/chromium_org/cc/resources/
picture.cc 247 int max_x = 0; local
277 max_x = std::max(max_x, max.x());
285 max_pixel_cell_ = gfx::Point(max_x, max_y);
  /external/chromium_org/chrome/browser/notifications/
desktop_notifications_unittest.cc 486 int max_x = min_x + (*iter)->GetViewSize().width() - 1; local
492 EXPECT_TRUE(box.Contains(gfx::Point(max_x, min_y)));
493 EXPECT_TRUE(box.Contains(gfx::Point(max_x, max_y)));
  /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/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 378 const int max_x = work_area.right() - kMinVisibleWidth; local
380 bounds->set_x(std::max(min_x, std::min(max_x, bounds->x())));
  /external/chromium_org/ui/views/controls/table/
table_header.cc 243 const int max_x = column.x + column.width; local
244 return (x >= max_x - kResizePadding && x <= max_x + kResizePadding) ?
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 238 float max_x = host_size_in_dip.width() - window_size_in_dip.width(); local
240 if (x > max_x)
241 x = max_x;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 113 int min_x, min_y, max_x, max_y; local
118 max_x = ctx->DrawBuffer->Width - 1;
134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
  /external/chromium_org/ui/views/controls/
scroll_view.cc 433 const int max_x = std::min(contents_max_x, local
438 // See if the rect is already visible. Note the width is (max_x - x)
442 if (vis_rect.Contains(gfx::Rect(x, y, max_x - x, max_y - y)))
450 // lower/right corner. This is calculated by taking max_x or max_y
453 (vis_rect.x() > x) ? x : std::max(0, max_x - contents_viewport_->width());
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 113 int min_x, min_y, max_x, max_y; local
118 max_x = ctx->DrawBuffer->Width - 1;
134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
  /external/pixman/demos/
scale.c 81 double min_x, max_x, min_y, max_y; local
96 max_x = max4 (v[0].v[0], v[1].v[0], v[2].v[0], v[3].v[0]);
100 *sx = (max_x - min_x) / 2.0;
  /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
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 531 int max_x = tabstrip_bounds.right() - tab_size.width(); local
533 if (x > max_x && screen_point.x() <= tabstrip_bounds.right())
534 x = max_x;
542 x = std::min(std::max(x, tabstrip_bounds.x()), max_x);

Completed in 543 milliseconds

1 2