Home
last modified time | relevance | path

Searched refs:ball_bitmap (Results 1 – 8 of 8) sorted by relevance

/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Drender.cpp17 gdrv_bitmap8 *render::vscreen, *render::background_bitmap, *render::ball_bitmap[20]; member in render
36 for (auto& ballBmp : ball_bitmap) in init()
56 for (auto& ballBmp : ball_bitmap) in uninit()
357 gdrv::copy_bitmap(ball_bitmap[index], dirty->Width, dirty->Height, 0, 0, vscreen, xPos, yPos); in paint_balls()
392 ball_bitmap[index], in unpaint_balls()
H A Drender.h61 static gdrv_bitmap8 *ball_bitmap[20]; variable
/dports/games/xkoules/koules1.4/historic/
H A Dkoule.c74 char *ball_bitmap; variable
149 if((ball_bitmap=malloc(size))==NULL) perror("balls"),exit(1); in create_bitmap()
150 gl_compileboxmask( BALL_RADIUS*2,BALL_RADIUS*2, ball_data, ball_bitmap ); in create_bitmap()
405 BALL_RADIUS * 2 ,BALL_RADIUS * 2 , ball_bitmap ); in draw_objects()
/dports/games/xkoules/koules1.4/
H A Dkoules.h285 hole_bitmap, ehole_bitmap, ball_bitmap, eye_bitmap[MAXROCKETS],
H A Dframebuffer.c346 ball_bitmap = draw_ball_bitmap (BALL_RADIUS, ball (0)); in create_bitmap()
H A Dintro.c46 BALL_RADIUS * 2 / DIV, BALL_RADIUS * 2 / DIV, ball_bitmap); in draw_koules()
H A Dkoules.c43 hole_bitmap, ball_bitmap, eye_bitmap[MAXROCKETS], rocket_bitmap[MAXROCKETS], variable
446 BALL_RADIUS * 2 / DIV, BALL_RADIUS * 2 / DIV, ball_bitmap); in draw_objects()
/dports/games/xkoules/koules1.4/xlib/
H A Dinit.c846 lball_bitmap[0].mask = ball_bitmap.mask; in main()
847 lball_bitmap[1].mask = ball_bitmap.mask; in main()