HomeSort by relevance Sort by last modified time
    Searched defs:bottom_y (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 320 double bottom_y = widget->allocation.height - offset; local
326 cairo_line_to(cr, left_x, bottom_y);
327 cairo_line_to(cr, right_x, bottom_y);
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
116 top_y = bottom_y = pt0.y;
131 if( pt0.y < bottom_y )
132 bottom_y = pt0.y, bottom = i;
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 783 int bottom_y = y + split_point; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 471 int bottom_y; local
475 NULL, &bottom_y);
482 int side_height = bottom_y - side_y - 1;
513 bottom_left->SetSource(cr, left_x - kContentShadowThickness, bottom_y - 1);
518 bottom_right->SetSource(cr, right_x - 1, bottom_y - 1);
525 bottom->SetSource(cr, left_x + 1, bottom_y - 1);
529 bottom_y,
    [all...]

Completed in 80 milliseconds