HomeSort by relevance Sort by last modified time
    Searched refs:screen (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmstr.h 77 CARD16 screen B16;
186 CARD32 screen B32; /* could be CARD16 but need the pad */
226 CARD32 screen B32; /* could be CARD16 but need the pad */
255 CARD32 screen B32; /* could be CARD16 but need the pad */
279 CARD32 screen B32; /* could be CARD16 but need the pad */
297 CARD32 screen B32; /* could be CARD16 but need the pad */
326 CARD32 screen B32; /* could be CARD16 but need the pad */
349 CARD16 screen B16;
358 CARD16 screen B16;
412 CARD16 screen B16
    [all...]
xf86dga1.h 65 int /* screen */,
76 int /* screen */,
87 int /* screen */,
95 int /* screen */,
103 int /* screen */,
112 int /* screen */,
121 int /* screen */,
129 int /* screen */,
137 int /* screen */,
144 int screen
    [all...]
panoramiXproto.h 121 CARD32 screen B32;
133 CARD32 screen B32;
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 279 /* Create bitmap, device and context for screen drawing */
379 /* Must buffer height be shrinked to screen by 2 ? */
383 /* Centralize game window on device screen */
395 fullScreen.w = _this->screen->w;
396 fullScreen.h = _this->screen->h;
468 /* Force focus window to redraw again for cleaning away SDL screen graphics */
487 TInt sourceNumBytesPerPixel = ((_this->screen->format->BitsPerPixel-1)>>3) + 1;
490 TInt screenW = _this->screen->w;
491 TInt screenH = _this->screen->h;
493 if (Private->EPOC_ShrinkedHeight) { /* simulate 400 pixel height in 200 pixel screen */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 260 /* Determine the current screen size */
264 /* Determine the screen depth (use default 8-bit depth) */
335 /* Various screen update functions available */
380 /* Allocate the new pixel format for the screen */
414 /* length of one screen page in bytes */
498 int bpp = this->screen->format->BytesPerPixel;
499 int pitch = this->screen->pitch;
510 src = (unsigned char *)this->screen->pixels + vp;
559 if ( this->screen && (this->screen->w && this->screen->h) )
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 54 * screen contains a number of icons, folders or widgets the user can interact with.
63 * The velocity at which a fling gesture will cause us to snap to the next screen
245 * @return The open folder on the current screen, or null if there is none
264 for (int screen = 0; screen < screens; screen++) {
265 CellLayout currentScreen = (CellLayout) getChildAt(screen);
285 * Returns the index of the currently displayed screen.
287 * @return The index of the currently displayed screen.
294 * Sets the current screen
559 int screen = indexOfChild(child); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents.c 51 if( ! this->screen ) /* Wait till we got the screen initialized */
62 mouse_x = mouse_x * this->screen->w / aa_scrwidth (AA_context);
63 mouse_y = mouse_y * this->screen->h / aa_scrheight (AA_context);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 281 /* Determine the screen depth */
335 _this->screen->format->BitsPerPixel ) {
342 /* Various screen update functions available */
397 static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
411 width = screen->w;
412 height = screen->h;
416 bpp = screen->format->BitsPerPixel;
475 /* Set the fullscreen flag in the screen surface */
477 screen->flags |= SDL_FULLSCREEN;
479 screen->flags &= ~SDL_FULLSCREEN;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 58 struct Screen *Public_Display; /* Used for events and window management */
59 struct Screen *GFX_Display; /* Used for graphics and colormap stuff */
107 Sint32 *XPixels; /* A list of pixels that have been allocated, the size depends on the screen format */
147 extern int CGX_CreateWindow(_THIS, SDL_Surface *screen,
150 SDL_Surface *screen, int w, int h, Uint32 flags);
152 extern void CGX_DestroyWindow(_THIS, SDL_Surface *screen);
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 147 /* Determine the screen depth (use default 8-bit depth) */
178 /* Allocate the new pixel format for the screen */
234 if (this->screen->pixels != NULL)
236 SDL_free(this->screen->pixels);
237 this->screen->pixels = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 174 *x = (long)((char *)dst->pixels - mapped_mem)%this->screen->pitch;
175 *y = (long)((char *)dst->pixels - mapped_mem)/this->screen->pitch;
176 if ( dst == this->screen ) {
SDL_fbvideo.c 141 static int FB_InitHWSurfaces(_THIS, SDL_Surface *screen, char *base, int size);
579 /* Determine the current screen depth */
743 /* Various screen update functions available */
876 /* Set the video mode and get the final screen format */
878 SDL_SetError("Couldn't get console screen info");
941 /* Set the video mode and get the final screen format */
943 SDL_SetError("Couldn't get console screen info");
979 SDL_SetError("Couldn't set console screen info");
1063 this->screen = current;
1065 this->screen = NULL
1349 SDL_Surface *screen; local
    [all...]
SDL_fbmatrox.c 76 if ( dst == this->screen ) {
114 if ( dst == this->screen ) {
141 if ( dst == this->screen ) {
217 if ( dst == this->screen ) {
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 152 PreferenceGroup screen = (PreferenceGroup) getPreferenceScreen(); local
153 for (int i = 0, n = screen.getPreferenceCount(); i < n; i++) {
154 setupPreference(screen.getPreference(i));
160 screen.setTitle(R.string.sip_edit_new_title);
562 PreferenceGroup screen = (PreferenceGroup) getPreferenceScreen(); local
565 PreferenceGroup group = (PreferenceGroup) screen.findPreference(
567 screen.removePreference(group);
570 int order = screen.getPreferenceCount();
582 PreferenceGroup screen = (PreferenceGroup) getPreferenceScreen(); local
584 screen.addPreference(pref)
592 PreferenceGroup screen = (PreferenceGroup) getPreferenceScreen(); local
    [all...]
  /external/qemu/
curses.c 43 static console_ch_t screen[160 * 100]; variable
52 line = ((chtype *) screen) + y * width;
178 vga_hw_text_update(screen);
368 ds->surface = qemu_create_displaysurface_from(640, 400, 0, 0, (uint8_t*) screen);
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemwm.c 71 /* Convert icon to the screen format */
111 if (this->screen == NULL) {
SDL_gemvideo.h 44 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */
45 #define B2S_VROCPYFM_1TOS (1<<2) /* vro_cpyfm() buffer 1 to screen */
46 #define B2S_VROCPYFM_2TOS (1<<3) /* vro_cpyfm() buffer 2 to screen */
51 Uint16 buf2scr_ops; /* Operations to get buffer to screen */
62 Uint16 format; /* Screen format */
63 void *screen; /* Screen address */ member in struct:SDL_PrivateVideoData
64 Uint32 red, green, blue, alpha; /* Screen components */
109 #define VDI_screen (this->hidden->screen)
153 Possible buffer to screen operations
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataGtk.cpp 112 if (GdkScreen* screen = gdk_screen_get_default())
113 options = gdk_screen_get_font_options(screen);
152 if (GdkScreen* screen = gdk_screen_get_default())
153 options = gdk_screen_get_font_options(screen);
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 309 /* Determine the current screen size */
313 /* Determine the current screen depth */
409 /* Various screen update functions available */
422 /* Set the video mode and get the final screen format */
424 SDL_SetError("Couldn't get console screen info");
460 SDL_SetError("Couldn't set console screen info");
487 /* Screen update DMA command area */
501 /* Set up the entire screen for DMA transfer */
510 /* Put image offscreen and scale to screen height */
516 /* get screen image data size (qword aligned) *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 125 /* Allocate the new pixel format for the screen */
208 vars[3] = 11; /* Screen Width - 1 */
209 vars[4] = 12; /* Screen Depth - 1 */
300 /* Show the window on the screen */
429 regs.r[0] = -1; /* Whole screen */
437 /* Toggle to window from full screen */
440 int width = this->screen->w;
441 int height = this->screen->h;
442 int bpp = this->screen->format->BitsPerPixel;
448 this->screen->flags &= ~(SDL_DOUBLEBUF|SDL_HWSURFACE)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 144 Cocoa sets the origin at the lower left corner of the window/screen
150 /* Convert Cocoa screen coordinate to Cocoa window coordinate */
157 /* Convert Cocoa window coordinate to Cocoa screen coordinate */
314 /* determine if the window is fully visible on the current screen configuration */
329 NSScreen* screen = [ screens objectAtIndex: n ];
330 NSRect vis = [ screen visibleFrame ];
332 //printf( "screen %d/%d frame (%d,%d) (%d,%d)\n", n+1, count,
373 /* we need to compute which screen has the most window pixels */
375 NSScreen* screen = [ screens objectAtIndex: n ];
376 NSRect vis = [ screen visibleFrame ]
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 124 -@erase "$(INTDIR)\screen.obj"
240 "$(INTDIR)\screen.obj" \
397 -@erase "$(INTDIR)\screen.obj"
398 -@erase "$(INTDIR)\screen.sbr"
505 "$(INTDIR)\screen.sbr" \
598 "$(INTDIR)\screen.obj" \
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 151 RootWindow(sDisplay, vi->screen),
159 sWindow = XCreateWindow(sDisplay, RootWindow(sDisplay, vi->screen),
  /external/bzip2/
bzip.css 67 div.literallayout, pre.programlisting, pre.screen {
  /external/libpng/contrib/gregbook/
rpng-x.c 28 - 2.01: fixed improper display of usage screen on PNG error(s)
273 /* print usage screen if any errors up to this point */
433 int screen, pad; local
448 screen = DefaultScreen(display);
449 depth = DisplayPlanes(display, screen);
450 root = RootWindow(display, screen);
460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n",
465 XMatchVisualInfo(display, screen, depth,
476 visual_info.screen = screen;
    [all...]

Completed in 112 milliseconds

1 23 4 5 6 7