Home
last modified time | relevance | path

Searched refs:interpolationmode (Results 1 – 4 of 4) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Ddemo.cpp187 interpolationmode = mode; in LoadDemo()
188 if (interpolationmode == AUTO_INTERPOLATION) in LoadDemo()
191 interpolationmode = LINEAR_INTERPOLATION; in LoadDemo()
193 interpolationmode = SPLINE_INTERPOLATION; in LoadDemo()
196 if (interpolationmode == SPLINE_INTERPOLATION) in LoadDemo()
308 switch (interpolationmode) in NewFrame()
H A Ddemo.h132 enum_InterpolationMode interpolationmode; /**< Interpolation mode (playing only) */ variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct2D/
H A Dmod.rs10980 pub unsafe fn SetInterpolationMode(&self, interpolationmode: D2D1_BITMAP_INTERPOLATION_MODE) {
11112 pub unsafe fn SetInterpolationMode(&self, interpolationmode: D2D1_BITMAP_INTERPOLATION_MODE) {
11130 pub unsafe fn SetInterpolationMode1(&self, interpolationmode: D2D1_INTERPOLATION_MODE) {
15681 ::std::mem::transmute(interpolationmode),
16232 ::std::mem::transmute(interpolationmode),
16817 ::std::mem::transmute(interpolationmode),
17480 ::std::mem::transmute(interpolationmode),
18172 ::std::mem::transmute(interpolationmode),
19037 ::std::mem::transmute(interpolationmode),
19945 ::std::mem::transmute(interpolationmode),
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectComposition/
H A Dmod.rs470 …pub unsafe fn SetInterpolationMode(&self, interpolationmode: super::Direct2D::D2D1_2DAFFINETRANSFO…
471 …e::vtable(self).4)(::std::mem::transmute_copy(self), ::std::mem::transmute(interpolationmode)).ok()
4676 …pub unsafe fn SetBitmapInterpolationMode(&self, interpolationmode: DCOMPOSITION_BITMAP_INTERPOLATI…
4677 …::vtable(self).11)(::std::mem::transmute_copy(self), ::std::mem::transmute(interpolationmode)).ok()
4745 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, interpolationmode: DCOMPOSITION_BI…
4786 …pub unsafe fn SetBitmapInterpolationMode(&self, interpolationmode: DCOMPOSITION_BITMAP_INTERPOLATI…
4787 …::vtable(self).11)(::std::mem::transmute_copy(self), ::std::mem::transmute(interpolationmode)).ok()
4924 …pub unsafe fn SetBitmapInterpolationMode(&self, interpolationmode: DCOMPOSITION_BITMAP_INTERPOLATI…
4925 …::vtable(self).11)(::std::mem::transmute_copy(self), ::std::mem::transmute(interpolationmode)).ok()
5156 …pub unsafe fn SetBitmapInterpolationMode(&self, interpolationmode: DCOMPOSITION_BITMAP_INTERPOLATI…
[all …]