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

  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 91 float window_width = 0; local
97 window_width = ConvertDipsToPixels(window_width);
108 swap_chain_desc.Width = window_width;
  /external/eigen/bench/btl/data/
smooth.cxx 102 int window_width=2*window_half_width+1; local
106 vector<double> sample(window_width);
110 for ( int j=0 ; j < window_width ; j++ ){
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 905 int window_width = 300; local
923 int window_width = 300; local
967 int window_width = 300; local
    [all...]
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 292 int window_width = window_rect.right - window_rect.left; local
296 window_width) / 2;
  /external/chromium_org/media/cast/test/
receiver.cc 187 int window_width,
199 render_(0, 0, window_width, window_height, "Cast_receiver"),
584 int window_width = 0; local
587 media::cast::GetWindowSize(&window_width, &window_height);
594 window_width,
  /external/chromium_org/ash/
root_window_controller_unittest.cc 894 int window_width = keyboard_bounds.width() \/ 2; local
    [all...]
  /external/chromium_org/athena/wm/
window_overview_mode.cc 91 int window_width = window->bounds().width(); local
93 float x_translate = (container_width - (window_width * scale)) / 2 - window_x;
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 739 int window_width = base_view_->GetLocalBounds().width(); local
744 int top_right_x = top_left.x() + window_width;
800 int right_position_x = window_width - (position_.x() + size_.width());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 125 'window_height', 'window_width']
138 'window_height', 'window_width', 'write', 'xcor', 'ycor']
1255 def window_width(self): member in class:TurtleScreen
3385 def window_width(self): function
    [all...]

Completed in 1200 milliseconds