Searched refs:screen_width (Results 1 - 20 of 20) sorted by path

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb161 def screen_width( out=STDERR ) method in class:Kernel
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc101 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local
103 std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc54 int screen_width = GetDisplay(window).bounds().width(); local
59 if (point_in_screen.x() > screen_width - kBezelWidth)
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc255 int screen_width = display.bounds().width() + overscan.width(); local
258 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc200 webrtc::DesktopSize frame_size(packet->format().screen_width(),
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc179 webrtc::DesktopSize source_size(packet->format().screen_width(),
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx_unittest.cc26 void TestGradient(int screen_width, int screen_height, argument
31 webrtc::DesktopSize(screen_width, screen_height),
/external/chromium_org/remoting/host/
H A Dmouse_clamping_filter.cc28 webrtc::DesktopSize(video_packet->format().screen_width(),
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.h46 int GetScreenResolution(uint& screen_width, uint& screen_height); // NOLINT
H A Dvideo_render_ios_gles20.mm276 int VideoRenderIosGles20::GetScreenResolution(uint& screen_width,
278 screen_width = [view_ bounds].size.width;
H A Dvideo_render_ios_impl.h63 uint32_t& screen_width,
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc272 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
274 LONG pixel_x = static_cast<LONG>(screen_x * (65535.0f / screen_width));
/external/iproute2/misc/
H A Dss.c55 int screen_width; variable
2987 screen_width = 80;
2993 screen_width = w.ws_col;
2997 addrp_width = screen_width;
/external/iputils/
H A Dping_common.c65 static int screen_width = INT_MAX; variable
524 if ((preload < screen_width && pipesize < screen_width) ||
525 in_flight() < screen_width)
721 screen_width = w.ws_col;
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
27 self.screen_width -= 10
39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
112 width = min(self.width_virtual, self.screen_width)
/external/lldb/source/Interpreter/
H A DOptions.cpp473 const uint32_t screen_width = m_interpreter.GetDebugger().GetTerminalWidth();
687 screen_width);
/external/lldb/tools/driver/
H A DDriver.cpp219 uint32_t screen_width = 80; local
336 OutputFormattedUsageText (out, indent_level, option_table[i].usage_text, screen_width);
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosmouse.c272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1;
H A DSDL_riscosvideo.h45 int screen_width; member in struct:SDL_PrivateVideoData
H A DSDL_wimpvideo.c218 this->hidden->screen_width = vals[3] + 1;
252 int x = (this->hidden->screen_width - surface->w) / 2;
426 int width = this->hidden->screen_width << this->hidden->xeig;

Completed in 524 milliseconds