Home
last modified time | relevance | path

Searched refs:idxmaxx (Results 1 – 21 of 21) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_circular_gauge_needle_rectangle_calculate.c83 INT idxmaxx; in _gx_circular_gauge_needle_rectangle_calculate() local
115 idxmaxx = (idxminx + 2) & 0x3; in _gx_circular_gauge_needle_rectangle_calculate()
125 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_circular_gauge_needle_rectangle_calculate()
Dgx_utility_8bpp_pixelmap_rotate.c90 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_8bpp_pixelmap_rotate() local
110 idxmaxx = (idxminx + 2) & 0x3; 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()
411 INT idxmaxx; in _gx_utility_8bit_alphamap_rotate() local
440 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_8bit_alphamap_rotate()
450 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_8bit_alphamap_rotate()
Dgx_canvas_pixelmap_rotate.c80 INT idxmaxx; in _gx_canvas_rotated_pixelmap_bound_calculate() local
129 idxmaxx = (idxminx + 2) & 0x3; in _gx_canvas_rotated_pixelmap_bound_calculate()
139 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_canvas_rotated_pixelmap_bound_calculate()
Dgx_display_driver_8bpp_pixelmap_rotate.c91 INT idxmaxx; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local
109 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_8bpp_pixelmap_raw_rotate()
119 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_8bpp_pixelmap_raw_rotate()
221 INT idxmaxx; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local
239 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
249 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_8bpp_pixelmap_transparent_rotate()
Dgx_display_driver_1555xrgb_pixelmap_rotate.c105 INT idxmaxx; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local
146 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
156 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
358 INT idxmaxx; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() local
400 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
410 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
Dgx_utility_1555xrgb_pixelmap_rotate.c100 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_1555xrgb_pixelmap_raw_rotate() local
123 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
133 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
388 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() local
401 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
420 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
Dgx_utility_32argb_pixelmap_rotate.c102 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_32argb_pixelmap_raw_rotate() local
123 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_32argb_pixelmap_raw_rotate()
133 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate()
380 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_32argb_pixelmap_alpha_rotate() local
401 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_32argb_pixelmap_alpha_rotate()
411 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_32argb_pixelmap_alpha_rotate()
Dgx_display_driver_4bpp_pixelmap_rotate.c91 INT idxmaxx; in _gx_display_driver_4bpp_pixelmap_raw_rotate() local
113 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_4bpp_pixelmap_raw_rotate()
123 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_4bpp_pixelmap_raw_rotate()
258 INT idxmaxx; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() local
279 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
289 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_4bpp_pixelmap_transparent_rotate()
Dgx_display_driver_1bpp_pixelmap_rotate.c91 INT idxmaxx; in _gx_display_driver_1bpp_pixelmap_raw_rotate() local
113 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_1bpp_pixelmap_raw_rotate()
123 …xres = GX_FIXED_VAL_TO_INT((int)(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) … in _gx_display_driver_1bpp_pixelmap_raw_rotate()
249 INT idxmaxx; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() local
269 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
279 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_1bpp_pixelmap_transparent_rotate()
Dgx_display_driver_32bpp_pixelmap_rotate.c109 INT idxmaxx; in _gx_display_driver_24xrgb_pixelmap_rotate() local
150 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_24xrgb_pixelmap_rotate()
160 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate()
379 INT idxmaxx; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() local
420 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
431 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
Dgx_display_driver_332rgb_pixelmap_rotate.c249 INT idxmaxx; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() local
290 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
300 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
532 INT idxmaxx; in _gx_display_driver_332rgb_pixelmap_raw_rotate() local
573 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_332rgb_pixelmap_raw_rotate()
583 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_332rgb_pixelmap_raw_rotate()
Dgx_display_driver_8bpp_rotated_pixelmap_rotate.c86 INT idxmaxx; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local
105 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
143 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate()
247 INT idxmaxx; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local
266 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
304 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
Dgx_utility_565rgb_pixelmap_rotate.c100 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_565rgb_pixelmap_raw_rotate() local
122 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_565rgb_pixelmap_raw_rotate()
132 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate()
384 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_565rgb_pixelmap_alpha_rotate() local
406 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_565rgb_pixelmap_alpha_rotate()
416 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_565rgb_pixelmap_alpha_rotate()
Dgx_utility_332rgb_pixelmap_rotate.c98 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_332rgb_pixelmap_raw_rotate() local
120 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_332rgb_pixelmap_raw_rotate()
130 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate()
382 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_332rgb_pixelmap_alpha_rotate() local
404 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_332rgb_pixelmap_alpha_rotate()
414 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_332rgb_pixelmap_alpha_rotate()
Dgx_display_driver_16bpp_pixelmap_rotate.c105 INT idxmaxx; in _gx_display_driver_565rgb_pixelmap_raw_rotate() local
146 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_565rgb_pixelmap_raw_rotate()
156 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_565rgb_pixelmap_raw_rotate()
358 INT idxmaxx; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() local
400 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
410 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
Dgx_display_driver_32bpp_rotated_pixelmap_rotate.c99 INT idxmaxx; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() local
135 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
173 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate()
390 INT idxmaxx; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() local
426 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
464 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
Dgx_utility_4444argb_pixelmap_rotate.c104 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_4444argb_pixelmap_rotate() local
126 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_4444argb_pixelmap_rotate()
136 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_4444argb_pixelmap_rotate()
Dgx_display_driver_4444argb_pixelmap_rotate.c107 INT idxmaxx; in _gx_display_driver_4444argb_pixelmap_general_rotate() local
149 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_4444argb_pixelmap_general_rotate()
159 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_4444argb_pixelmap_general_rotate()
Dgx_display_driver_16bpp_rotated_pixelmap_rotate.c101 INT idxmaxx; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() local
136 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
174 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
375 INT idxmaxx; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() local
411 idxmaxx = (idxminx + 2) & 0x3; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
449 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
Dgx_utility_1bpp_pixelmap_rotate.c90 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_1bpp_pixelmap_rotate() local
107 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_1bpp_pixelmap_rotate()
117 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_1bpp_pixelmap_rotate()
Dgx_utility_4bpp_pixelmap_rotate.c90 INT idxminx, idxmaxx, idxmaxy; in _gx_utility_4bpp_pixelmap_rotate() local
112 idxmaxx = (idxminx + 2) & 0x3; in _gx_utility_4bpp_pixelmap_rotate()
122 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_4bpp_pixelmap_rotate()