Searched refs:D2D1_SEPIA_PROP (Results 1 – 3 of 3) sorted by relevance
218 typedef enum D2D1_SEPIA_PROP enum234 } D2D1_SEPIA_PROP; typedef
1580 pub type D2D1_SEPIA_PROP = u32; typedef1581 pub const D2D1_SEPIA_PROP_INTENSITY: D2D1_SEPIA_PROP = 0u32;1582 pub const D2D1_SEPIA_PROP_ALPHA_MODE: D2D1_SEPIA_PROP = 1u32;1583 pub const D2D1_SEPIA_PROP_FORCE_DWORD: D2D1_SEPIA_PROP = 4294967295u32;
7584 pub struct D2D1_SEPIA_PROP(pub u32);7585 pub const D2D1_SEPIA_PROP_INTENSITY: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(0u32);7586 pub const D2D1_SEPIA_PROP_ALPHA_MODE: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(1u32);7587 pub const D2D1_SEPIA_PROP_FORCE_DWORD: D2D1_SEPIA_PROP = D2D1_SEPIA_PROP(4294967295u32);7588 impl ::std::convert::From<u32> for D2D1_SEPIA_PROP {7593 unsafe impl ::windows::runtime::Abi for D2D1_SEPIA_PROP {7597 impl ::std::ops::BitOr for D2D1_SEPIA_PROP {7603 impl ::std::ops::BitAnd for D2D1_SEPIA_PROP {7609 impl ::std::ops::BitOrAssign for D2D1_SEPIA_PROP {7614 impl ::std::ops::BitAndAssign for D2D1_SEPIA_PROP {[all …]