Home
last modified time | relevance | path

Searched refs:fxName (Results 1 – 19 of 19) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dr_special.cpp56 const char * fxName = "none"; in R_UpdateSpecialFilterWithTimeDelta() local
64 fxName = "monochrome.inverted"; in R_UpdateSpecialFilterWithTimeDelta()
83 fxName = (ringShader == 0 ? "colorize.gold" : "colorize.inverted.gold"); in R_UpdateSpecialFilterWithTimeDelta()
108 DD_Executef(true, "postfx %i %s %f", player, fxName, delta); in R_UpdateSpecialFilterWithTimeDelta()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_effects.cpp1061 theFxScheduler.PlayEffect( fxName, in CG_PlayEffectBolted()
1073 const char *fxName = CG_ConfigString( CS_EFFECTS + fxID ); in CG_PlayEffectIDBolted() local
1074 CG_PlayEffectBolted( fxName, modelIndex, boltIndex, entNum, origin, iLoopTime, isRelative ); in CG_PlayEffectIDBolted()
1077 void CG_PlayEffectOnEnt( const char *fxName, const int clientNum, vec3_t origin, const vec3_t fwd ) in CG_PlayEffectOnEnt() argument
1086 theFxScheduler.PlayEffect( fxName, origin, axis, -1, clientNum, false ); in CG_PlayEffectOnEnt()
1091 const char *fxName = CG_ConfigString( CS_EFFECTS + fxID ); in CG_PlayEffectIDOnEnt() local
1092 CG_PlayEffectOnEnt( fxName, clientNum, origin, fwd ); in CG_PlayEffectIDOnEnt()
1095 void CG_PlayEffect( const char *fxName, vec3_t origin, const vec3_t fwd ) in CG_PlayEffect() argument
1104 theFxScheduler.PlayEffect( fxName, origin, axis, -1, -1, false ); in CG_PlayEffect()
1109 const char *fxName = CG_ConfigString( CS_EFFECTS + fxID ); in CG_PlayEffectID() local
[all …]
H A Dcg_local.h1223 void CG_PlayEffectBolted( const char *fxName, const int modelIndex, const int boltIndex, const int …
1225 void CG_PlayEffectOnEnt( const char *fxName, const int clientNum, vec3_t origin, const vec3_t fwd );
1227 void CG_PlayEffect( const char *fxName, vec3_t origin, const vec3_t fwd );
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/Djarvur/go-err113/
H A Ddefinition.go40 fxName, ok := asImportedName(fn.X, pass.TypesInfo)
45 methods, ok := methods2check[fxName]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/Djarvur/go-err113/
H A Ddefinition.go40 fxName, ok := asImportedName(fn.X, pass.TypesInfo)
45 methods, ok := methods2check[fxName]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/Djarvur/go-err113/
H A Ddefinition.go40 fxName, ok := asImportedName(fn.X, pass.TypesInfo)
45 methods, ok := methods2check[fxName]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCSnapshotMenu.cpp862 char fxName[TXT_SIZE]; in saveFXIn() local
863 fxName[0] = 0; in saveFXIn()
864 strxcpy(fxName, s.c_str(), TXT_SIZE); in saveFXIn()
866 if (strlen(fxName) == 0) in saveFXIn()
871 if (!Surge::Storage::isValidName(fxName)) in saveFXIn()
884 auto fn = pn + fxName + ".srgfx"; in saveFXIn()
898 std::string fxNameSub(fxName); in saveFXIn()
1008 auto fxName = ps.name; in addToTopLevelTypeMenu() local
1011 Surge::Storage::findReplaceSubstring(fxName, std::string("&"), std::string("&&")); in addToTopLevelTypeMenu()
1014 auto i = new CCommandMenuItem(CCommandMenuItem::Desc(fxName.c_str())); in addToTopLevelTypeMenu()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DXomlCompiler.cs343 FrameworkName fxName; field in System.Workflow.ComponentModel.Compiler.WorkflowCompilationContext.StandardContextScope
376 if (this.fxName == null)
378 string fxName = this.service.TargetFrameworkMoniker;
379 if (!string.IsNullOrEmpty(fxName))
381 this.fxName = new FrameworkName(fxName);
384 return this.fxName;
H A DXomlCompilerParameters.cs270 FrameworkName fxName = new FrameworkName(supportedTargetFrameworks[i]); in ReferenceManager()
271 … IList<string> refDirectories = ToolLocationHelper.GetPathToReferenceAssemblies(fxName); in ReferenceManager()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Daddfxcontextmenu.cpp368 std::string fxName; in loadFx() local
369 *is >> fxName; in loadFx()
371 if (!fxName.empty()) { in loadFx()
372 if (!loadPreset(fxName, insertFxGroup, addFxGroup, replaceFxGroup)) { in loadFx()
374 QString::fromStdWString(TStringTable::translate(fxName)); in loadFx()
380 insertAction->setData(QVariant(QString::fromStdString(fxName))); in loadFx()
381 addAction->setData(QVariant(QString::fromStdString(fxName))); in loadFx()
382 replaceAction->setData(QVariant(QString::fromStdString(fxName))); in loadFx()
H A Dfxschematicnode.cpp2519 std::wstring fxName = inMacroFx->getName(); in FxSchematicNormalFxNode() local
2520 QString qFxName = QString::fromStdWString(fxName); in FxSchematicNormalFxNode()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtxshzeraryfxcolumn.cpp43 std::wstring fxName = fx->getName(); in TXshZeraryFxColumn() local
45 fx->setName(fxName); in TXshZeraryFxColumn()
H A Dmultimediarenderer.cpp353 std::wstring fxName(currFx->getName()); in start() local
354 std::wstring fxNameNoSpaces(::removeSpaces(fxName)); in start()
362 : L"_" + fxName + in start()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcelldata.cpp186 std::wstring fxName = zeraryFx->getName(); in cloneZeraryFx() local
189 newZeraryFx->setName(fxName); in cloneZeraryFx()
H A Dinsertfxpopup.cpp346 std::string fxName; in loadFolder() local
347 *m_is >> fxName; in loadFolder()
349 makeItem(parent, fxName); in loadFolder()
H A Dxshcolumnviewer.cpp1072 QString fxName = QString::fromStdWString(fx->getFxId()); in drawThumbnail() local
1074 fxName); in drawThumbnail()
/dports/textproc/fcitx-m17n/fcitx-m17n-0.2.3/im/
H A Dfcitx-m17n.c576 char *uniqueName, *fxName, *iconName; in FcitxM17NCreate() local
578 asprintf(&fxName, _("%s (M17N)"), (item && item->i18nName) ? _(item->i18nName) : name); in FcitxM17NCreate()
612 uniqueName, fxName, iconName, in FcitxM17NCreate()
620 free(fxName); in FcitxM17NCreate()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzbase/
H A Dtrasterfx.cpp883 QString fxName = QString::fromStdString(getDeclaration()->getId()); in compute() local
885 DIAGNOSTICS_PUSH("FName", fxName); in compute()
900 QString countsStr("#ftimes.txt | 4. " + fxName + " | 4. Calls count"); in compute()
901 QString fxStr("fcum_4. " + fxName); in compute()
911 DIAGNOSTICS_SET("#ftimes.txt | 4. " + fxName + " | 3. Mean time", in compute()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp1121 static string fxName(const string& filename) in fxName() function
1207 gGlobal->gMasterName = fxName(gGlobal->gMasterDocument); in initDocumentNames()
1208 gGlobal->gDocName = fxName(gGlobal->gMasterDocument); in initDocumentNames()