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

  /external/chromium_org/ui/message_center/views/
group_view.cc 227 int bottom_y = insets.top() + std::max(top_height, kIconSize); local
229 bottom_view_->SetBounds(insets.left(), bottom_y,
notification_view.cc 537 int bottom_y = insets.top() + std::max(top_height, kIconSize); local
539 bottom_view_->SetBounds(insets.left(), bottom_y,
549 int expand_y = bottom_y - expand_size.height();
  /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/chromium_org/ui/app_list/
app_list_folder_item.cc 67 int bottom_y = center.y() + delta_to_center; variable
79 DrawIcon(canvas, icons_[i++], item_icon_size, left_x, bottom_y);
83 DrawIcon(canvas, icons_[i], item_icon_size, right_x, bottom_y);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 424 double bottom_y = allocation.height - offset; local
427 cairo_line_to(cr, left_x, bottom_y);
428 cairo_line_to(cr, right_x, bottom_y);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 450 // NOTE(pkotwicz): If the computation for |bottom_y| is changed, Layout() must
453 int bottom_y = y + split_point; local
457 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
469 bottom_y - GetTopInset(),
470 x, bottom_y,
opaque_browser_frame_view.cc 648 int bottom_y = y + split_point; local
661 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
669 bottom_y - GetTopInset(),
670 x, bottom_y, w, theme_toolbar->height());
691 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
702 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
710 bottom_edge_height, left_x, bottom_y, toolbar_left->width(),
725 bottom_edge_height, right_x, bottom_y, toolbar_right->width(),
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 440 int bottom_y; local
444 NULL, &bottom_y);
451 int side_height = bottom_y - side_y - 1;
484 left_x - kContentShadowThickness, bottom_y - 1);
489 bottom_right->SetSource(cr, GTK_WIDGET(window_), right_x - 1, bottom_y - 1);
496 bottom->SetSource(cr, GTK_WIDGET(window_), left_x + 1, bottom_y - 1);
500 bottom_y,
    [all...]

Completed in 430 milliseconds