Home
last modified time | relevance | path

Searched refs:szAspectRatio (Results 1 – 9 of 9) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/objects/
H A DKvsObject_pixmap.cpp465 QString szAspectRatio; in KVSO_CLASS_FUNCTION() local
469 KVSO_PARAMETER("aspect_ratio", KVS_PT_STRING, KVS_PF_OPTIONAL, szAspectRatio) in KVSO_CLASS_FUNCTION()
472 if(!szAspectRatio.isEmpty()) in KVSO_CLASS_FUNCTION()
474 if(KviQString::equalCI(szAspectRatio, "IgnoreAspectRatio")) in KVSO_CLASS_FUNCTION()
476 else if(KviQString::equalCI(szAspectRatio, "KeepAspectRatio")) in KVSO_CLASS_FUNCTION()
478 else if(KviQString::equalCI(szAspectRatio, "KeepAspectRatioByExpanding")) in KVSO_CLASS_FUNCTION()
481 …qs_ctx("Unknown aspect ratio %Q - Switching to KeepAspectRatio ratio", "objects"), &szAspectRatio); in KVSO_CLASS_FUNCTION()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dstrmif.h1014 SIZE szAspectRatio; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dstrmif.h1014 SIZE szAspectRatio; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvmr9.h301 SIZE szAspectRatio; member
424 SIZE szAspectRatio; member
H A Dstrmif.h15258 SIZE szAspectRatio; member
15316 SIZE szAspectRatio; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dvmr9.h301 SIZE szAspectRatio; member
424 SIZE szAspectRatio; member
H A Dstrmif.h15258 SIZE szAspectRatio; member
15316 SIZE szAspectRatio; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs9172 pub szAspectRatio: super::super::Foundation::SIZE, field
9327 pub szAspectRatio: super::super::Foundation::SIZE, field
9438 pub szAspectRatio: super::super::Foundation::SIZE, field
9581 pub szAspectRatio: super::super::Foundation::SIZE, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs75238 pub szAspectRatio: super::super::Foundation::SIZE, field
75259 .field("szAspectRatio", &self.szAspectRatio) in fmt()
75267 …other.Pool && self.MinBuffers == other.MinBuffers && self.szAspectRatio == other.szAspectRatio && … in eq()
75605 pub szAspectRatio: super::super::Foundation::SIZE, field
75627 .field("szAspectRatio", &self.szAspectRatio) in fmt()
75638 …art == other.rtStart && self.rtEnd == other.rtEnd && self.szAspectRatio == other.szAspectRatio && … in eq()
75876 pub szAspectRatio: super::super::Foundation::SIZE, field
75897 .field("szAspectRatio", &self.szAspectRatio) in fmt()
75908 …== other.lpHdr && self.lpPixFmt == other.lpPixFmt && self.szAspectRatio == other.szAspectRatio && … in eq()
76198 pub szAspectRatio: super::super::Foundation::SIZE, field
[all …]