Home
last modified time | relevance | path

Searched refs:ValueSlot (Results 1 – 12 of 12) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/zvision/scripting/
H A Dactions.h34 class ValueSlot; variable
66 ValueSlot *_value;
77 ValueSlot *_value;
227 ValueSlot *_volume;
339 ValueSlot *_max;
426 ValueSlot *_time;
H A Dactions.cpp67 _value = new ValueSlot(_scriptManager, buf); in ActionAdd()
86 _value = new ValueSlot(_scriptManager, buf); in ActionAssign()
478 _volume = new ValueSlot(_scriptManager, volumeBuffer); in ActionMusic()
491 _volume = new ValueSlot(_scriptManager, volumeBuffer); in ActionMusic()
820 _max = new ValueSlot(_scriptManager, maxBuffer); in ActionRandom()
1075 _time = new ValueSlot(_scriptManager, timeBuffer); in ActionTimer()
H A Dscript_manager.h370 class ValueSlot {
372 ValueSlot(ScriptManager *scriptManager, const char *slotValue);
H A Dscript_manager.cpp894 ValueSlot::ValueSlot(ScriptManager *scriptManager, const char *slotValue): in ValueSlot() function in ZVision::ValueSlot
907 int16 ValueSlot::getValue() { in getValue()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/
H A Dactions.h34 class ValueSlot; variable
77 ValueSlot *_value;
227 ValueSlot *_volume;
339 ValueSlot *_max;
426 ValueSlot *_time;
H A Dscript_manager.h369 class ValueSlot {
371 ValueSlot(ScriptManager *scriptManager, const char *slotValue);
H A Dactions.cpp84 _value = new ValueSlot(_scriptManager, buf); in ActionAssign()
477 _volume = new ValueSlot(_scriptManager, volumeBuffer); in ActionMusic()
490 _volume = new ValueSlot(_scriptManager, volumeBuffer); in ActionMusic()
819 _max = new ValueSlot(_scriptManager, maxBuffer); in ActionRandom()
1054 _time = new ValueSlot(_scriptManager, timeBuffer); in ActionTimer()
H A Dscript_manager.cpp878 ValueSlot::ValueSlot(ScriptManager *scriptManager, const char *slotValue): in ValueSlot() function in ZVision::ValueSlot
891 int16 ValueSlot::getValue() { in getValue()
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c39345 typedef struct ValueSlot { struct
39349 } ValueSlot; argument
39363 ValueSlot *ap = (ValueSlot *)(void *)a; in js_array_cmp_generic()
39364 ValueSlot *bp = (ValueSlot *)(void *)b; in js_array_cmp_generic()
39424 ValueSlot *array = NULL; in js_array_sort()
39442 ValueSlot *new_array; in js_array_sort()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c37501 typedef struct ValueSlot { struct
37505 } ValueSlot; typedef
37519 ValueSlot *ap = (ValueSlot *)(void *)a; in js_array_cmp_generic()
37520 ValueSlot *bp = (ValueSlot *)(void *)b; in js_array_cmp_generic()
37580 ValueSlot *array = NULL; in js_array_sort()
37598 ValueSlot *new_array; in js_array_sort()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c37503 typedef struct ValueSlot { struct
37507 } ValueSlot; argument
37521 ValueSlot *ap = (ValueSlot *)(void *)a; in js_array_cmp_generic()
37522 ValueSlot *bp = (ValueSlot *)(void *)b; in js_array_cmp_generic()
37582 ValueSlot *array = NULL; in js_array_sort()
37600 ValueSlot *new_array; in js_array_sort()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c39392 typedef struct ValueSlot { struct
39396 } ValueSlot; typedef
39410 ValueSlot *ap = (ValueSlot *)(void *)a; in js_array_cmp_generic()
39411 ValueSlot *bp = (ValueSlot *)(void *)b; in js_array_cmp_generic()
39471 ValueSlot *array = NULL; in js_array_sort()
39489 ValueSlot *new_array; in js_array_sort()