| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_pixelmap_rotate.c | 88 …ty_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_pixelmap_rotate() argument 112 if (rot_cx && rot_cy) in _gx_utility_pixelmap_rotate() 114 GX_SWAP_VALS(*rot_cx, *rot_cy); in _gx_utility_pixelmap_rotate() 118 *rot_cy = src -> gx_pixelmap_height - 1 - (*rot_cy); in _gx_utility_pixelmap_rotate() 150 _gx_utility_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() 165 status = _gx_utility_32argb_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() 171 status = _gx_utility_565rgb_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() 175 status = _gx_utility_1555xrgb_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() 179 status = _gx_utility_4444argb_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() 183 status = _gx_utility_332rgb_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_rotate() [all …]
|
| D | gx_utility_1bpp_pixelmap_rotate.c | 81 …pp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_1bpp_pixelmap_rotate() argument 124 if (rot_cx && rot_cy) in _gx_utility_1bpp_pixelmap_rotate() 127 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_1bpp_pixelmap_rotate() 128 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_1bpp_pixelmap_rotate() 134 srcyres = *rot_cy; in _gx_utility_1bpp_pixelmap_rotate() 137 *rot_cy = y; in _gx_utility_1bpp_pixelmap_rotate() 140 yres = *rot_cy; in _gx_utility_1bpp_pixelmap_rotate() 283 …_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_1bpp_pixelmap_simple_raw_rotate() argument 350 if (rot_cx && rot_cy) in _gx_utility_1bpp_pixelmap_simple_raw_rotate() 353 y = *rot_cy; in _gx_utility_1bpp_pixelmap_simple_raw_rotate() [all …]
|
| D | gx_utility_8bpp_pixelmap_rotate.c | 81 …pp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_8bpp_pixelmap_rotate() argument 127 if (rot_cx && rot_cy) 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() 137 srcyres = *rot_cy; in _gx_utility_8bpp_pixelmap_rotate() 140 *rot_cy = y; in _gx_utility_8bpp_pixelmap_rotate() 143 yres = *rot_cy; in _gx_utility_8bpp_pixelmap_rotate() 246 …lmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_8bpp_pixelmap_simple_rotate() argument 284 if (rot_cx && rot_cy) in _gx_utility_8bpp_pixelmap_simple_rotate() 287 y = *rot_cy; in _gx_utility_8bpp_pixelmap_simple_rotate() [all …]
|
| D | gx_utility_4bpp_pixelmap_rotate.c | 81 …pp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_4bpp_pixelmap_rotate() argument 129 if (rot_cx && rot_cy) in _gx_utility_4bpp_pixelmap_rotate() 132 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_4bpp_pixelmap_rotate() 133 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_4bpp_pixelmap_rotate() 139 srcyres = *rot_cy; in _gx_utility_4bpp_pixelmap_rotate() 142 *rot_cy = y; in _gx_utility_4bpp_pixelmap_rotate() 145 yres = *rot_cy; in _gx_utility_4bpp_pixelmap_rotate() 319 …_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_4bpp_pixelmap_simple_raw_rotate() argument 389 if (rot_cx && rot_cy) in _gx_utility_4bpp_pixelmap_simple_raw_rotate() 392 y = *rot_cy; in _gx_utility_4bpp_pixelmap_simple_raw_rotate() [all …]
|
| D | gx_utility_565rgb_pixelmap_rotate.c | 90 …ixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_565rgb_pixelmap_raw_rotate() argument 143 if (rot_cx && rot_cy) in _gx_utility_565rgb_pixelmap_raw_rotate() 145 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 146 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 149 srcyres = (INT)*rot_cy; in _gx_utility_565rgb_pixelmap_raw_rotate() 155 *rot_cy = y; in _gx_utility_565rgb_pixelmap_raw_rotate() 158 yres = *rot_cy; in _gx_utility_565rgb_pixelmap_raw_rotate() 373 …elmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_565rgb_pixelmap_alpha_rotate() argument 428 if (rot_cx && rot_cy) in _gx_utility_565rgb_pixelmap_alpha_rotate() 430 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_565rgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_utility_332rgb_pixelmap_rotate.c | 88 …ixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_332rgb_pixelmap_raw_rotate() argument 141 if (rot_cx && rot_cy) in _gx_utility_332rgb_pixelmap_raw_rotate() 143 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 144 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 147 srcyres = *rot_cy; in _gx_utility_332rgb_pixelmap_raw_rotate() 153 *rot_cy = y; in _gx_utility_332rgb_pixelmap_raw_rotate() 156 yres = *rot_cy; in _gx_utility_332rgb_pixelmap_raw_rotate() 371 …elmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_332rgb_pixelmap_alpha_rotate() argument 425 if (rot_cx && rot_cy) in _gx_utility_332rgb_pixelmap_alpha_rotate() 427 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_332rgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_canvas_pixelmap_rotate.c | 75 … _gx_canvas_rotated_pixelmap_bound_calculate(GX_RECTANGLE *rect, INT angle, INT rot_cx, INT rot_cy) in _gx_canvas_rotated_pixelmap_bound_calculate() argument 112 … rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - (width - 1 - rot_cy)); in _gx_canvas_rotated_pixelmap_bound_calculate() 113 rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - rot_cx); in _gx_canvas_rotated_pixelmap_bound_calculate() 118 … rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - (height - 1 - rot_cy)); in _gx_canvas_rotated_pixelmap_bound_calculate() 123 rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - rot_cy); in _gx_canvas_rotated_pixelmap_bound_calculate() 124 … rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - (height - 1 - rot_cx)); in _gx_canvas_rotated_pixelmap_bound_calculate() 150 x = GX_FIXED_VAL_TO_INT((rot_cx - srcxres) * cosv - (rot_cy - srcyres) * sinv); in _gx_canvas_rotated_pixelmap_bound_calculate() 151 y = GX_FIXED_VAL_TO_INT((rot_cy - srcyres) * cosv + (rot_cx - srcxres) * sinv); in _gx_canvas_rotated_pixelmap_bound_calculate() 157 rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - y); in _gx_canvas_rotated_pixelmap_bound_calculate() 225 INT angle, INT rot_cx, INT rot_cy) in _gx_canvas_pixelmap_rotate() argument [all …]
|
| D | gx_utility_pixelmap_simple_rotate.c | 99 …lmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_pixelmap_simple_rotate() argument 133 _gx_utility_32argb_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 140 _gx_utility_565rgb_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 144 _gx_utility_4444argb_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 149 _gx_utility_332rgb_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 155 _gx_utility_8bpp_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 159 _gx_utility_4bpp_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate() 163 _gx_utility_1bpp_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gx_utility_pixelmap_simple_rotate()
|
| D | gx_utility_32argb_pixelmap_rotate.c | 92 …ixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_32argb_pixelmap_raw_rotate() argument 144 if (rot_cx && rot_cy) in _gx_utility_32argb_pixelmap_raw_rotate() 146 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 147 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 150 srcyres = *rot_cy; in _gx_utility_32argb_pixelmap_raw_rotate() 156 *rot_cy = y; in _gx_utility_32argb_pixelmap_raw_rotate() 159 yres = *rot_cy; in _gx_utility_32argb_pixelmap_raw_rotate() 370 …elmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_32argb_pixelmap_alpha_rotate() argument 422 if (rot_cx && rot_cy) in _gx_utility_32argb_pixelmap_alpha_rotate() 424 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_32argb_pixelmap_alpha_rotate() [all …]
|
| D | gx_utility_4444argb_pixelmap_rotate.c | 95 …gb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_4444argb_pixelmap_rotate() argument 147 if (rot_cx && rot_cy) in _gx_utility_4444argb_pixelmap_rotate() 149 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_4444argb_pixelmap_rotate() 150 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_4444argb_pixelmap_rotate() 153 srcyres = *rot_cy; in _gx_utility_4444argb_pixelmap_rotate() 159 *rot_cy = y; in _gx_utility_4444argb_pixelmap_rotate() 162 yres = *rot_cy; in _gx_utility_4444argb_pixelmap_rotate() 384 …lmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_4444argb_pixelmap_simple_rotate() argument 422 if (rot_cx && rot_cy) in _gx_utility_4444argb_pixelmap_simple_rotate() 425 y = *rot_cy; in _gx_utility_4444argb_pixelmap_simple_rotate() [all …]
|
| D | gx_utility_1555xrgb_pixelmap_rotate.c | 90 …ixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_1555xrgb_pixelmap_raw_rotate() argument 144 if (rot_cx && rot_cy) in _gx_utility_1555xrgb_pixelmap_raw_rotate() 146 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 147 y = ((*rot_cy) - srcyres) * cosv + ((*rot_cx) - srcxres) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 150 srcyres = (INT)*rot_cy; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 156 *rot_cy = y; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 159 yres = *rot_cy; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 377 …elmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gx_utility_1555xrgb_pixelmap_alpha_rotate() argument 431 if (rot_cx && rot_cy) in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 433 x = ((*rot_cx) - srcxres) * cosv - ((*rot_cy) - srcyres) * sinv; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_circular_gauge_needle_rectangle_calculate.c | 95 INT rot_cy; in _gx_circular_gauge_needle_rectangle_calculate() local 133 rot_cy = info -> gx_circular_gauge_info_needle_ycor; in _gx_circular_gauge_needle_rectangle_calculate() 136 x = (rot_cx - srcxres) * cosv - (rot_cy - srcyres) * sinv; in _gx_circular_gauge_needle_rectangle_calculate() 137 y = (rot_cy - srcyres) * cosv + (rot_cx - srcxres) * sinv; in _gx_circular_gauge_needle_rectangle_calculate()
|
| D | gxe_utility_pixelmap_simple_rotate.c | 76 …lmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gxe_utility_pixelmap_simple_rotate() argument 87 status = _gx_utility_pixelmap_simple_rotate(src, angle, destination, rot_cx, rot_cy); in _gxe_utility_pixelmap_simple_rotate()
|
| D | gxe_utility_pixelmap_rotate.c | 78 …ty_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) in _gxe_utility_pixelmap_rotate() argument 89 status = _gx_utility_pixelmap_rotate(src, angle, destination, rot_cx, rot_cy); in _gxe_utility_pixelmap_rotate()
|
| D | gxe_canvas_pixelmap_rotate.c | 85 INT angle, INT rot_cx, INT rot_cy) in _gxe_canvas_pixelmap_rotate() argument 104 status = _gx_canvas_pixelmap_rotate(x_position, y_position, pixelmap, angle, rot_cx, rot_cy); in _gxe_canvas_pixelmap_rotate()
|
| D | gx_display_driver_8bpp_pixelmap_rotate.c | 667 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_8bpp_pixelmap_rotate() argument 674 …iver_8bpp_pixelmap_simple_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_pixelmap_rotate() 678 …x_display_driver_8bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); 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()
|
| D | gx_display_driver_1555xrgb_pixelmap_rotate.c | 630 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_1555xrgb_pixelmap_rotate() argument 640 …ay_driver_16bpp_pixelmap_simple_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1555xrgb_pixelmap_rotate() 644 …_display_driver_16bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1555xrgb_pixelmap_rotate() 653 …isplay_driver_1555xrgb_pixelmap_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1555xrgb_pixelmap_rotate() 659 …_display_driver_1555xrgb_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1555xrgb_pixelmap_rotate()
|
| D | gx_display_driver_4bpp_pixelmap_rotate.c | 907 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_4bpp_pixelmap_rotate() argument 914 …iver_4bpp_pixelmap_simple_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4bpp_pixelmap_rotate() 918 …x_display_driver_4bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4bpp_pixelmap_rotate() 926 …play_driver_4bpp_pixelmap_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4bpp_pixelmap_rotate() 931 … _gx_display_driver_4bpp_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4bpp_pixelmap_rotate()
|
| D | gx_display_driver_1bpp_pixelmap_rotate.c | 806 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_1bpp_pixelmap_rotate() argument 813 …iver_1bpp_pixelmap_simple_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1bpp_pixelmap_rotate() 817 …x_display_driver_1bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1bpp_pixelmap_rotate() 825 …play_driver_1bpp_pixelmap_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1bpp_pixelmap_rotate() 830 … _gx_display_driver_1bpp_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_1bpp_pixelmap_rotate()
|
| D | gx_display_driver_332rgb_pixelmap_rotate.c | 776 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_332rgb_pixelmap_rotate() argument 787 …y_driver_332rgb_pixelmap_simple_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_332rgb_pixelmap_rotate() 791 …x_display_driver_8bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_332rgb_pixelmap_rotate() 799 …_display_driver_332rgb_pixelmap_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_332rgb_pixelmap_rotate() 804 …gx_display_driver_332rgb_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_332rgb_pixelmap_rotate()
|
| D | gx_display_driver_8bpp_rotated_pixelmap_rotate.c | 754 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_8bpp_rotated_pixelmap_rotate() argument 761 …p_rotated_pixelmap_simple_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_rotated_pixelmap_rotate() 765 …y_driver_8bpp_rotated_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_rotated_pixelmap_rotate() 773 …ver_8bpp_rotated_pixelmap_transparent_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_rotated_pixelmap_rotate() 778 …play_driver_8bpp_rotated_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_8bpp_rotated_pixelmap_rotate()
|
| D | gx_display_driver_4444argb_pixelmap_rotate.c | 502 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_4444argb_pixelmap_rotate() argument 510 …splay_driver_4444argb_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4444argb_pixelmap_rotate() 514 …play_driver_4444argb_pixelmap_general_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_4444argb_pixelmap_rotate()
|
| D | gx_display_driver_16bpp_pixelmap_rotate.c | 922 INT angle, INT rot_cx, INT rot_cy) in _gx_display_driver_16bpp_pixelmap_rotate() argument 933 …ay_driver_16bpp_pixelmap_simple_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_16bpp_pixelmap_rotate() 937 …_display_driver_16bpp_pixelmap_simple_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_16bpp_pixelmap_rotate() 947 …_display_driver_565rgb_pixelmap_alpha_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_16bpp_pixelmap_rotate() 953 …gx_display_driver_565rgb_pixelmap_raw_rotate(context, xpos, ypos, pixelmap, angle, rot_cx, rot_cy); in _gx_display_driver_16bpp_pixelmap_rotate()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_utility.h | 243 …p_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 244 …map_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 246 …p_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 247 …map_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 250 …p_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 251 …map_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 252 …t_alphamap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 255 …b_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 256 …map_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); 257 …b_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy); [all …]
|
| D | gx_display.h | 183 INT angle, INT rot_cx, INT rot_cy); 193 INT angle, INT rot_cx, INT rot_cy); 206 …AW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy); 223 …AW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy); 269 INT angle, INT rot_cx, INT rot_cy); 287 INT angle, INT rot_cx, INT rot_cy); 324 INT angle, INT rot_cx, INT rot_cy); 334 …AW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy); 355 INT angle, INT rot_cx, INT rot_cy); 367 INT angle, INT rot_cx, INT rot_cy);
|