Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h277 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */ member
314 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h277 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */ member
314 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h241 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */ member
278 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h241 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; /* DirectX 7 */ member
278 LPDDRAWI_DDRAWSURFACE_LCL lpDDSLcl; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs1476 pub lpDDSLcl: *mut DD_SURFACE_LOCAL,
1490 … &self.dwFlags).field("lpDDLcl", &self.lpDDLcl).field("lpDDSLcl", &self.lpDDSLcl).field("ddRVal", …
1496 …lags == other.dwFlags && self.lpDDLcl == other.lpDDLcl && self.lpDDSLcl == other.lpDDSLcl && self.…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1347 pub lpDDSLcl: *mut DDRAWI_DDRAWSURFACE_LCL, field
4748 pub lpDDSLcl: *mut DD_SURFACE_LOCAL, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs2448 pub lpDDSLcl: *mut DDRAWI_DDRAWSURFACE_LCL, field
2462 … &self.dwFlags).field("lpDDLcl", &self.lpDDLcl).field("lpDDSLcl", &self.lpDDSLcl).field("ddRVal", … in fmt()
2468 …lags == other.dwFlags && self.lpDDLcl == other.lpDDLcl && self.lpDDSLcl == other.lpDDSLcl && self.… in eq()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs3287 pub lpDDSLcl: *mut super::super::UI::DisplayDevices::DD_SURFACE_LOCAL,