Searched refs:WINRT_DISPLAY_PROPERTY (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo_cpp.h | 84 #define WINRT_DISPLAY_PROPERTY(NAME) (Windows::Graphics::Display::DisplayInformation::GetForCurrent… macro 86 #define WINRT_DISPLAY_PROPERTY(NAME) (Windows::Graphics::Display::DisplayProperties::NAME) macro 90 …PHYSICAL_PIXELS(DIPS) ((int)(0.5f + (((float)(DIPS) * (float)WINRT_DISPLAY_PROPERTY(LogicalDpi… 91 #define WINRT_PHYSICAL_PIXELS_TO_DIPS(PHYSPIX) (((float)(PHYSPIX) * 96.f)/WINRT_DISPLAY_PROPERTY(L…
|
A D | SDL_winrtpointerinput.cpp | 89 switch (WINRT_DISPLAY_PROPERTY(CurrentOrientation)) in WINRT_TransformCursorPosition()
|
A D | SDL_winrtvideo.cpp | 476 … const DisplayOrientations currentOrientation = WINRT_DISPLAY_PROPERTY(CurrentOrientation); in WINRT_DetectWindowFlags()
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 282 WINRT_DISPLAY_PROPERTY(CurrentOrientation), 283 WINRT_DISPLAY_PROPERTY(NativeOrientation), 284 WINRT_DISPLAY_PROPERTY(AutoRotationPreferences), 292 WINRT_DISPLAY_PROPERTY(CurrentOrientation), 293 WINRT_DISPLAY_PROPERTY(NativeOrientation), 327 WINRT_DISPLAY_PROPERTY(CurrentOrientation), 328 WINRT_DISPLAY_PROPERTY(NativeOrientation), 329 WINRT_DISPLAY_PROPERTY(AutoRotationPreferences), 549 WINRT_DISPLAY_PROPERTY(CurrentOrientation), 550 WINRT_DISPLAY_PROPERTY(NativeOrientation), [all …]
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_winrt.cpp | 83 const DisplayOrientations currentOrientation = WINRT_DISPLAY_PROPERTY(CurrentOrientation); in D3D11_GetCurrentRotation()
|
Completed in 6 milliseconds