Searched refs:window_width (Results 1 – 7 of 7) sorted by relevance
/external/eigen/bench/btl/data/ |
D | smooth.cxx | 102 int window_width=2*window_half_width+1; in smooth_curve() local 106 vector<double> sample(window_width); in smooth_curve() 110 for ( int j=0 ; j < window_width ; j++ ){ in smooth_curve()
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_gtk.cc | 330 int window_width; in Show() local 331 gtk_window_get_size(GTK_WINDOW(frame_container_), &window_width, NULL); in Show() 333 int pos_x = gdk_screen_width() - window_width - kScreenBorder; in Show()
|
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 711 int window_width = base_view_->GetLocalBounds().width(); in AvoidMouse() local 716 int top_right_x = top_left.x() + window_width; in AvoidMouse() 772 int right_position_x = window_width - (position_.x() + size_.width()); in AvoidMouse()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidnt.c | 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable 425 window_width = DIBWidth; in VID_SetMode() 486 window_rect.right = window_x + window_width; in VID_UpdateWindowStatus()
|
D | vid_win.c | 45 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable 205 window_rect.right = window_x + window_width; in VID_UpdateWindowStatus() 1679 window_width = vid.width << vid_stretched; in VID_SetMode()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidnt.cpp | 156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable 425 window_width = DIBWidth; in VID_SetMode() 486 window_rect.right = window_x + window_width; in VID_UpdateWindowStatus()
|
D | vid_win.cpp | 43 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable 201 window_rect.right = window_x + window_width; in VID_UpdateWindowStatus() 1638 window_width = vid.width << vid_stretched; in VID_SetMode()
|