HomeSort by relevance Sort by last modified time
    Searched refs:screen_width (Results 1 - 7 of 7) 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/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 518 screen_width = GETINT16(q);
522 if (clientptr && !clientptr->sizeNowAvailable(screen_width, screen_height))
739 ((screen_height < height) || (screen_width < width) ||
743 screen_width = width;
748 if (clientptr && !clientptr->sizeNowAvailable(screen_width, screen_height))
756 width = screen_width;
786 if (screen_width < width) {
790 screen_width = width;
791 frame_reader->rowbuf = new unsigned char[screen_width];
793 frame_reader->rowbuf = new unsigned char[screen_width];
    [all...]
GIFImageReader.h 168 unsigned screen_width; /* Logical screen width & height */ member in struct:GIFImageReader
190 screen_width = screen_height = 0;
  /external/ping/
ping.c 126 static int screen_width = INT_MAX; variable
394 if ((preload < screen_width && pipesize < screen_width) ||
395 in_flight() < screen_width)
566 screen_width = w.ws_col;
    [all...]
  /external/iproute2/misc/
ss.c 53 int screen_width; variable
    [all...]

Completed in 76 milliseconds