OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_width
(Results
1 - 11
of
11
) sorted by null
/external/qemu/distrib/sdl-1.2.12/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/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h
166
unsigned
screen_width
; /* Logical screen width & height */
member in struct:GIFImageReader
188
screen_width
= screen_height = 0;
GIFImageReader.cpp
514
screen_width
= GETINT16(q);
518
if (clientptr && !clientptr->setSize(
screen_width
, screen_height))
729
((screen_height < height) || (
screen_width
< width) ||
733
screen_width
= width;
738
if (clientptr && !clientptr->setSize(
screen_width
, screen_height))
746
width =
screen_width
;
774
if (
screen_width
< width) {
778
screen_width
= width;
779
frame_reader->rowbuf = new unsigned char[
screen_width
];
781
frame_reader->rowbuf = new unsigned char[
screen_width
];
[
all
...]
/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/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/ping/
ping.c
128
static int
screen_width
= INT_MAX;
variable
396
if ((preload <
screen_width
&& pipesize <
screen_width
) ||
397
in_flight() <
screen_width
)
568
screen_width
= w.ws_col;
[
all
...]
/external/iproute2/misc/
ss.c
53
int
screen_width
;
variable
[
all
...]
Completed in 259 milliseconds