Home
last modified time | relevance | path

Searched refs:s_textobj (Results 1 – 11 of 11) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1518 }s_textobj; typedef
1536 s_textobj textobjs[LEVEL_MAX_TEXTOBJS];
H A Dopenbor.c20274 s_textobj* textobj; in draw_textobjs()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1529 }s_textobj;
1564 s_textobj textobjs[LEVEL_MAX_TEXTOBJS];
H A Dopenbor.c20628 s_textobj* textobj; in draw_textobjs()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1551 } s_textobj; typedef
1596 s_textobj *textobjs;
H A Dopenbor.c27862 s_textobj *textobj; in draw_textobjs()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2301 } s_textobj; typedef
2362 s_textobj *textobjs;
H A Dopenbor.c31411 s_textobj *textobj; in draw_textobjs()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2811 } s_textobj; typedef
2872 s_textobj *textobjs;
H A Dopenbor.c34558 s_textobj *textobj; in draw_textobjs()
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dlevel.c1555 handle->textobjs = (s_textobj *)arg_value->ptrVal; in openbor_set_level_property()