Home
last modified time | relevance | path

Searched refs:screen_width (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.cpp514 screen_width = GETINT16(q); in read()
518 if (clientptr && !clientptr->setSize(screen_width, screen_height)) in read()
729 ((screen_height < height) || (screen_width < width) || in read()
733 screen_width = width; in read()
738 if (clientptr && !clientptr->setSize(screen_width, screen_height)) in read()
746 width = screen_width; in read()
774 if (screen_width < width) { in read()
778 screen_width = width; in read()
779 frame_reader->rowbuf = new unsigned char[screen_width]; in read()
781 frame_reader->rowbuf = new unsigned char[screen_width]; in read()
DGIFImageReader.h166 unsigned screen_width; /* Logical screen width & height */ member
188 screen_width = screen_height = 0;
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
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/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosvideo.h45 int screen_width; member
DSDL_wimpvideo.c218 this->hidden->screen_width = vals[3] + 1; in WIMP_ReadModeInfo()
252 int x = (this->hidden->screen_width - surface->w) / 2; in WIMP_SetupWindow()
426 int width = this->hidden->screen_width << this->hidden->xeig; in WIMP_RefreshDesktop()
DSDL_riscosmouse.c272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1; in RISCOS_GrabInput()
/external/ping/
Dping_common.c60 static int screen_width = INT_MAX; variable
328 if ((preload < screen_width && pipesize < screen_width) || in pinger()
329 in_flight() < screen_width) in pinger()
501 screen_width = w.ws_col; in setup()
/external/chromium/chrome/browser/automation/
Dui_controls_win.cc254 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; in SendMouseMoveImpl() local
256 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width)); in SendMouseMoveImpl()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb161 def screen_width( out=STDERR ) method
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc591 gfx::Rect WizardController::GetWizardScreenBounds(int screen_width, in GetWizardScreenBounds() argument
593 int offset_x = (screen_bounds_.width() - screen_width) / 2; in GetWizardScreenBounds()
597 return gfx::Rect(window_x, window_y, screen_width, screen_height); in GetWizardScreenBounds()
Dwizard_controller.h191 gfx::Rect GetWizardScreenBounds(int screen_width, int screen_height) const;
/external/chromium/chrome/browser/ui/gtk/
Dinfo_bubble_gtk.cc255 int screen_width = gdk_screen_get_width(gdk_screen_get_default()); in GetArrowLocation() local
257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width); in GetArrowLocation()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb221 def screen_width method in ANTLR3.Main.Main
/external/iproute2/misc/
Dss.c53 int screen_width; variable
2794 screen_width = 80; in main()
2800 screen_width = w.ws_col; in main()
2804 addrp_width = screen_width; in main()