Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 27) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamodes.m319 CGDirectDisplayID *displays;
329 displays = SDL_small_alloc(CGDirectDisplayID, numDisplays, &isstack);
333 SDL_small_free(displays, isstack);
347 if (!CGDisplayIsMain(displays[i])) {
351 if (CGDisplayIsMain(displays[i])) {
360 moderef = CGDisplayCopyDisplayMode(displays[i]);
371 displaydata->display = displays[i];
373 CVDisplayLinkCreateWithCGDisplay(displays[i], &link);
377 display.name = (char *)Cocoa_GetDisplayName(displays[i]);
396 SDL_small_free(displays, isstack);
[all …]
A DSDL_cocoaevents.m219 SDL_Window *fullscreen_window = device->displays[i].fullscreen_window;
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c142 SDL_assert(_this->displays != NULL); \
611 SDL_VideoDisplay *displays; in SDL_AddVideoDisplay() local
614 displays = in SDL_AddVideoDisplay()
615 SDL_realloc(_this->displays, in SDL_AddVideoDisplay()
617 if (displays) { in SDL_AddVideoDisplay()
619 displays[index] = *display; in SDL_AddVideoDisplay()
620 displays[index].device = _this; in SDL_AddVideoDisplay()
621 _this->displays = displays; in SDL_AddVideoDisplay()
2929 if (_this->displays) { in SDL_VideoQuit()
2933 SDL_free(_this->displays); in SDL_VideoQuit()
[all …]
A DSDL_sysvideo.h326 SDL_VideoDisplay *displays; member
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c204 SDL_AddDisplayMode(&_this->displays[0], &mode); in Android_VideoInit()
251 SDL_VideoDisplay *display = &device->displays[0]; in Android_SendResize()
/AliOS-Things-master/components/SDL2/src/video/dummy/
A DSDL_nullvideo.c129 SDL_AddDisplayMode(&_this->displays[0], &mode); in DUMMY_VideoInit()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c129 SDL_AddDisplayMode(&_this->displays[0], &mode); in OFFSCREEN_VideoInit()
/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_video.c148 SDL_AddDisplayMode(&_this->displays[0], &mode); in AliOS_VideoInit()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmodes.m441 int displayIndex = (int) (display - _this->displays);
445 /* the default function iterates displays to make a fake offset,
446 as if all the displays were side-by-side, which is fine for iOS. */
473 SDL_VideoDisplay *display = &_this->displays[i];
A DSDL_uikitmetalview.m87 * yielding high resolution on retine displays.
A DSDL_uikitappdelegate.m162 * displays a blank screen rather than falling back to an image. */
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c152 SDL_AddDisplayMode(&_this->displays[0], &mode); in NACL_VideoInit()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-directfb.md9 - multiple displays
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c161 SDL_AddDisplayMode(&_this->displays[0], &mode); in Emscripten_VideoInit()
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md76 …c`](ssl/ssl_client1.c): a simple HTTPS client that sends a fixed request and displays the response.
90 * [`ssl/ssl_client2.c`](ssl/ssl_client2.c): an HTTPS client that sends a fixed request and displays
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c140 SDL_VideoDisplay *display = &device->displays[i]; in X11_SafetyNetErrHandler()
A DSDL_x11messagebox.c505 if ((dev) && (dev->displays) && (dev->num_displays > 0)) { in X11_MessageBoxCreateWindow()
506 const SDL_VideoDisplay *dpy = &dev->displays[0]; in X11_MessageBoxCreateWindow()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_modes.c385 SDL_VideoDisplay *display = &_this->displays[i]; in DirectFB_QuitModes()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c477 SDL_VideoDisplay *display = &_this->displays[i]; in Wayland_VideoQuit()
A DSDL_waylandwindow.c677 …float scale = ((SDL_WaylandOutputData*)SDL_GetVideoDevice()->displays[i].driverdata)->scale_factor; in Wayland_CreateWindow()
/AliOS-Things-master/components/littlevgl/
A DREADME.md52 * **Simultaneously use multiple displays** i.e. monochrome and color display
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt103 An interactive user interface displays "Appropriate Legal Notices"
105 feature that (1) displays an appropriate copyright notice, and (2)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DREADME80 colormapped displays. These extra functions can be compiled out of the
A Dusage.txt297 Useful for viewing on monochrome displays; also,
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi235 errors. The runner displays a message when a new error appears or when

Completed in 47 milliseconds

12