Searched refs:g3_get_bitmap_dims (Results 1 – 8 of 8) sorted by relevance
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/render/ |
H A D | 3d.h | 187 int g3_get_bitmap_dims(int bitmap, vertex *pos, float radius, int *x, int *y, int *w, int *h, int *…
|
H A D | 3ddraw.cpp | 169 int g3_get_bitmap_dims(int bitmap, vertex *pnt, float rad, int *x, int *y, int *w, int *h, int *siz… in g3_get_bitmap_dims() function
|
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/render/ |
H A D | 3d.h | 278 int g3_get_bitmap_dims(int bitmap, vertex *pos, float radius, int *x, int *y, int *w, int *h, int *…
|
H A D | 3ddraw.cpp | 738 int g3_get_bitmap_dims(int bitmap, vertex *pnt, float rad, int *x, int *y, int *w, int *h, int *siz… in g3_get_bitmap_dims() function
|
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/fireball/ |
H A D | fireballs.cpp | 725 if(!g3_get_bitmap_dims(fd->lod[0].bitmap_id, &v, size, &x, &y, &w, &h, &bm_size)) { in fireball_get_lod()
|
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fireball/ |
H A D | fireballs.cpp | 742 if(!g3_get_bitmap_dims(fd->lod[0].bitmap_id, &v, size, &x, &y, &w, &h, &bm_size)) { in fireball_get_lod()
|
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/weapon/ |
H A D | weapons.cpp | 279 if (!g3_get_bitmap_dims(wei->lod[0].bitmap_id, &v, size, &x, &y, &w, &h, &bm_size)) { in GetAnim()
|
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/ |
H A D | weapons.cpp | 395 if (!g3_get_bitmap_dims(wei->lod[0].bitmap_id, &v, size, &x, &y, &w, &h, &bm_size)) { in GetAnim()
|