Searched refs:window_width (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_models.cc28 int window_width,
33 window_width,
26 ConstructSimulationModel(RenderModel model, RenderNode* render_tree_root, int window_width, int window_height) argument
H A Dforward_render_model.h20 int window_width,
H A Drender_models.h38 int window_width,
H A Dforward_render_model.cc43 int window_width,
48 glViewport(0, 0, window_width, window_height);
42 ForwardRenderSimulator(RenderNode* root, int window_width, int window_height) argument
/external/chromium_org/win8/metro_driver/
H A Ddirect3d_helper.cc91 float window_width = 0; local
97 window_width = ConvertDipsToPixels(window_width);
108 swap_chain_desc.Width = window_width;
/external/eigen/bench/btl/data/
H A Dsmooth.cxx102 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/media/cast/test/
H A Dreceiver.cc187 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,
182 NaivePlayer(const scoped_refptr<CastEnvironment>& cast_environment, const net::IPEndPoint& local_end_point, const net::IPEndPoint& remote_end_point, const FrameReceiverConfig& audio_config, const FrameReceiverConfig& video_config, int window_width, int window_height) argument
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc905 int window_width = 300; local
906 int window_x = left - window_width + pixels_to_left_border;
907 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
911 resizer->Drag(CalculateDragPoint(*resizer, -window_width, 0), 0);
923 int window_width = 300; local
925 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 380));
929 resizer->Drag(CalculateDragPoint(*resizer, window_width, 0), 0);
932 base::IntToString(window_width - pixels_to_right_border +
967 int window_width = 300; local
969 window_->SetBounds(gfx::Rect(window_x, 100, window_width, 38
[all...]
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc292 int window_width = window_rect.right - window_rect.left; local
296 window_width) / 2;
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc894 int window_width = keyboard_bounds.width() / 2; local
895 int left = window_width / 2;
896 int right = 3 * window_width / 2;
906 gfx::Rect(0, 0, window_width, window_height)));
927 gfx::Rect(window_width, 0, window_width, window_height)));
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc739 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());
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc91 int window_width = window->bounds().width(); local
93 float x_translate = (container_width - (window_width * scale)) / 2 - window_x;

Completed in 8329 milliseconds