Home
last modified time | relevance | path

Searched refs:bm_get_info (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dtexture.cpp79 int first = bm_get_info(th->handle, nullptr, nullptr, nullptr, &num);
163 if (bm_get_info(th->handle, &w) < 0)
180 if (bm_get_info(th->handle, nullptr, &h) < 0)
197 if (bm_get_info(th->handle, nullptr, nullptr, nullptr, nullptr, &fps) < 0)
214 if (bm_get_info(th->handle, nullptr, nullptr, nullptr, &num) < 0)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/missionui/
H A Dmissionloopbrief.cpp254bm_get_info((Loop_anim.streaming) ? Loop_anim.bitmap_id : Loop_anim.first_frame, &x, &y, NULL, NUL… in loop_brief_do()
264bm_get_info((Loop_anim.streaming) ? Loop_anim.bitmap_id : Loop_anim.first_frame, &x, &y, NULL, NUL… in loop_brief_do()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmulti_data.cpp252 bm_get_info(bmap,&w,&h); in multi_data_send_my_junk()
299 bm_get_info(bmap,&w,&h); in multi_data_send_my_junk()
H A Dmulti_pinfo.cpp497 bm_get_info(Mp_pilot.bitmap, &bm_w, &bm_h, NULL, NULL, NULL); in multi_pinfo_blit_pilot_image()
545 bm_get_info(Mp_squad.bitmap, &bm_w, &bm_h, NULL, NULL, NULL); in multi_pinfo_blit_squadron_logo()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/menuui/
H A Dtrainingmenu.cpp56 bm_get_info(trainingMenuMask, &Training_mask_w, &Training_mask_h); in training_menu_init()
H A Dcredits.cpp771 bm_get_info(bm1, &bw1, &bh1, NULL, NULL, NULL); in credits_do_frame()
772 bm_get_info(bm2, &bw2, &bh2, NULL, NULL, NULL); in credits_do_frame()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/menuui/
H A Dtrainingmenu.cpp56 bm_get_info(trainingMenuMask, &Training_mask_w, &Training_mask_h); in training_menu_init()
H A Dcredits.cpp767 bm_get_info(bm1, &bw1, &bh1, NULL, NULL, NULL); in credits_do_frame()
768 bm_get_info(bm2, &bw2, &bh2, NULL, NULL, NULL); in credits_do_frame()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmulti_data.cpp252 bm_get_info(bmap,&w,&h); in multi_data_send_my_junk()
299 bm_get_info(bmap,&w,&h); in multi_data_send_my_junk()
H A Dmulti_pinfo.cpp500 bm_get_info(Mp_pilot.bitmap, &bm_w, &bm_h, NULL, NULL, NULL); in multi_pinfo_blit_pilot_image()
548 bm_get_info(Mp_squad.bitmap, &bm_w, &bm_h, NULL, NULL, NULL); in multi_pinfo_blit_squadron_logo()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/radar/
H A Dradarorb.cpp579 bm_get_info(idx, &w, &h); in drawContactImage()
665 bm_get_info(Radar_gauge.first_frame,&w, &h, NULL, NULL, NULL); in setupView()
681 bm_get_info(Radar_gauge.first_frame,&w, &h, NULL, NULL, NULL); in setupViewHtl()
H A Dradardradis.cpp159 bm_get_info(clr_idx, &w, &h); in drawContact()
172 bm_get_info(idx, &w, &h); in drawContact()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Drender.cpp110 bm_get_info(gr_screen.current_bitmap, &bw, &bh); in bitmap_ex_internal()
159 bm_get_info(gr_screen.current_bitmap, &w, &h); in gr_aabitmap()
238 bm_get_info(gr_screen.current_bitmap, &bw, &bh); in gr_aabitmap_ex()
364 bm_get_info(gr_screen.current_bitmap, &bw, &bh); in gr_bitmap_ex()
511 bm_get_info(fontData->bitmap_id, &ibw, &ibh); in gr_string_old()
1178 bm_get_info(gr_screen.current_bitmap, &l->w, &l->h, nullptr, nullptr, nullptr); in draw_bitmap_list()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudreticle.cpp260 bm_get_info(crosshair.first_frame, &ax, &ay); in render()
619 bm_get_info(throttle_frames.first_frame+1,&w,&h); in renderThrottleForeground()
632 bm_get_info( throttle_frames.first_frame+1,&w,&h); in renderThrottleBackground()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/radar/
H A Dradarorb.cpp482 bm_get_info(idx, &w, &h); in drawContactImage()
570 bm_get_info(Radar_gauge.first_frame,&w, &h, NULL, NULL, NULL); in setupViewHtl()
H A Dradardradis.cpp164 bm_get_info(clr_idx, &w, &h); in drawContact()
180 bm_get_info(idx, &w, &h); in drawContact()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/io/
H A Dcursor.cpp189 bm_get_info(bitmapHandle, nullptr, nullptr, nullptr, &nframes, &fps); in loadFromBitmap()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/bmpman/
H A Dbmpman.h154 int bm_get_info( int bitmapnum, int *w=NULL, int * h=NULL, ubyte * flags=NULL, int *nframes=NULL, i…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/bmpman/
H A Dbmpman.h366 int bm_get_info(int handle, int *w = nullptr, int * h = nullptr, ushort* flags = nullptr, int *nfra…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/missionui/
H A Dmissionloopbrief.cpp253bm_get_info((Loop_anim.streaming) ? Loop_anim.bitmap_id : Loop_anim.first_frame, &x, &y, NULL, NUL… in loop_brief_do()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudreticle.cpp293 bm_get_info(crosshair.first_frame, &ax, &ay); in render()
692 bm_get_info(throttle_frames.first_frame+1,&w,&h); in renderThrottleForeground()
705 bm_get_info( throttle_frames.first_frame+1,&w,&h); in renderThrottleBackground()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A D2d.cpp691 bm_get_info(Gr_cursor, &w, &h); in gr_init()
886 bm_get_info(n, &w, &h, NULL, &GL_cursor_nframes); in gr_set_cursor_bitmap()
939 bm_get_info(gr_screen.current_bitmap, &_w, &_h, NULL, NULL, NULL); in gr_bitmap()
1038 bm_get_info(gr_screen.current_bitmap, &l->w, &l->h, NULL, NULL, NULL); in gr_bitmap_list()
1057 bm_get_info(gr_screen.current_bitmap, &l->w, &l->h, NULL, NULL, NULL); in gr_bitmap_list()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dslider2.cpp44 bm_get_info(bmap_ids[S2_NORMAL],&buttonWidth, &buttonHeight, NULL, NULL, NULL); in create()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dslider2.cpp45 bm_get_info(bmap_ids[S2_NORMAL],&buttonWidth, &buttonHeight, NULL, NULL, NULL); in create()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/libs/
H A Dgraphics.cpp1377 if(bm_get_info(idx, &w, &h) < 0)
1447 if(bm_get_info(idx, &w, &h) < 0)
1481 bm_get_info(idx, &w);
1498 bm_get_info(idx, NULL, &h);

1234