Home
last modified time | relevance | path

Searched refs:FromLeft (Results 1 – 25 of 64) sorted by relevance

123

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/
H A DCtx.hs37 , FromLeft
82 type FromLeft ctx n = CtxSize ctx - 1 - n function
99 = CtxLookupRight (FromLeft ctx n) ctx
104 = CtxUpdateRight (FromLeft ctx n) x ctx
H A DContext.hs380 type Idx n ctx r = (ValidIx n ctx, Idx' (FromLeft ctx n) ctx r)
386 natIndex = natIndex' @_ @(FromLeft ctx n)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_slide_animation.cpp18 auto progress = _animation.value((_direction == SlideDirection::FromLeft) ? 0. : 1.); in paintContents()
22 auto slideLeft = (_direction == SlideDirection::FromLeft); in paintContents()
88 auto fromLeft = (_direction == SlideDirection::FromLeft); in start()
H A Dwindow_slide_animation.h16 FromLeft, enumerator
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/spacerotation/
H A DKPrSpaceRotationEffectFactory.h35 FromLeft, enumerator
H A DKPrSpaceRotationFromLeftStrategy.cpp29 : KPrPageEffectStrategy(KPrSpaceRotationEffectFactory::FromLeft, "spaceRotation", "leftToRight", fa… in KPrSpaceRotationFromLeftStrategy()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/zigzagwipe/
H A DZigZagWipeEffectFactory.h33 FromLeft, enumerator
H A DZigZagWipeEffectFactory.cpp30 addStrategy( new ZigZagWipeStrategy( FromLeft, "leftToRight", false ) ); in ZigZagWipeEffectFactory()
H A DZigZagWipeStrategy.cpp89 case ZigZagWipeEffectFactory::FromLeft: in clipPath()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/barwipe/
H A DKPrBarWipeEffectFactory.h34 FromLeft, enumerator
H A DKPrBarWipeFromLeftStrategy.cpp27 : KPrPageEffectStrategy( KPrBarWipeEffectFactory::FromLeft, "barWipe", "leftToRight", false ) in KPrBarWipeFromLeftStrategy()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/veewipe/
H A DVeeWipeEffectFactory.h36 FromLeft enumerator
H A DVeeWipeEffectFactory.cpp34 addStrategy( new VeeWipeStrategy( FromLeft, "right", false ) ); in VeeWipeEffectFactory()
H A DVeeWipeStrategy.cpp100 case VeeWipeEffectFactory::FromLeft: in clipPath()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/edgewipe/barnveewipe/
H A DBarnVeeWipeEffectFactory.h36 FromLeft enumerator
H A DBarnVeeWipeEffectFactory.cpp34 addStrategy( new BarnVeeWipeStrategy( FromLeft, "right", false ) ); in BarnVeeWipeEffectFactory()
H A DBarnVeeWipeStrategy.cpp106 case BarnVeeWipeEffectFactory::FromLeft: in clipPath()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/clockwipe/saloondoorwipe/
H A DKPrSaloonDoorWipeEffectFactory.h34 FromLeft, enumerator
H A DKPrSaloonDoorWipeEffectFactory.cpp32 addStrategy( new KPrSaloonDoorWipeStrategy( FromLeft, "saloonDoorWipe", "left", false ) ); in KPrSaloonDoorWipeEffectFactory()
H A DKPrSaloonDoorWipeStrategy.cpp75 case KPrSaloonDoorWipeEffectFactory::FromLeft: in paintStep()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/matrixwipe/snakewipe/
H A DKPrSnakeWipeEffectFactory.h33 FromLeft, // the new page is coming from the left enumerator
H A DKPrSnakeWipeTopLeftVerticalStrategy.cpp24 …: KPrMatrixWipeStrategy( KPrSnakeWipeEffectFactory::FromLeft, "snakeWipe", "topLeftVertical", fals… in KPrSnakeWipeTopLeftVerticalStrategy()
/dports/editors/calligra/calligra-3.2.1/stage/plugins/pageeffects/slidewipe/
H A DKPrSlideWipeEffectFactory.h33 FromLeft, // the new page is coming from the left enumerator
H A DKPrSlideWipeFromLeftStrategy.cpp27 : KPrPageEffectStrategy( KPrSlideWipeEffectFactory::FromLeft, "slideWipe", "fromLeft", false ) in KPrSlideWipeFromLeftStrategy()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Xaml/Media/Animation/
H A Dmod.rs174 pub const FromLeft: Self = Self(1i32); const

123