Home
last modified time | relevance | path

Searched defs:D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT (Results 1 – 4 of 4) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1_1.h372 D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT = 0, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h142 D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT = 0, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd2d1_1.h142 D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT = 0, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs574 pub const D2D1_COLOR_INTERPOLATION_MODE_STRAIGHT: D2D1_COLOR_INTERPOLATION_MODE = 0u32; const