Searched refs:l_spr_y (Results 1 – 5 of 5) sorted by relevance
/dports/devel/allegro/allegro-4.4.3.1/src/ |
H A D | rsfb.c | 87 fixed l_spr_x, fixed l_spr_y, \ 119 fixed l_spr_x, fixed l_spr_y, \ 151 fixed l_spr_x, fixed l_spr_y, \ 183 fixed l_spr_x, fixed l_spr_y, \ 215 fixed l_spr_x, fixed l_spr_y, \ 246 fixed l_spr_x, fixed l_spr_y, \ 277 fixed l_spr_x, fixed l_spr_y, \ 308 fixed l_spr_x, fixed l_spr_y, \ 339 fixed l_spr_x, fixed l_spr_y, \ 370 fixed l_spr_x, fixed l_spr_y, \ [all …]
|
H A D | rotate.c | 37 fixed l_spr_x, fixed l_spr_y, \ 81 fixed l_spr_x, fixed l_spr_y, \ 120 unsigned char *p = spr_line[l_spr_y>>16] + 129 unsigned char *p = spr_line[l_spr_y>>16] + 140 c = ((uint32_t *)spr_line[l_spr_y>>16]) 165 spr_y = l_spr_y; in draw_scanline_modex() 174 l_spr_y += spr_dy >> 2; in draw_scanline_modex() 209 fixed l_spr_x, fixed l_spr_y, in _parallelogram_map() argument 497 l_spr_y_rounded = l_spr_y + in _parallelogram_map() 503 l_spr_y_rounded = l_spr_y + in _parallelogram_map() [all …]
|
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/algorithm/ |
H A D | rotate.cpp | 200 fixed l_spr_x, fixed l_spr_y, in draw_scanline() argument 213 int v = l_spr_y>>16; in draw_scanline() 221 l_spr_y += spr_dy; in draw_scanline() 368 fixed l_spr_x, l_spr_y, l_bmp_x, l_bmp_dx; in ase_parallelogram_map() local 498 l_spr_y = top_spr_y + fixmul(extra_scanline_fraction, l_spr_dy); in ase_parallelogram_map() 561 l_spr_y = left_spr_y + fixmul(extra_scanline_fraction, l_spr_dy); in ase_parallelogram_map() 608 l_spr_y_rounded = l_spr_y + in ase_parallelogram_map() 614 l_spr_y_rounded = l_spr_y + in ase_parallelogram_map() 731 l_spr_y += l_spr_dy; in ase_parallelogram_map()
|
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/ |
H A D | rotate.cpp | 176 fixed l_spr_y = top_spr_y + fixmul(extra_scanline_fraction, l_spr_dy); in parallelogram_map() local 227 l_spr_y = left_spr_y + fixmul(extra_scanline_fraction, l_spr_dy); in parallelogram_map() 256 fixed l_spr_y_rounded = l_spr_y + fixmul(l_bmp_x_rounded + 0x7fff - l_bmp_x, spr_dy); in parallelogram_map() 361 l_spr_y += l_spr_dy; in parallelogram_map()
|
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/ |
H A D | aintern.h | 764 …TMAP *spr, fixed l_bmp_x, int bmp_y, fixed r_bmp_x, fixed l_spr_x, fixed l_spr_y, fixed spr_dx, fi…
|