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

1 2 3

  /external/chromium_org/ui/gfx/geometry/
rect_conversions.cc 19 float max_y = rect.bottom(); local
21 int height = rect.height() == 0 ? 0 : std::max(ToCeiledInt(max_y) - min_y, 0);
29 float max_y = rect.bottom(); local
31 int height = std::max(ToFlooredInt(max_y) - min_y, 0);
44 int max_y = ToRoundedInt(float_max_y); local
51 DCHECK(std::abs(max_y - float_max_y) < 0.01f);
53 return Rect(min_x, min_y, max_x - min_x, max_y - min_y);
65 int max_y = ToRoundedInt(float_max_y);
71 (std::abs(max_y - float_max_y) < distance);
box_f.cc 37 float max_y = std::max(bottom(), max.y()); local
42 height_ = max_y - min_y;
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 139 int max_y() { function in class:views::SliderTest
271 ClickAt(0, max_y());
294 event_generator()->GestureTapAt(gfx::Point(max_x(), max_y()));
299 event_generator()->GestureTapAt(gfx::Point(0.75 * max_x(), 0.75 * max_y()));
308 gfx::Point(0.5 * max_x(), 0.5 * max_y()),
317 gfx::Point(0.5 * max_x(), 0.5 * max_y()),
318 gfx::Point(max_x(), max_y()),
326 gfx::Point(0.25 * max_x(), 0.25 * max_y()),
327 gfx::Point(0.75 * max_x(), 0.75 * max_y()),
351 gfx::Point(0.25 * max_x(), 0.25 * max_y()),
    [all...]
scroll_view.cc 483 const int max_y = std::min(contents_max_y, local
487 // and the height is (max_y - y) to take into account the clipping of
490 if (vis_rect.Contains(gfx::Rect(x, y, max_x - x, max_y - y)))
498 // lower/right corner. This is calculated by taking max_x or max_y
503 (vis_rect.y() > y) ? y : std::max(0, max_y -
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 122 unsigned long max_y; /* max. possible heigth */ member in struct:screeninfo
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c 265 VGfloat min_x, min_y, max_x, max_y; local
272 max_y = bounds[1] + bounds[3];
276 min_x, min_y, max_x, max_y);
300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
310 VGfloat max_y = polyarray->max_y; local
319 min_x, min_y, max_x, max_y);
349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
polygon.h 70 VGfloat min_y, max_y; member in struct:polygon_array
renderer.h 136 VGfloat max_x, VGfloat max_y);
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 265 VGfloat min_x, min_y, max_x, max_y; local
272 max_y = bounds[1] + bounds[3];
276 min_x, min_y, max_x, max_y);
300 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
310 VGfloat max_y = polyarray->max_y; local
319 min_x, min_y, max_x, max_y);
349 renderer_polygon_fill(ctx->renderer, min_x, min_y, max_x, max_y);
polygon.h 70 VGfloat min_y, max_y; member in struct:polygon_array
renderer.h 136 VGfloat max_x, VGfloat max_y);
  /external/chromium_org/ash/touch/
touch_transformer_controller.cc 42 double min_y, max_y; local
50 &min_y, &max_y)) {
57 if (max_x == 0.0 || max_y == 0.0 || width == 0.0 || height == 0.0)
61 // [0, max_y] -> touchscreen height = max_y + 1
63 max_y += 1.0;
65 double ratio = std::sqrt((width * height) / (max_x * max_y));
68 << ", Touchscreen width/height: " << max_x << "/" << max_y
  /external/chromium_org/ui/gfx/android/
scroller.h 57 float max_y,
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 90 int max_y() const function in class:agg::outline_aa
210 int max_y() const function in class:agg::rasterizer_scanline_aa
212 return m_outline.max_y();
318 y > m_outline.max_y()) {
327 if(m_cur_y > m_outline.max_y()) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_argb.cc 249 const int max_y = (src_height - 1) << 16; local
250 if (y > max_y) {
251 y = max_y;
265 if (y > max_y) {
266 y = max_y;
287 const int max_y = (src_height - 1) << 16; local
357 if (y > max_y) {
358 y = max_y;
383 if (y > max_y) {
384 y = max_y;
542 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 727 const int max_y = (src_height << 16); local
740 if (y > max_y) {
741 y = max_y;
799 const int max_y = (src_height << 16); local
812 if (y > max_y) {
813 y = max_y;
876 const int max_y = (src_height - 1) << 16; local
978 const int max_y = (src_height - 1) << 16; local
1078 const int max_y = (src_height - 1) << 16; local
1217 const int max_y = (src_height - 1) << 16; local
    [all...]
scale_common.cc 880 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
940 if (y > max_y) {
941 y = max_y;
962 const int max_y = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0; local
1022 if (y > max_y) {
1023 y = max_y;
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale_argb.cc 249 const int max_y = (src_height - 1) << 16; local
250 if (y > max_y) {
251 y = max_y;
265 if (y > max_y) {
266 y = max_y;
287 const int max_y = (src_height - 1) << 16; local
357 if (y > max_y) {
358 y = max_y;
383 if (y > max_y) {
384 y = max_y;
542 const int max_y = (src_height - 1) << 16; local
    [all...]
scale.cc 727 const int max_y = (src_height << 16); local
740 if (y > max_y) {
741 y = max_y;
799 const int max_y = (src_height << 16); local
812 if (y > max_y) {
813 y = max_y;
876 const int max_y = (src_height - 1) << 16; local
978 const int max_y = (src_height - 1) << 16; local
1078 const int max_y = (src_height - 1) << 16; local
1217 const int max_y = (src_height - 1) << 16; local
    [all...]
  /external/blktrace/btt/
btt_plot.py 94 'min_y', 'max_y' - Minimum and maximum Y values found
153 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
272 ydelta = 0.1 * (db['max_y'] - db['min_y'])
275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta)
333 if not file in ['min_x', 'max_x', 'min_y', 'max_y']:
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 402 FX_FLOAT min_x = 10000 * 1.0f, max_x = -10000 * 1.0f, min_y = 10000 * 1.0f, max_y = -10000 * 1.0f; local
426 if (max_y < char_rect.top) {
427 max_y = (FX_FLOAT)char_rect.top;
432 if (max_y < char_rect.bottom) {
433 max_y = (FX_FLOAT)char_rect.bottom;
475 if (max_y < char_top) {
476 max_y = char_top;
481 if (max_y < char_bottom) {
482 max_y = char_bottom;
509 max_y = max_y * fontsize / 1000;
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 240 float max_y = host_size_in_dip.height() - window_size_in_dip.height(); local
243 if (y > max_y)
244 y = max_y;
  /external/pixman/demos/
scale.c 81 double min_x, max_x, min_y, max_y; local
98 max_y = max4 (v[0].v[1], v[1].v[1], v[2].v[1], v[3].v[1]);
101 *sy = (max_y - min_y) / 2.0;
  /external/chromium_org/cc/resources/
picture.cc 297 int max_y = 0; local
325 max_y = std::max(max_y, max.y());
329 max_pixel_cell_ = gfx::Point(max_x, max_y);
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 595 int min_y, max_y; local
603 max_y = clip_rect.bottom();
607 max_y = vis_bounds.bottom();
612 int max_row = (max_y - kVerticalInset) / row_height_;
613 if ((max_y - kVerticalInset) % row_height_ != 0)

Completed in 2088 milliseconds

1 2 3