/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 319 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 D | SDL_cocoaevents.m | 219 SDL_Window *fullscreen_window = device->displays[i].fullscreen_window;
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 142 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 D | SDL_sysvideo.h | 326 SDL_VideoDisplay *displays; member
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvideo.c | 204 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 D | SDL_nullvideo.c | 129 SDL_AddDisplayMode(&_this->displays[0], &mode); in DUMMY_VideoInit()
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenvideo.c | 129 SDL_AddDisplayMode(&_this->displays[0], &mode); in OFFSCREEN_VideoInit()
|
/AliOS-Things-master/components/SDL2/src/video/alios/ |
A D | SDL_AliOS_video.c | 148 SDL_AddDisplayMode(&_this->displays[0], &mode); in AliOS_VideoInit()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitmodes.m | 441 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 D | SDL_uikitmetalview.m | 87 * yielding high resolution on retine displays.
|
A D | SDL_uikitappdelegate.m | 162 * displays a blank screen rather than falling back to an image. */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclvideo.c | 152 SDL_AddDisplayMode(&_this->displays[0], &mode); in NACL_VideoInit()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-directfb.md | 9 - multiple displays
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenvideo.c | 161 SDL_AddDisplayMode(&_this->displays[0], &mode); in Emscripten_VideoInit()
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 76 …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 D | SDL_x11video.c | 140 SDL_VideoDisplay *display = &device->displays[i]; in X11_SafetyNetErrHandler()
|
A D | SDL_x11messagebox.c | 505 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 D | SDL_DirectFB_modes.c | 385 SDL_VideoDisplay *display = &_this->displays[i]; in DirectFB_QuitModes()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 477 SDL_VideoDisplay *display = &_this->displays[i]; in Wayland_VideoQuit()
|
A D | SDL_waylandwindow.c | 677 …float scale = ((SDL_WaylandOutputData*)SDL_GetVideoDevice()->displays[i].driverdata)->scale_factor; in Wayland_CreateWindow()
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 52 * **Simultaneously use multiple displays** i.e. monochrome and color display
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | LICENSE-gpl3.txt | 103 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 D | README | 80 colormapped displays. These extra functions can be compiled out of the
|
A D | usage.txt | 297 Useful for viewing on monochrome displays; also,
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 235 errors. The runner displays a message when a new error appears or when
|