Home
last modified time | relevance | path

Searched refs:bm_to_bm (Results 1 – 3 of 3) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dabout.c243 bm_to_bm(&stuff_bm, 0, 0, &stuff_bm, 320, 0, 320, 1); in about_init()
418 bm_to_bm(&stuff_bm, 0, 1, &about_bm, stars[i].x, stars[i].y, 4, 1); in about_frame()
423bm_to_bm(&afont_bm, slice[i], 0, &about_bm, i<<1, ((int32)(sin(stmp)*cos(ctmp)*85))+101, 2, 38); in about_frame()
428 bm_to_bm(&stuff_bm, bx1, 0, &about_bm, 0, 8, 320, 1); in about_frame()
429 bm_to_bm(&stuff_bm, bx2, 0, &about_bm, 0, 232, 320, 1); in about_frame()
437 bm_to_bm(&about_bm, -4, -4, &mainbm, 236, 176, 328, 248); in about_frame()
506 bm_to_bm(&about_bm, -4, -4, &mainbm, 236, 176, 328, 248); in about_handler()
H A Dgui.h59 void bm_to_bm(const struct rawbm *src, int sx, int sy, struct rawbm *dest, int dx, int dy, int w, i…
H A Dgui.c1126 bm_to_bm(&tb->bm, 0, 0, bm, tb->x, tb->y, tb->w, 16); in gui_render_tbox()
1155 bm_to_bm(&tb->bm, 0, 0, bm, tb->x, tb->y, tb->w, 16); in gui_render_tbox()
3071 bm_to_bm( &bitmaps[BM_PRF_BG], 0, 0, &prefbm, pw_bl, pw_bt, 400, 300); in gui_render_prefs()
3087 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_render_prefs()
5212 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_check_ptbox_press()
6098 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_checkpop_down()
6182 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_checkpop_up()
6211 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_checkpc_down()
6247 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_checkpc_up()
6556 bm_to_bm(&prefbm, -4, -4, &mainbm, 196, 146, 408, 308); in gui_handler()
[all …]