Home
last modified time | relevance | path

Searched refs:TP_DrawShape (Results 1 – 2 of 2) sorted by relevance

/dports/games/bstone/bstone-1.1.9/src/
H A Djm_tp.h192 int16_t TP_DrawShape(
H A Djm_tp.cpp1888 TP_DrawShape(cur_x, cur_y, shape->shapenum, shape->shapetype); in TP_HandleCodes()
1949 anim->x = TP_DrawShape(cur_x, cur_y, shape->shapenum, shape->shapetype); in TP_HandleCodes()
1954 … anim->x = TP_DrawShape(cur_x, cur_y, shape->shapenum + anim->frame, shape->shapetype); in TP_HandleCodes()
2421 int16_t TP_DrawShape( in TP_DrawShape() function
2522 TP_DrawShape(anim->x, anim->y, shape->shapenum, shape->shapetype); in TP_AnimatePage()
2527 TP_DrawShape(anim->x, anim->y, shape->shapenum + anim->frame, shape->shapetype); in TP_AnimatePage()