Home
last modified time | relevance | path

Searched refs:IXpsOMColorProfileResource (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h351 typedef interface IXpsOMColorProfileResource IXpsOMColorProfileResource; typedef
353 interface IXpsOMColorProfileResource; variable
652 typedef interface IXpsOMColorProfileResource IXpsOMColorProfileResource; typedef
654 interface IXpsOMColorProfileResource; variable
2855 IXpsOMColorProfileResource **part);
9353 IXpsOMColorProfileResource *This,
9365 IXpsOMColorProfileResource *This,
9369 IXpsOMColorProfileResource *This,
9374 IXpsOMColorProfileResource *This,
9378 IXpsOMColorProfileResource *This,
[all …]
H A Dxpsobjectmodel_1.h323 IXpsOMColorProfileResource *colorProfile,
330 IXpsOMColorProfileResource **colorProfileResource);
369 IXpsOMColorProfileResource *colorProfile,
660 …idColorBrush(IXpsOMObjectFactory1* This,const XPS_COLOR *color,IXpsOMColorProfileResource *colorPr…
663 …ectFactory1* This,IStream *acquiredStream,IOpcPartUri *partUri,IXpsOMColorProfileResource **colorP…
681 …GradientStop(IXpsOMObjectFactory1* This,const XPS_COLOR *color,IXpsOMColorProfileResource *colorPr…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h351 typedef interface IXpsOMColorProfileResource IXpsOMColorProfileResource; typedef
353 interface IXpsOMColorProfileResource; variable
652 typedef interface IXpsOMColorProfileResource IXpsOMColorProfileResource; typedef
654 interface IXpsOMColorProfileResource; variable
2855 IXpsOMColorProfileResource **part);
9353 IXpsOMColorProfileResource *This,
9365 IXpsOMColorProfileResource *This,
9369 IXpsOMColorProfileResource *This,
9374 IXpsOMColorProfileResource *This,
9378 IXpsOMColorProfileResource *This,
[all …]
H A Dxpsobjectmodel_1.h323 IXpsOMColorProfileResource *colorProfile,
330 IXpsOMColorProfileResource **colorProfileResource);
369 IXpsOMColorProfileResource *colorProfile,
660 …idColorBrush(IXpsOMObjectFactory1* This,const XPS_COLOR *color,IXpsOMColorProfileResource *colorPr…
663 …ectFactory1* This,IStream *acquiredStream,IOpcPartUri *partUri,IXpsOMColorProfileResource **colorP…
681 …GradientStop(IXpsOMObjectFactory1* This,const XPS_COLOR *color,IXpsOMColorProfileResource *colorPr…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs781 pub struct IXpsOMColorProfileResource(::windows::runtime::IUnknown); struct
782 impl IXpsOMColorProfileResource { implementation
802 unsafe impl ::windows::runtime::Interface for IXpsOMColorProfileResource { implementation
807 fn from(value: IXpsOMColorProfileResource) -> Self { in from()
812 fn from(value: &IXpsOMColorProfileResource) -> Self { in from()
827 fn from(value: IXpsOMColorProfileResource) -> Self { in from()
832 fn from(value: &IXpsOMColorProfileResource) -> Self { in from()
846 impl ::std::convert::From<IXpsOMColorProfileResource> for IXpsOMPart {
847 fn from(value: IXpsOMColorProfileResource) -> Self { in from()
851 impl ::std::convert::From<&IXpsOMColorProfileResource> for IXpsOMPart {
[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.rs119 pub type IXpsOMColorProfileResource = *mut ::core::ffi::c_void; typedef