Home
last modified time | relevance | path

Searched defs:ISegment (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpiscissorstool.h46 typedef struct _ISegment ISegment; typedef
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/playlist/
H A DSegment.cpp42 ISegment::ISegment(const ICanonicalUrl *parent): in ISegment() function in ISegment
/dports/math/cgal/CGAL-5.3/include/CGAL/Nef_2/
H A DSegment_overlay_traits.h59 typedef seg_pair* ISegment; typedef
453 typedef seg_pair* ISegment; typedef
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vpfutil/
H A Dpolygrf.h23 } ISegment; typedef
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dgraphics.h1020 } isegment, *ISegment; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtml.h8792 typedef interface ISegment ISegment; typedef
8794 interface ISegment; variable
165003 typedef interface ISegment ISegment; typedef
165005 interface ISegment; variable
H A Dmshtmlc.h2752 typedef struct ISegment ISegment; typedef
30325 struct ISegment : public IUnknown { struct
30338 struct ISegment { struct
30339 CONST_VTBL struct ISegmentVtbl *lpVtbl; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtml.h8792 typedef interface ISegment ISegment; typedef
8794 interface ISegment; variable
165003 typedef interface ISegment ISegment; typedef
165005 interface ISegment; variable
H A Dmshtmlc.h2752 typedef struct ISegment ISegment; typedef
30325 struct ISegment : public IUnknown { struct
30338 struct ISegment { struct
30339 CONST_VTBL struct ISegmentVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs35519 impl ::std::convert::From<IElementSegment> for ISegment { implementation
35524 impl ::std::convert::From<&IElementSegment> for ISegment { implementation
35530 fn into_param(self) -> ::windows::runtime::Param<'a, ISegment> { in into_param() argument
35535 fn into_param(self) -> ::windows::runtime::Param<'a, ISegment> { in into_param() argument
89961 impl ::std::convert::From<IHighlightSegment> for ISegment { implementation
89966 impl ::std::convert::From<&IHighlightSegment> for ISegment { implementation
89972 fn into_param(self) -> ::windows::runtime::Param<'a, ISegment> { in into_param() argument
89977 fn into_param(self) -> ::windows::runtime::Param<'a, ISegment> { in into_param() argument
103957 pub struct ISegment(::windows::runtime::IUnknown); struct
103958 impl ISegment { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs8366 pub type ISegment = *mut ::core::ffi::c_void; typedef