/GUIX-v6.4.1/common/src/ |
D | gx_utility_8bpp_pixelmap_rotate.c | 94 INT yres; in _gx_utility_8bpp_pixelmap_rotate() local 121 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_utility_8bpp_pixelmap_rotate() 125 height = (yres << 1); in _gx_utility_8bpp_pixelmap_rotate() 134 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_8bpp_pixelmap_rotate() 143 yres = *rot_cy; 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() 416 INT yres; in _gx_utility_8bit_alphamap_rotate() local 451 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_8bit_alphamap_rotate() 454 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_8bit_alphamap_rotate() [all …]
|
D | gx_utility_1555xrgb_pixelmap_rotate.c | 104 INT yres; in _gx_utility_1555xrgb_pixelmap_raw_rotate() local 134 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 137 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 141 height = (yres << 1); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 153 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_1555xrgb_pixelmap_raw_rotate() 159 yres = *rot_cy; 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() 392 INT yres; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() local 421 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_1555xrgb_pixelmap_alpha_rotate() [all …]
|
D | gx_utility_32argb_pixelmap_rotate.c | 106 GX_FIXED_VAL yres; in _gx_utility_32argb_pixelmap_raw_rotate() local 134 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_32argb_pixelmap_raw_rotate() 137 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_32argb_pixelmap_raw_rotate() 141 height = (yres << 1); in _gx_utility_32argb_pixelmap_raw_rotate() 153 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_32argb_pixelmap_raw_rotate() 159 yres = *rot_cy; 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() 384 INT yres; in _gx_utility_32argb_pixelmap_alpha_rotate() local 412 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_32argb_pixelmap_alpha_rotate() [all …]
|
D | gx_display_driver_32bpp_pixelmap_rotate.c | 114 INT yres; in _gx_display_driver_24xrgb_pixelmap_rotate() local 161 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_rotate() 164 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_display_driver_24xrgb_pixelmap_rotate() 172 yres = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_display_driver_24xrgb_pixelmap_rotate() 175 newypos = ypos + cy - yres; 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() 384 INT yres; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() local 432 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() 435 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_display_driver_24xrgb_pixelmap_alpha_rotate() [all …]
|
D | gx_display_driver_8bpp_pixelmap_rotate.c | 96 INT yres; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local 120 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_8bpp_pixelmap_raw_rotate() 128 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_8bpp_pixelmap_raw_rotate() 131 newypos = ypos + cy - yres; 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() 226 INT yres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local 250 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_8bpp_pixelmap_transparent_rotate() 261 yres = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() 264 newypos = ypos + cy - yres; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() [all …]
|
D | gx_display_driver_1555xrgb_pixelmap_rotate.c | 110 INT yres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() local 157 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 162 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1555xrgb_pixelmap_raw_rotate() 165 newypos = ypos + cy - yres; 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() 363 INT yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() local 411 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() 414 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() 417 newypos = ypos + cy - yres; in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate() [all …]
|
D | gx_display_driver_4bpp_pixelmap_rotate.c | 96 INT yres; in _gx_display_driver_4bpp_pixelmap_raw_rotate() local 124 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_4bpp_pixelmap_raw_rotate() 134 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_4bpp_pixelmap_raw_rotate() 137 newypos = ypos + cy - yres; 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() 263 INT yres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() local 290 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_4bpp_pixelmap_transparent_rotate() 301 yres = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() 304 newypos = ypos + cy - yres; in _gx_display_driver_4bpp_pixelmap_transparent_rotate() [all …]
|
D | gx_display_driver_1bpp_pixelmap_rotate.c | 96 INT yres; in _gx_display_driver_1bpp_pixelmap_raw_rotate() local 124 …yres = GX_FIXED_VAL_TO_INT((int)(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) … in _gx_display_driver_1bpp_pixelmap_raw_rotate() 134 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1bpp_pixelmap_raw_rotate() 137 newypos = ypos + cy - yres; 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() 254 INT yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() local 280 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_1bpp_pixelmap_transparent_rotate() 288 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() 291 newypos = ypos + cy - yres; in _gx_display_driver_1bpp_pixelmap_transparent_rotate() [all …]
|
D | gx_utility_332rgb_pixelmap_rotate.c | 102 INT yres; in _gx_utility_332rgb_pixelmap_raw_rotate() local 131 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_332rgb_pixelmap_raw_rotate() 134 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_332rgb_pixelmap_raw_rotate() 138 height = (yres << 1); in _gx_utility_332rgb_pixelmap_raw_rotate() 150 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_332rgb_pixelmap_raw_rotate() 156 yres = *rot_cy; 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() 386 INT yres; in _gx_utility_332rgb_pixelmap_alpha_rotate() local 415 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_332rgb_pixelmap_alpha_rotate() [all …]
|
D | gx_utility_565rgb_pixelmap_rotate.c | 104 INT yres; in _gx_utility_565rgb_pixelmap_raw_rotate() local 133 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_565rgb_pixelmap_raw_rotate() 136 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_565rgb_pixelmap_raw_rotate() 140 height = (yres << 1); in _gx_utility_565rgb_pixelmap_raw_rotate() 152 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_565rgb_pixelmap_raw_rotate() 158 yres = *rot_cy; 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() 388 INT yres; in _gx_utility_565rgb_pixelmap_alpha_rotate() local 417 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_565rgb_pixelmap_alpha_rotate() [all …]
|
D | gx_canvas_pixelmap_rotate.c | 87 INT yres; in _gx_canvas_rotated_pixelmap_bound_calculate() local 140 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_canvas_rotated_pixelmap_bound_calculate() 143 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_canvas_rotated_pixelmap_bound_calculate() 147 height = (yres << 1); in _gx_canvas_rotated_pixelmap_bound_calculate() 154 y += yres; in _gx_canvas_rotated_pixelmap_bound_calculate()
|
D | gx_display_driver_332rgb_pixelmap_rotate.c | 254 INT yres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() local 301 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 305 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_332rgb_pixelmap_alpha_rotate() 308 newypos = ypos + cy - yres; 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() 537 INT yres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() local 584 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_332rgb_pixelmap_raw_rotate() 588 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() 591 newypos = ypos + cy - yres; in _gx_display_driver_332rgb_pixelmap_raw_rotate() [all …]
|
D | gx_utility_4444argb_pixelmap_rotate.c | 108 INT yres; in _gx_utility_4444argb_pixelmap_rotate() local 137 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_utility_4444argb_pixelmap_rotate() 140 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_utility_4444argb_pixelmap_rotate() 144 height = (yres << 1); in _gx_utility_4444argb_pixelmap_rotate() 156 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_4444argb_pixelmap_rotate() 162 yres = *rot_cy; 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 | 91 INT yres; in _gx_circular_gauge_needle_rectangle_calculate() local 126 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_circular_gauge_needle_rectangle_calculate() 130 height = (yres << 1); in _gx_circular_gauge_needle_rectangle_calculate() 140 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_circular_gauge_needle_rectangle_calculate()
|
D | gx_display_driver_32bpp_rotated_pixelmap_rotate.c | 104 INT yres; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() local 174 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 177 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 185 y = GX_FIXED_VAL_TO_INT(y) + yres; 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() 395 INT yres; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() local 465 yres = my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 468 yres = GX_FIXED_VAL_TO_INT(yres); in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 471 y = GX_FIXED_VAL_TO_INT(yres) + yres; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() [all …]
|
D | gx_display_driver_16bpp_pixelmap_rotate.c | 110 INT yres; in _gx_display_driver_565rgb_pixelmap_raw_rotate() local 157 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_565rgb_pixelmap_raw_rotate() 162 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_565rgb_pixelmap_raw_rotate() 165 newypos = ypos + cy - yres; 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() 363 INT yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() local 411 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_565rgb_pixelmap_alpha_rotate() 414 yres = GX_FIXED_VAL_TO_INT((cy - srcyres) * cosv + (cx - srcxres) * sinv) + yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() 417 newypos = ypos + cy - yres; in _gx_display_driver_565rgb_pixelmap_alpha_rotate() [all …]
|
D | gx_display_driver_8bpp_rotated_pixelmap_rotate.c | 91 INT yres; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local 144 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() 155 y += yres; 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() 252 INT yres; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local 305 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() 316 y = GX_FIXED_VAL_TO_INT(y) + yres; 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 | 94 INT yres; in _gx_utility_1bpp_pixelmap_rotate() local 118 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_utility_1bpp_pixelmap_rotate() 122 height = (yres << 1); in _gx_utility_1bpp_pixelmap_rotate() 131 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_1bpp_pixelmap_rotate() 140 yres = *rot_cy; 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_display_driver_4444argb_pixelmap_rotate.c | 112 INT yres; in _gx_display_driver_4444argb_pixelmap_general_rotate() local 160 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… 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() 168 newypos = ypos + cy - yres; 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_utility_4bpp_pixelmap_rotate.c | 94 INT yres; in _gx_utility_4bpp_pixelmap_rotate() local 123 …yres = GX_FIXED_VAL_TO_INT((my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sin… in _gx_utility_4bpp_pixelmap_rotate() 127 height = (yres << 1); in _gx_utility_4bpp_pixelmap_rotate() 136 y = GX_FIXED_VAL_TO_INT(y) + yres; in _gx_utility_4bpp_pixelmap_rotate() 145 yres = *rot_cy; 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 | 106 INT yres; in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() local 175 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate() 183 y += yres; 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() 380 INT yres; in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() local 450 …yres = GX_FIXED_VAL_TO_INT(my[idxmaxy] * (srcyres + 2) * cosv + mx[idxmaxy] * (srcxres + 2) * sinv… in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate() 456 y += yres; 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.4.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 | 307 DDX_Text(&nx, IDC_Y_RESOLUTION, mpProject->mDisplays[display_index].yres); in InitDisplayConfig() 366 DDX_Text(&nx, IDC_Y_RESOLUTION, mpProject->mDisplays[display_index].yres); in SaveDisplayConfig() 1268 int yres; in OnEditYRes() local 1270 yres = GetDlgItemInt(IDC_Y_RESOLUTION); in OnEditYRes() 1272 if (yres > GX_MAX_DISPLAY_RESOLUTION) in OnEditYRes() 1275 SetDlgItemInt(IDC_Y_RESOLUTION, mpProject->mDisplays[m_current_display].yres); in OnEditYRes()
|
D | screen_generator.cpp | 4441 bytes *= m_project->mDisplays[display].yres; in CalculateCanvasSizeBytes() 4452 int yres; in DeclareDisplayTable() local 4506 yres = m_project->mDisplays[display].yres; in DeclareDisplayTable() 4511 GX_SWAP_VALS(xres, yres); in DeclareDisplayTable() 4535 yres, in DeclareDisplayTable() 4598 yres, in DeclareDisplayTable() 4628 yres, in DeclareDisplayTable()
|