Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h79 typedef interface IXpsOMGradientStop IXpsOMGradientStop; typedef
81 interface IXpsOMGradientStop; variable
732 typedef interface IXpsOMGradientStop IXpsOMGradientStop; typedef
734 interface IXpsOMGradientStop; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h79 typedef interface IXpsOMGradientStop IXpsOMGradientStop; typedef
81 interface IXpsOMGradientStop; variable
732 typedef interface IXpsOMGradientStop IXpsOMGradientStop; typedef
734 interface IXpsOMGradientStop; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs2857 pub struct IXpsOMGradientStop(::windows::runtime::IUnknown); struct
2858 impl IXpsOMGradientStop { impl
2876 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IXpsOMGradientStop> { in Clone()
2881 unsafe impl ::windows::runtime::Interface for IXpsOMGradientStop { implementation
2895 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMGradientStop { implementation
2900 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXpsOMGradientStop { implementation
2926 pub unsafe fn GetAt(&self, index: u32) -> ::windows::runtime::Result<IXpsOMGradientStop> { in GetAt()
3791 …lor: *const XPS_COLOR, colorprofile: Param1, offset: f32) -> ::windows::runtime::Result<IXpsOMGrad… in CreateGradientStop()
3795 …eLinearGradientBrush<'a, Param0: ::windows::runtime::IntoParam<'a, IXpsOMGradientStop>, Param1: ::… in CreateLinearGradientBrush() argument
4144 …lor: *const XPS_COLOR, colorprofile: Param1, offset: f32) -> ::windows::runtime::Result<IXpsOMGrad… in CreateGradientStop()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs136 pub type IXpsOMGradientStop = *mut ::core::ffi::c_void; typedef