Lines Matching refs:angle
81 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_raw_rotate() argument
108 idxminx = (angle / 90) & 0x3; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
116 cosv = _gx_utility_math_cos(GX_FIXED_VAL_MAKE(angle)); in _gx_display_driver_8bpp_pixelmap_raw_rotate()
117 sinv = _gx_utility_math_sin(GX_FIXED_VAL_MAKE(angle)); in _gx_display_driver_8bpp_pixelmap_raw_rotate()
211 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_transparent_rotate() argument
238 idxminx = (angle / 90) & 0x3; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
246 cosv = _gx_utility_math_cos(GX_FIXED_VAL_MAKE(angle)); in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
247 sinv = _gx_utility_math_sin(GX_FIXED_VAL_MAKE(angle)); in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
346 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_simple_rotate() argument
361 if (angle == 90) in _gx_display_driver_8bpp_pixelmap_simple_rotate()
389 else if (angle == 180) in _gx_display_driver_8bpp_pixelmap_simple_rotate()
498 INT angle, INT cx, INT cy) in _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate() argument
513 if (angle == 90) in _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate()
544 else if (angle == 180) in _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate()
667 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_8bpp_pixelmap_rotate() argument
669 if (angle % 90 == 0) in _gx_display_driver_8bpp_pixelmap_rotate()
674 …iver_8bpp_pixelmap_simple_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_pixelmap_rotate()
678 …_gx_display_driver_8bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_c… in _gx_display_driver_8bpp_pixelmap_rotate()
686 …play_driver_8bpp_pixelmap_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_pixelmap_rotate()
691 … _gx_display_driver_8bpp_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_pixelmap_rotate()