Searched refs:window_height (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_models.cc29 int window_height) {
34 window_height);
26 ConstructSimulationModel(RenderModel model, RenderNode* render_tree_root, int window_width, int window_height) argument
H A Dforward_render_model.h21 int window_height);
H A Drender_models.h39 int window_height);
H A Dforward_render_model.cc44 int window_height)
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.cc92 float window_height = 0; local
98 window_height = ConvertDipsToPixels(window_height);
109 swap_chain_desc.Height = window_height;
/external/chromium_org/media/cast/test/
H A Dreceiver.cc188 int window_height)
199 render_(0, 0, window_width, window_height, "Cast_receiver"),
585 int window_height = 0; local
587 media::cast::GetWindowSize(&window_width, &window_height);
595 window_height);
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/remoting/host/
H A Ddisconnect_window_win.cc293 int window_height = window_rect.bottom - window_rect.top; local
294 int top = monitor_info.rcWork.bottom - window_height;
/external/chromium_org/ash/
H A Droot_window_controller_unittest.cc893 int window_height = keyboard_bounds.bottom(); local
898 int bottom = window_height - keyboard_height / 2;
906 gfx::Rect(0, 0, window_width, window_height)));
927 gfx::Rect(window_width, 0, window_width, window_height)));

Completed in 1617 milliseconds