| /GUIX-v6.2.1/common/src/ |
| D | gx_utility_8bpp_pixelmap_rotate.c | 93 INT xres; in _gx_utility_8bpp_pixelmap_rotate() local 120 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_8bpp_pixelmap_rotate() 124 width = (xres << 1); in _gx_utility_8bpp_pixelmap_rotate() 133 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_8bpp_pixelmap_rotate() 142 xres = *rot_cx; in _gx_utility_8bpp_pixelmap_rotate() 173 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_8bpp_pixelmap_rotate() 174 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_8bpp_pixelmap_rotate() 415 INT xres; in _gx_utility_8bit_alphamap_rotate() local 450 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_8bit_alphamap_rotate() 453 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_8bit_alphamap_rotate() [all …]
|
| D | gx_utility_1555xrgb_pixelmap_rotate.c | 103 INT xres; in _gx_utility_1555xrgb_pixelmap_raw_rotate() local 133 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 136 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 140 width = (xres << 1); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 152 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 158 xres = *rot_cx; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 196 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 197 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 391 INT xres; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() local 420 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_utility_32argb_pixelmap_rotate.c | 105 GX_FIXED_VAL xres; in _gx_utility_32argb_pixelmap_raw_rotate() local 133 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 136 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_32argb_pixelmap_raw_rotate() 140 width = (xres << 1); in _gx_utility_32argb_pixelmap_raw_rotate() 152 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_32argb_pixelmap_raw_rotate() 158 xres = *rot_cx; in _gx_utility_32argb_pixelmap_raw_rotate() 183 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 184 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 383 INT xres; in _gx_utility_32argb_pixelmap_alpha_rotate() local 411 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_32argb_pixelmap_alpha_rotate() [all …]
|
| D | gx_display_driver_32bpp_pixelmap_rotate.c | 113 INT xres; in _gx_display_driver_24xrgb_pixelmap_rotate() local 160 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate() 163 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_display_driver_24xrgb_pixelmap_rotate() 171 xres = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_display_driver_24xrgb_pixelmap_rotate() 174 newxpos = xpos + cx - xres; in _gx_display_driver_24xrgb_pixelmap_rotate() 182 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate() 183 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate() 383 INT xres; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() local 431 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() 434 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_display_driver_8bpp_pixelmap_rotate.c | 95 INT xres; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local 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() 127 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_8bpp_pixelmap_raw_rotate() 130 newxpos = xpos + cx - xres; in _gx_display_driver_8bpp_pixelmap_raw_rotate() 141 xx = GX_FIXED_VAL_TO_INT((x - xres) * cosv + (y - yres) * sinv) + cx; in _gx_display_driver_8bpp_pixelmap_raw_rotate() 142 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_8bpp_pixelmap_raw_rotate() 225 INT xres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local 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() 260 xres = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() 263 newxpos = xpos + cx - xres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() [all …]
|
| D | gx_display_driver_1555xrgb_pixelmap_rotate.c | 109 INT xres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local 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() 161 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 164 newxpos = xpos + cx - xres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 172 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 173 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 362 INT xres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() local 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() 413 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() 416 newxpos = xpos + cx - xres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_display_driver_4bpp_pixelmap_rotate.c | 95 INT xres; in _gx_display_driver_4bpp_pixelmap_raw_rotate() local 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() 133 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_4bpp_pixelmap_raw_rotate() 136 newxpos = xpos + cx - xres; in _gx_display_driver_4bpp_pixelmap_raw_rotate() 155 xx = GX_FIXED_VAL_TO_INT((x - xres) * cosv + (y - yres) * sinv) + cx; in _gx_display_driver_4bpp_pixelmap_raw_rotate() 156 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv) + cy; in _gx_display_driver_4bpp_pixelmap_raw_rotate() 262 INT xres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() local 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() 300 xres = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() 303 newxpos = xpos + cx - xres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() [all …]
|
| D | gx_display_driver_1bpp_pixelmap_rotate.c | 95 INT xres; in _gx_display_driver_1bpp_pixelmap_raw_rotate() local 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() 133 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1bpp_pixelmap_raw_rotate() 136 newxpos = xpos + cx - xres; in _gx_display_driver_1bpp_pixelmap_raw_rotate() 148 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_1bpp_pixelmap_raw_rotate() 149 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_1bpp_pixelmap_raw_rotate() 253 INT xres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() local 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() 287 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() 290 newxpos = xpos + cx - xres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() [all …]
|
| D | gx_utility_565rgb_pixelmap_rotate.c | 103 INT xres; in _gx_utility_565rgb_pixelmap_raw_rotate() local 132 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 135 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_565rgb_pixelmap_raw_rotate() 139 width = (xres << 1); in _gx_utility_565rgb_pixelmap_raw_rotate() 151 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_565rgb_pixelmap_raw_rotate() 157 xres = *rot_cx; in _gx_utility_565rgb_pixelmap_raw_rotate() 195 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 196 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 387 INT xres; in _gx_utility_565rgb_pixelmap_alpha_rotate() local 416 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_565rgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_utility_332rgb_pixelmap_rotate.c | 101 INT xres; in _gx_utility_332rgb_pixelmap_raw_rotate() local 130 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 133 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_332rgb_pixelmap_raw_rotate() 137 width = (xres << 1); in _gx_utility_332rgb_pixelmap_raw_rotate() 149 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_332rgb_pixelmap_raw_rotate() 155 xres = *rot_cx; in _gx_utility_332rgb_pixelmap_raw_rotate() 193 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 194 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 385 INT xres; in _gx_utility_332rgb_pixelmap_alpha_rotate() local 414 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_332rgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_canvas_pixelmap_rotate.c | 86 INT xres; in _gx_canvas_rotated_pixelmap_bound_calculate() local 139 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_canvas_rotated_pixelmap_bound_calculate() 142 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_canvas_rotated_pixelmap_bound_calculate() 146 width = (xres << 1); in _gx_canvas_rotated_pixelmap_bound_calculate() 153 x += xres; in _gx_canvas_rotated_pixelmap_bound_calculate()
|
| D | gx_display_driver_332rgb_pixelmap_rotate.c | 253 INT xres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() local 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() 304 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 307 newxpos = xpos + cx - xres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 315 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 316 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 536 INT xres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() local 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() 587 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() 590 newxpos = xpos + cx - xres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() [all …]
|
| D | gx_utility_4444argb_pixelmap_rotate.c | 107 INT xres; in _gx_utility_4444argb_pixelmap_rotate() local 136 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_utility_4444argb_pixelmap_rotate() 139 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_utility_4444argb_pixelmap_rotate() 143 width = (xres << 1); in _gx_utility_4444argb_pixelmap_rotate() 155 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_4444argb_pixelmap_rotate() 161 xres = *rot_cx; in _gx_utility_4444argb_pixelmap_rotate() 186 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_4444argb_pixelmap_rotate() 187 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_4444argb_pixelmap_rotate()
|
| D | gx_circular_gauge_needle_rectangle_calculate.c | 90 INT xres; in _gx_circular_gauge_needle_rectangle_calculate() local 125 …xres = GX_FIXED_VAL_TO_INT(mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv… in _gx_circular_gauge_needle_rectangle_calculate() 129 width = (xres << 1); in _gx_circular_gauge_needle_rectangle_calculate() 139 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_circular_gauge_needle_rectangle_calculate()
|
| D | gx_display_driver_32bpp_rotated_pixelmap_rotate.c | 103 INT xres; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() local 173 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 176 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 184 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 195 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 196 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 394 INT xres; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() local 464 xres = mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 467 xres = GX_FIXED_VAL_TO_INT(xres); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 470 x = GX_FIXED_VAL_TO_INT(xres) + xres; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() [all …]
|
| D | gx_display_driver_16bpp_pixelmap_rotate.c | 109 INT xres; in _gx_display_driver_565rgb_pixelmap_raw_rotate() local 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() 161 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_565rgb_pixelmap_raw_rotate() 164 newxpos = xpos + cx - xres; in _gx_display_driver_565rgb_pixelmap_raw_rotate() 172 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_565rgb_pixelmap_raw_rotate() 173 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_565rgb_pixelmap_raw_rotate() 362 INT xres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() local 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() 413 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() 416 newxpos = xpos + cx - xres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() [all …]
|
| D | gx_display_driver_4444argb_pixelmap_rotate.c | 111 INT xres; in _gx_display_driver_4444argb_pixelmap_general_rotate() local 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() 164 xres = GX_FIXED_VAL_TO_INT((cx - srcxres) * cosv - (cy - srcyres) * sinv) + xres; in _gx_display_driver_4444argb_pixelmap_general_rotate() 165 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + xres; in _gx_display_driver_4444argb_pixelmap_general_rotate() 167 newxpos = xpos + cx - xres; in _gx_display_driver_4444argb_pixelmap_general_rotate() 175 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_4444argb_pixelmap_general_rotate() 176 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_4444argb_pixelmap_general_rotate()
|
| D | gx_display_driver_8bpp_rotated_pixelmap_rotate.c | 90 INT xres; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local 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() 154 x += xres; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 168 xx = GX_FIXED_VAL_TO_INT((x - xres) * cosv + (y - yres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 169 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 251 INT xres; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local 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() 315 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 329 xx = GX_FIXED_VAL_TO_INT((x - xres) * cosv + (y - yres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 330 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv); in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate()
|
| D | gx_utility_1bpp_pixelmap_rotate.c | 93 INT xres; in _gx_utility_1bpp_pixelmap_rotate() local 117 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_1bpp_pixelmap_rotate() 121 width = (xres << 1); in _gx_utility_1bpp_pixelmap_rotate() 130 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_1bpp_pixelmap_rotate() 139 xres = *rot_cx; in _gx_utility_1bpp_pixelmap_rotate() 182 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_utility_1bpp_pixelmap_rotate() 183 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_utility_1bpp_pixelmap_rotate()
|
| D | gx_utility_4bpp_pixelmap_rotate.c | 93 INT xres; in _gx_utility_4bpp_pixelmap_rotate() local 122 …xres = GX_FIXED_VAL_TO_INT((mx[idxmaxx] * (srcxres + 2) * cosv - my[idxmaxx] * (srcyres + 2) * sin… in _gx_utility_4bpp_pixelmap_rotate() 126 width = (xres << 1); in _gx_utility_4bpp_pixelmap_rotate() 135 x = GX_FIXED_VAL_TO_INT(x) + xres; in _gx_utility_4bpp_pixelmap_rotate() 144 xres = *rot_cx; in _gx_utility_4bpp_pixelmap_rotate() 201 xx = GX_FIXED_VAL_TO_INT((x - xres) * cosv + (y - yres) * sinv); in _gx_utility_4bpp_pixelmap_rotate() 202 yy = GX_FIXED_VAL_TO_INT((y - yres) * cosv - (x - xres) * sinv); in _gx_utility_4bpp_pixelmap_rotate()
|
| D | gx_display_driver_16bpp_rotated_pixelmap_rotate.c | 105 INT xres; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() local 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() 182 x += xres; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 193 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 194 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 379 INT xres; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() local 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() 455 x += xres; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() 466 xx = (x - xres) * cosv + (y - yres) * sinv; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() 467 yy = (y - yres) * cosv - (x - xres) * sinv; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | studiox_screen_driver.c | 75 BOOL guix_configure_canvas(int xres, int yres, int colorformat, int cpu_type, int IsSynergyD2D, GX_… 334 INT RunGuixDisplaySetupFunction(GX_DISPLAY *display, char *name, int xres, int yres, in RunGuixDisplaySetupFunction() argument 339 INT memsize = xres * yres; in RunGuixDisplaySetupFunction() 349 memsize = ((xres + 7) >> 3) * yres; in RunGuixDisplaySetupFunction() 363 memsize = ((xres + 1) >> 1) * yres; in RunGuixDisplaySetupFunction() 449 if (_gx_display_create(display, name, setup_func, xres, yres) == GX_SUCCESS) in RunGuixDisplaySetupFunction() 474 int xres, int yres, int colorformat, in guix_create_app_display() argument 480 memsize = RunGuixDisplaySetupFunction(display, name, xres, yres, in guix_create_app_display() 499 int xres, int yres, int colorformat, in guix_studio_create_display() argument 505 memsize = RunGuixDisplaySetupFunction(display, name, xres, yres, in guix_studio_create_display() [all …]
|
| D | studiox_screen_driver.h | 50 int xres, int yres, int colorformat, 55 int xres, int yres, int colorformat, 62 BOOL guix_configure_target_win_canvas(int xres, int yres, int colorformat,
|
| D | ProjectConfigDlg.cpp | 306 DDX_Text(&nx, IDC_X_RESOLUTION, mpProject->mDisplays[display_index].xres); in InitDisplayConfig() 365 DDX_Text(&nx, IDC_X_RESOLUTION, mpProject->mDisplays[display_index].xres); in SaveDisplayConfig() 1254 int xres; in OnEditXRes() local 1256 xres = GetDlgItemInt(IDC_X_RESOLUTION); in OnEditXRes() 1258 if (xres > GX_MAX_DISPLAY_RESOLUTION) in OnEditXRes() 1261 SetDlgItemInt(IDC_X_RESOLUTION, mpProject->mDisplays[m_current_display].xres); in OnEditXRes()
|
| D | screen_generator.cpp | 4405 ULONG bytes = m_project->mDisplays[display].xres; in CalculateCanvasSizeBytes() 4451 int xres; in DeclareDisplayTable() local 4505 xres = m_project->mDisplays[display].xres; in DeclareDisplayTable() 4511 GX_SWAP_VALS(xres, yres); in DeclareDisplayTable() 4534 xres, in DeclareDisplayTable() 4597 xres, in DeclareDisplayTable() 4627 xres, in DeclareDisplayTable()
|