Home
last modified time | relevance | path

Searched refs:FULLSCREEN (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/libweston-desktop/
Dxwayland.c44 FULLSCREEN, enumerator
211 return surface->state == FULLSCREEN; in weston_desktop_xwayland_surface_get_fullscreen()
317 weston_desktop_xwayland_surface_change_state(surface, FULLSCREEN, NULL, in set_fullscreen()
337 surface->state == FULLSCREEN) in move()
349 surface->state == FULLSCREEN) in resize()
Dwl-shell.c45 FULLSCREEN, enumerator
143 return surface->state == FULLSCREEN; in weston_desktop_wl_shell_surface_get_fullscreen()
313 weston_desktop_wl_shell_change_state(surface, FULLSCREEN, NULL, 0, 0); in weston_desktop_wl_shell_surface_protocol_set_fullscreen()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Ddialog_demo.dart194 child: const Text('FULLSCREEN'),
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js41 FULLSCREEN: 0, property
Dohos_window.js65 FULLSCREEN: 2, property
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp41 static const bool FULLSCREEN = false; variable
476 …swapChainDesc.Windowed = !FULLSCREEN; // set to true, then if in fullscreen must call SetFullScree… in InitD3D()