Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp221 DXGI_MODE_DESC modeToMatch, closestMatch; in WINRT_AddDisplaysForOutput() local
239 SDL_zero(modeToMatch); in WINRT_AddDisplaysForOutput()
240 modeToMatch.Format = DXGI_FORMAT_B8G8R8A8_UNORM; in WINRT_AddDisplaysForOutput()
241modeToMatch.Width = (dxgiOutputDesc.DesktopCoordinates.right - dxgiOutputDesc.DesktopCoordinates.l… in WINRT_AddDisplaysForOutput()
242modeToMatch.Height = (dxgiOutputDesc.DesktopCoordinates.bottom - dxgiOutputDesc.DesktopCoordinates… in WINRT_AddDisplaysForOutput()
243 hr = dxgiOutput->FindClosestMatchingMode(&modeToMatch, &closestMatch, NULL); in WINRT_AddDisplaysForOutput()

Completed in 6 milliseconds