Searched refs:BLUEVAL_332 (Results 1 – 3 of 3) sorted by relevance
24 #define BLUEVAL_332(_c) (USHORT)((_c) & 0x03) macro440 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()
31 #define BLUEVAL_332(_c) ((_c) & 0x03) macro346 …blue = (BLUEVAL_332(neighbor_pixels[0][0]) * (alpha[0]) * (256 - (GX_COLOR)xdiff) * (256 - (GX_COL… in _gx_utility_8bpp_pixelmap_alpha_resize()347 …BLUEVAL_332(neighbor_pixels[0][1]) * (alpha[1]) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + … in _gx_utility_8bpp_pixelmap_alpha_resize()348 …BLUEVAL_332(neighbor_pixels[1][0]) * (alpha[2]) * (GX_COLOR)ydiff * (256 - (GX_COLOR)xdiff) + … in _gx_utility_8bpp_pixelmap_alpha_resize()349 … BLUEVAL_332(neighbor_pixels[1][1]) * (alpha[3]) * (GX_COLOR)xdiff * (GX_COLOR)ydiff) >> 16; in _gx_utility_8bpp_pixelmap_alpha_resize()
32 #define BLUEVAL_332(_c) (USHORT)((_c) & 0x03) macro291 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()