Home
last modified time | relevance | path

Searched refs:o1_drawLine (Results 1 – 14 of 14) sorted by relevance

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/gob/
H A Ddegob_script_fascin.cpp450 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_geisha.cpp443 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_littlered.cpp439 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_bargon.cpp505 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v3.cpp506 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v5.cpp506 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v4.cpp506 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v6.cpp506 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v2.cpp507 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
H A Ddegob_script_v1.cpp507 {OPCODET(o1_drawLine), {PARAM_INT16, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR, PARAM_EXPR}}, in setupOpcodes()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dinter.h250 void o1_drawLine(OpFuncParams &params);
H A Dinter_v1.cpp132 OPCODEFUNC(0x34, o1_drawLine); in setupOpcodesFunc()
1476 void Inter_v1::o1_drawLine(OpFuncParams &params) { in o1_drawLine() function in Gob::Inter_v1
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dinter.h250 void o1_drawLine(OpFuncParams &params);
H A Dinter_v1.cpp132 OPCODEFUNC(0x34, o1_drawLine); in setupOpcodesFunc()
1487 void Inter_v1::o1_drawLine(OpFuncParams &params) { in o1_drawLine() function in Gob::Inter_v1