Home
last modified time | relevance | path

Searched refs:rotateType (Results 1 – 10 of 10) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/backend/Edits/
H A DCRotateEdit.cpp27 rotateType(_rotateType), in CRotateEdit()
42 rotate(actionSound,rotateType,amount); in doActionSizeSafe()
54 rotate(actionSound,rotateType==rtLeft ? rtRight : rtLeft,amount); in undoActionSizeSafe()
58 void CRotateEdit::rotate(const CActionSound *actionSound,const RotateTypes rotateType,const sample_… in rotate() argument
63 if(rotateType==rtLeft) in rotate()
H A DCRotateEdit.h34 …tionFactory *factory,const CActionSound *actionSound,const RotateTypes rotateType,const double amo…
43 const RotateTypes rotateType;
46 …static void rotate(const CActionSound *actionSound,const RotateTypes rotateType,const sample_pos_t…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/likexian/gokit/xlog/
H A Dxlog.go61 rotateType string member
184 func (l *Logger) SetRotate(rotateType string, rotateNum int64, rotateSize int64) error {
192 if rotateType != "date" && rotateType != "size" {
196 l.logFile.rotateType = rotateType
245 if lf.rotateType == "" {
252 if lf.rotateType == "date" {
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp382 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
416 MotionSegment(path, resultDist, rotateType, rotateAngle), fallible)); in Interpolate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGMotionSMILType.cpp382 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
416 MotionSegment(path, resultDist, rotateType, rotateAngle), fallible)); in Interpolate()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGMotionSMILType.cpp382 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
416 MotionSegment(path, resultDist, rotateType, rotateAngle), fallible)); in Interpolate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGMotionSMILType.cpp382 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
416 MotionSegment(path, resultDist, rotateType, rotateAngle), fallible)); in Interpolate()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGMotionSMILType.cpp415 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
441 rotateType, in Interpolate()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGMotionSMILType.cpp380 RotateType rotateType = endSeg.mRotateType; in Interpolate() local
406 MotionSegment(path, resultDist, rotateType, rotateAngle), fallible)); in Interpolate()
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dbox_audit.go497 rotateType := keybase1.RotationType_VISIBLE
501 rotateType = keybase1.RotationType_CLKR
513 err := team.Rotate(mctx.Ctx(), rotateType)