Lines Matching refs:srcxres

86 INT       srcxres;  in _gx_utility_8bpp_pixelmap_rotate()  local
114 srcxres = src -> gx_pixelmap_width >> 1; in _gx_utility_8bpp_pixelmap_rotate()
120 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_8bpp_pixelmap_rotate()
121 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_utility_8bpp_pixelmap_rotate()
130 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_8bpp_pixelmap_rotate()
131 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_8bpp_pixelmap_rotate()
136 srcxres = *rot_cx; in _gx_utility_8bpp_pixelmap_rotate()
176 xx = GX_FIXED_VAL_TO_INT(xx) + srcxres; in _gx_utility_8bpp_pixelmap_rotate()
405 INT srcxres; in _gx_utility_8bit_alphamap_rotate() local
444 srcxres = src -> gx_pixelmap_width >> 1; in _gx_utility_8bit_alphamap_rotate()
450 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_8bit_alphamap_rotate()
451 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_8bit_alphamap_rotate()
463 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_8bit_alphamap_rotate()
464 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_8bit_alphamap_rotate()
466 srcxres = *rot_cx; in _gx_utility_8bit_alphamap_rotate()
508 xx = GX_FIXED_VAL_TO_INT(xx) + srcxres; in _gx_utility_8bit_alphamap_rotate()