Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/win/
H A Dscreen_win.cc137 return white_level.SDRWhiteLevel * 80.0 / 1000.0; in GetMonitorSDRWhiteLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/win/
H A Dscreen_win.cc139 return white_level.SDRWhiteLevel * 80.0 / 1000.0; // From wingdi.h. in GetSDRWhiteLevel()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs5173 pub SDRWhiteLevel: u32,
5186 …DR_WHITE_LEVEL").field("header", &self.header).field("SDRWhiteLevel", &self.SDRWhiteLevel).finish()
5192 self.header == other.header && self.SDRWhiteLevel == other.SDRWhiteLevel
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/libdxg/include/
H A Dd3dkmthk.h1016 UINT SDRWhiteLevel; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwingdi.h2387 ULONG SDRWhiteLevel; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwingdi.h2387 ULONG SDRWhiteLevel; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Display/
H A Dmod.rs1143 pub SDRWhiteLevel: u32, field
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc16261 TEST_P(ScrollUnifiedLayerTreeHostImplTest, SDRWhiteLevel) { in TEST_P() argument