Home
last modified time | relevance | path

Searched refs:xi_size (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/xanim/xanim2920/
H A Dxa_utils.c597 xaUBYTE *UTIL_Alloc_Scaled(xi_size,yi_size,xi_scale,yi_scale, in UTIL_Alloc_Scaled() argument
599 xaULONG xi_size,yi_size; /* size of section */ in UTIL_Alloc_Scaled()
612 xsize = (((xo_pos + xi_size) * xo_scale) / xi_scale) + 1 - sx;
644 xaUBYTE *UTIL_Scale_Mapped(out,in,xi_pos,yi_pos,xi_size,yi_size, in UTIL_Scale_Mapped() argument
650 xaULONG xi_size,yi_size; /* size of section */
666 xsize = (((xvp + xi_size) * xo_scale) / xi_scale) + 1 - sx;
667 if ( (((sx+xsize-1) * xi_scale) / xo_scale) >= (xvp+xi_size) ) xsize--;
786 xaUBYTE *UTIL_Scale_Bitmap(out,in,xi_size,yi_size, in UTIL_Scale_Bitmap() argument
790 xaULONG xi_size,yi_size; /* size of section */
807 xsize = (((xvp + xi_size) * xo_scale) / xi_scale) + 1 - sx;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ibcs2/
H A Dibcs2_exec.h174 long xi_size; /* text/data size */ member