Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dddrawi.h513 DWORD bIsDifferentPixelFormat; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dddrawi.h513 DWORD bIsDifferentPixelFormat; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs1167 pub bIsDifferentPixelFormat: u32,
1182 …", &self.lpDDSurfaceDesc).field("bIsDifferentPixelFormat", &self.bIsDifferentPixelFormat).field("d…
1188 …pDDSurfaceDesc == other.lpDDSurfaceDesc && self.bIsDifferentPixelFormat == other.bIsDifferentPixel…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1226 pub bIsDifferentPixelFormat: u32, field
4613 pub bIsDifferentPixelFormat: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs2208 pub bIsDifferentPixelFormat: u32, field
2223 …", &self.lpDDSurfaceDesc).field("bIsDifferentPixelFormat", &self.bIsDifferentPixelFormat).field("d… in fmt()
2229 …pDDSurfaceDesc == other.lpDDSurfaceDesc && self.bIsDifferentPixelFormat == other.bIsDifferentPixel… in eq()