Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcmisc.c58 #define CALC_ROW(n) (x * m->v[(n)][0] + y * m->v[(n)][1] + z * m->v[(n)][2] + m->t[(n)]) in apply_matrix_f() macro
59 *xout = CALC_ROW(0); in apply_matrix_f()
60 *yout = CALC_ROW(1); in apply_matrix_f()
61 *zout = CALC_ROW(2); in apply_matrix_f()
62 #undef CALC_ROW in apply_matrix_f()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Dmatrix.inl27 #define CALC_ROW(n) (fixmul(x, m->v[n][0]) + \ macro
34 *xout = CALC_ROW(0);
35 *yout = CALC_ROW(1);
36 *zout = CALC_ROW(2);
39 #undef CALC_ROW
/dports/devel/allegro5/allegro5-5.2.7.0/demos/speed/
H A Da4_aux.c545 #define CALC_ROW(n) (x * m->v[(n)][0] + y * m->v[(n)][1] + z * m->v[(n)][2] + m->t[(n)]) in apply_matrix_f() macro
546 *xout = CALC_ROW(0); in apply_matrix_f()
547 *yout = CALC_ROW(1); in apply_matrix_f()
548 *zout = CALC_ROW(2); in apply_matrix_f()
549 #undef CALC_ROW in apply_matrix_f()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/GR/
H A Dgrbm.h49 ((short (*)(short _w)) grd_pixel_table[CALC_ROW])(w)
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A Dchain.c174 if (gr_current_primitive <= GET_PIXEL24 || gr_current_primitive >= CALC_ROW) in chain_rest()
H A Dicanvas.h475 CALC_ROW, /* bitmap type specific functions */ enumerator
H A D2d.h1290 CALC_ROW, enumerator
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Dallegro.h2416 #define CALC_ROW(n) (fmul(x, m->v[n][0]) + \ in apply_matrix() macro
2421 *xout = CALC_ROW(0); in apply_matrix()
2422 *yout = CALC_ROW(1); in apply_matrix()
2423 *zout = CALC_ROW(2); in apply_matrix()
2425 #undef CALC_ROW in apply_matrix()