Home
last modified time | relevance | path

Searched refs:window_width (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/btl/data/
Dsmooth.cxx102 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/
Dballoon_view_gtk.cc330 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/
Dstatus_bubble_views.cc711 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/
Dgl_vidnt.c156 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()
Dvid_win.c45 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/
Dgl_vidnt.cpp156 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()
Dvid_win.cpp43 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()