Home
last modified time | relevance | path

Searched refs:BLUEVAL_332 (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_display_driver_332rgb_pixelmap_rotate.c24 #define BLUEVAL_332(_c) (USHORT)((_c) & 0x03) macro
440 blue = (USHORT)((BLUEVAL_332(a) * alpha[0] * (256 - xdiff) * (256 - ydiff) + in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
441 BLUEVAL_332(b) * alpha[1] * xdiff * (256 - ydiff) + in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
442 BLUEVAL_332(c) * alpha[2] * ydiff * (256 - xdiff) + in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
443 BLUEVAL_332(d) * alpha[3] * xdiff * ydiff) >> 16); in _gx_display_driver_332rgb_pixelmap_alpha_rotate()
696 blue = (USHORT)((BLUEVAL_332(a) * (256 - xdiff) * (256 - ydiff) + in _gx_display_driver_332rgb_pixelmap_raw_rotate()
697 BLUEVAL_332(b) * xdiff * (256 - ydiff) + in _gx_display_driver_332rgb_pixelmap_raw_rotate()
698 BLUEVAL_332(c) * ydiff * (256 - xdiff) + in _gx_display_driver_332rgb_pixelmap_raw_rotate()
699 BLUEVAL_332(d) * xdiff * ydiff) >> 16); in _gx_display_driver_332rgb_pixelmap_raw_rotate()
Dgx_utility_8bpp_pixelmap_resize.c31 #define BLUEVAL_332(_c) ((_c) & 0x03) macro
346 …blue = (BLUEVAL_332(neighbor_pixels[0][0]) * (alpha[0]) * (256 - (GX_COLOR)xdiff) * (256 - (GX_COL… in _gx_utility_8bpp_pixelmap_alpha_resize()
347BLUEVAL_332(neighbor_pixels[0][1]) * (alpha[1]) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + … in _gx_utility_8bpp_pixelmap_alpha_resize()
348BLUEVAL_332(neighbor_pixels[1][0]) * (alpha[2]) * (GX_COLOR)ydiff * (256 - (GX_COLOR)xdiff) + … in _gx_utility_8bpp_pixelmap_alpha_resize()
349BLUEVAL_332(neighbor_pixels[1][1]) * (alpha[3]) * (GX_COLOR)xdiff * (GX_COLOR)ydiff) >> 16; in _gx_utility_8bpp_pixelmap_alpha_resize()
Dgx_utility_332rgb_pixelmap_rotate.c32 #define BLUEVAL_332(_c) (USHORT)((_c) & 0x03) macro
291 blue = (USHORT)((BLUEVAL_332(a) * (256 - xdiff) * (256 - ydiff) + \ in _gx_utility_332rgb_pixelmap_raw_rotate()
292 BLUEVAL_332(b) * xdiff * (256 - ydiff) + \ in _gx_utility_332rgb_pixelmap_raw_rotate()
293 BLUEVAL_332(c) * ydiff * (256 - xdiff) + \ in _gx_utility_332rgb_pixelmap_raw_rotate()
294 BLUEVAL_332(d) * xdiff * ydiff) >> 16); in _gx_utility_332rgb_pixelmap_raw_rotate()
603 blue = (USHORT)((BLUEVAL_332(a) * alpha[0] * (256 - xdiff) * (256 - ydiff) + \ in _gx_utility_332rgb_pixelmap_alpha_rotate()
604 BLUEVAL_332(b) * alpha[1] * xdiff * (256 - ydiff) + \ in _gx_utility_332rgb_pixelmap_alpha_rotate()
605 BLUEVAL_332(c) * alpha[2] * ydiff * (256 - xdiff) + \ in _gx_utility_332rgb_pixelmap_alpha_rotate()
606 BLUEVAL_332(d) * alpha[3] * xdiff * ydiff) >> 16); in _gx_utility_332rgb_pixelmap_alpha_rotate()