Home
last modified time | relevance | path

Searched refs:resetPatch (Results 1 – 5 of 5) sorted by relevance

/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDEntity.cpp588 …r ( std::list<DPatch *>::const_iterator resetPatch = patchList.begin(); resetPatch != patchList.en… in ResetTextures() local
590 bool tmp = ( *resetPatch )->ResetTextures( textureName, newTextureName ); in ResetTextures()
595 Node_getTraversable( *( *resetPatch )->QER_entity )->erase( *( *resetPatch )->QER_brush ); in ResetTextures()
596 ( *resetPatch )->BuildInRadiant( ( *resetPatch )->QER_entity ); in ResetTextures()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDEntity.cpp583 …for(list<DPatch *>::const_iterator resetPatch=patchList.begin(); resetPatch!=patchList.end(); rese… in ResetTextures() local
585 bool tmp = (*resetPatch)->ResetTextures(textureName, newTextureName); in ResetTextures()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRenc/src/
H A Dton_corr.cpp501 static INT resetPatch( in resetPatch() function
794 if (resetPatch(hTonCorr, xposCtrl, highBandStartSb, v_k_master, numMaster, fs, in FDKsbrEnc_InitTonCorrParamExtr()
845 if (resetPatch(hTonCorr, xposctrl, highBandStartSb, v_k_master, numMaster, fs, in FDKsbrEnc_ResetTonCorrParamExtr()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRenc/src/
H A Dton_corr.cpp501 static INT resetPatch( in resetPatch() function
794 if (resetPatch(hTonCorr, xposCtrl, highBandStartSb, v_k_master, numMaster, fs, in FDKsbrEnc_InitTonCorrParamExtr()
845 if (resetPatch(hTonCorr, xposctrl, highBandStartSb, v_k_master, numMaster, fs, in FDKsbrEnc_ResetTonCorrParamExtr()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmididev.h64 void resetPatch() { BANKH = BANKL = PROG = 0xff; } in resetPatch() function