/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosvideo.h | 45 int screen_width; member in struct:SDL_PrivateVideoData
|
SDL_wimpvideo.c | 218 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;
|
SDL_riscosmouse.c | 272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1;
|
/external/chromium_org/remoting/host/ |
mouse_clamping_filter.cc | 28 webrtc::DesktopSize(video_packet->format().screen_width(),
|
/external/chromium_org/remoting/codec/ |
video_decoder_vpx_unittest.cc | 24 void TestGradient(int screen_width, int screen_height, 29 webrtc::DesktopSize(screen_width, screen_height),
|
/external/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter.cc | 84 int screen_width, screen_height; local 85 int sc = sscanf(display, "%dx%d", &screen_width, &screen_height); 87 x_scale_ = (double)screen_width / (x_max - x_min); 89 x_max_ = screen_width - 1;
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
SchedGui.py | 26 (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/chromium_org/chrome_frame/test/ |
simulate_input.cc | 200 double screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local 202 double location_x = x * (65535.0f / screen_width);
|
/external/chromium_org/ui/base/test/ |
ui_controls_internal_win.cc | 270 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local 272 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller.h | 191 gfx::Rect GetWizardScreenBounds(int screen_width, int screen_height) const;
|
wizard_controller.cc | 591 gfx::Rect WizardController::GetWizardScreenBounds(int screen_width, 593 int offset_x = (screen_bounds_.width() - screen_width) / 2; 597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
|
/external/chromium/chrome/browser/automation/ |
ui_controls_win.cc | 254 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local 256 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_chromeos.cc | 256 int screen_width = display.bounds().width() + overscan.width(); local 259 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
|
/external/iputils/ |
ping_common.c | 65 static int screen_width = INT_MAX; variable 524 if ((preload < screen_width && pipesize < screen_width) || 525 in_flight() < screen_width) 716 screen_width = w.ws_col;
|
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_gtk.cc | 255 int screen_width = gdk_screen_get_width(gdk_screen_get_default()); local 257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width);
|
/external/chromium_org/ash/wm/ |
app_list_controller.cc | 98 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local 100 std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 161 def screen_width( out=STDERR ) method in class:Kernel
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.cc | 374 const int screen_width = gdk_screen_get_width(gdk_screen_get_default()); local 407 std::max(width + arrow_x - kArrowX - screen_width, 0);
|
/external/chromium_org/remoting/client/ |
rectangle_update_decoder.cc | 130 webrtc::DesktopSize source_size(packet->format().screen_width(),
|
/external/iproute2/misc/ |
ss.c | 55 int screen_width; variable [all...] |