Home
last modified time | relevance | path

Searched defs:NativeResolution (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DDirect3DInterop.h43 property Windows::Foundation::Size NativeResolution; variable
/dports/graphics/opencv/opencv-4.5.3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DDirect3DInterop.h51 property Windows::Foundation::Size NativeResolution; variable
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DRenderer.cs304 public Size NativeResolution { get { return Window.NativeWindowSize; } } property in OpenRA.Renderer