Home
last modified time | relevance | path

Searched refs:this_effect (Results 1 – 7 of 7) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalmultireverb.c303 ALuint other_effect, this_effect; in UpdateListenerAndEffects() local
320 this_effect = effects[0]; in UpdateListenerAndEffects()
328 this_effect = effects[1]; in UpdateListenerAndEffects()
406 …alEffectf(this_effect, AL_EAXREVERB_REFLECTIONS_GAIN, this_reverb->flReflectionsGain * sqrtf(magni… in UpdateListenerAndEffects()
407 …alEffectf(this_effect, AL_EAXREVERB_LATE_REVERB_GAIN, this_reverb->flLateReverbGain * sqrtf(magnit… in UpdateListenerAndEffects()
408 alEffectfv(this_effect, AL_EAXREVERB_REFLECTIONS_PAN, this_dir); in UpdateListenerAndEffects()
409 alEffectfv(this_effect, AL_EAXREVERB_LATE_REVERB_PAN, this_dir); in UpdateListenerAndEffects()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc909 Node* this_effect = effect; in ReduceNamedAccess() local
937 Node* check = this_effect = in ReduceNamedAccess()
939 this_effect, this_control); in ReduceNamedAccess()
953 this_effect = graph()->NewNode(common()->EffectPhi(2), this_effect, in ReduceNamedAccess()
969 this_effect, this_control); in ReduceNamedAccess()
1271 Node* this_effect = effect; in ReduceElementAccess() local
1278 this_effect = graph()->NewNode( in ReduceElementAccess()
1286 receiver, this_effect, this_control); in ReduceElementAccess()
1303 Node* check = this_effect = in ReduceElementAccess()
1305 this_effect, fallthrough_control); in ReduceElementAccess()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-native-context-specialization.cc1191 Node* this_effect = effect; in ReduceNamedAccess() local
1220 Node* check = this_effect = in ReduceNamedAccess()
1222 this_effect, this_control); in ReduceNamedAccess()
1236 this_effect = graph()->NewNode(common()->EffectPhi(2), this_effect, in ReduceNamedAccess()
1260 this_receiver = this_effect = in ReduceNamedAccess()
1262 this_effect, this_control); in ReduceNamedAccess()
1691 Node* this_effect = effect; in ReduceElementAccess() local
1699 this_effect = graph()->NewNode( in ReduceElementAccess()
1706 receiver, this_effect, this_control); in ReduceElementAccess()
1724 Node* check = this_effect = in ReduceElementAccess()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-native-context-specialization.cc1293 Effect this_effect = effect; in ReduceNamedAccess() local
1322 Node* check = this_effect = in ReduceNamedAccess()
1339 this_effect = graph()->NewNode(common()->EffectPhi(2), this_effect, in ReduceNamedAccess()
1354 this_effect = in ReduceNamedAccess()
1366 this_lookup_start_object = this_receiver = this_effect = in ReduceNamedAccess()
1375 frame_state, this_effect, this_control, feedback.name(), in ReduceNamedAccess()
1801 Effect this_effect = effect; in ReduceElementAccess() local
1808 this_effect = graph()->NewNode( in ReduceElementAccess()
1815 receiver, this_effect, this_control); in ReduceElementAccess()
1833 Node* check = this_effect = in ReduceElementAccess()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-native-context-specialization.cc1323 Node* this_effect = effect; in ReduceNamedAccess() local
1352 Node* check = this_effect = in ReduceNamedAccess()
1369 this_effect = graph()->NewNode(common()->EffectPhi(2), this_effect, in ReduceNamedAccess()
1384 this_effect = in ReduceNamedAccess()
1396 this_lookup_start_object = this_receiver = this_effect = in ReduceNamedAccess()
1405 frame_state, this_effect, this_control, feedback.name(), in ReduceNamedAccess()
1843 Node* this_effect = effect; in ReduceElementAccess() local
1852 this_effect = graph()->NewNode( in ReduceElementAccess()
1859 receiver, this_effect, this_control); in ReduceElementAccess()
1877 Node* check = this_effect = in ReduceElementAccess()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tool/
H A Dpath-manipulator.cpp1285 …Inkscape::LivePathEffect::Effect const *this_effect = path->getPathEffectOfType(Inkscape::LivePath… in _bsplineGetSteps() local
1286 if(this_effect){ in _bsplineGetSteps()
1287 … lpe_bsp = dynamic_cast<LivePathEffect::LPEBSpline const*>(this_effect->getLPEObj()->get_lpe()); in _bsplineGetSteps()
1302 …Inkscape::LivePathEffect::Effect const *this_effect = path->getPathEffectOfType(Inkscape::LivePath… in _recalculateIsBSpline() local
1303 if(this_effect){ in _recalculateIsBSpline()
1425 …Inkscape::LivePathEffect::Effect* this_effect = path->getPathEffectOfType(Inkscape::LivePathEffect… in _createGeometryFromControlPoints() local
1426 if(this_effect){ in _createGeometryFromControlPoints()
1427 …PEPowerStroke *lpe_pwr = dynamic_cast<LivePathEffect::LPEPowerStroke*>(this_effect->getLPEObj()->g… in _createGeometryFromControlPoints()
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddvd-slideshow3874 # myecho "effect=$this_effect params=$this_effect_params"
3875 if [ "${image_file[$i]}" -eq 1 ] && [ "$this_effect" == 'rotate' ] ; then