Searched defs:window_center_x (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
488 window_center_x = (window_rect.left + window_rect.right) / 2;
H A Dvid_win.c45 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
207 window_center_x = (window_rect.left + window_rect.right) / 2;
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp156 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
488 window_center_x = (window_rect.left + window_rect.right) / 2;
H A Dvid_win.cpp43 int window_center_x, window_center_y, window_x, window_y, window_width, window_height; variable
203 window_center_x = (window_rect.left + window_rect.right) / 2;

Completed in 116 milliseconds