Home
last modified time | relevance | path

Searched refs:ASSEMBLECOLOR (Results 1 – 24 of 24) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_display_driver_332rgb_pixel_blend.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
132 *put = (GX_UBYTE)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_332rgb_pixel_blend()
Dgx_display_driver_565rgb_pixel_blend.c28 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
136 *put = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_565rgb_pixel_blend()
Dgx_display_driver_24xrgb_pixel_blend.c26 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
136 *put = (ULONG)(ASSEMBLECOLOR(fred, fgreen, fblue)); in _gx_display_driver_24xrgb_pixel_blend()
Dgx_display_driver_1555xrgb_pixel_blend.c28 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
134 *put = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_1555xrgb_pixel_blend()
Dgx_display_driver_565rgb_rotated_pixel_blend.c28 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
141 *put = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_565rgb_rotated_pixel_blend()
Dgx_display_driver_32argb_pixel_blend.c31 #define ASSEMBLECOLOR(_a, _r, _g, _b) \ macro
138 *put = (ULONG)ASSEMBLECOLOR(oalpha, fred, fgreen, fblue); in _gx_display_driver_32argb_pixel_blend()
Dgx_display_driver_1555xrgb_canvas_blend.c36 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
160 *write++ = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_1555xrgb_canvas_blend()
Dgx_display_driver_24xrgb_canvas_blend.c28 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
159 *write++ = ASSEMBLECOLOR((ULONG)fred, (ULONG)fgreen, (ULONG)fblue); in _gx_display_driver_24xrgb_canvas_blend()
Dgx_display_driver_565rgb_canvas_blend.c36 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
169 *write++ = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_565rgb_canvas_blend()
Dgx_display_driver_565rgb_rotated_canvas_blend.c36 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
171 *write++ = (USHORT)ASSEMBLECOLOR(fred, fgreen, fblue); in _gx_display_driver_565rgb_rotated_canvas_blend()
Dgx_display_driver_4444argb_canvas_blend.c34 #define ASSEMBLECOLOR(_a, _r, _g, _b) \ macro
172 *write++ = (USHORT)ASSEMBLECOLOR(falpha, fred, fgreen, fblue); in _gx_display_driver_4444argb_canvas_blend()
Dgx_utility_32argb_pixelmap_resize.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
209 *put++ = ASSEMBLECOLOR((GX_COLOR)red, (GX_COLOR)green, (GX_COLOR)blue); in _gx_utility_32argb_pixelmap_raw_resize()
398 *put++ = ASSEMBLECOLOR((ULONG)red, (ULONG)green, (ULONG)blue) + ((ULONG)alpha << 24); in _gx_utility_32argb_pixelmap_alpha_resize()
Dgx_utility_4444argb_pixelmap_resize.c26 #define ASSEMBLECOLOR(_a, _r, _g, _b) \ macro
220 *put++ = ASSEMBLECOLOR(alpha[0], red, green, blue); in _gx_utility_4444argb_pixelmap_resize()
Dgx_utility_1555xrgb_pixelmap_resize.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
211 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_1555xrgb_pixelmap_raw_resize()
434 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
Dgx_utility_16bpp_pixelmap_resize.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
211 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_16bpp_pixelmap_raw_resize()
434 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_16bpp_pixelmap_alpha_resize()
Dgx_display_driver_1555xrgb_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
287 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_1555xrgb_pixelmap_raw_rotate()
571 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_1555xrgb_pixelmap_alpha_rotate()
Dgx_utility_1555xrgb_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
314 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
633 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
Dgx_utility_32argb_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
309 *put++ = ASSEMBLECOLOR(red, green, blue) + (ULONG)(alpha << 24); in _gx_utility_32argb_pixelmap_raw_rotate()
570 *put++ = ASSEMBLECOLOR(red, green, blue) + ((ULONG)alpha << 24); in _gx_utility_32argb_pixelmap_alpha_rotate()
Dgx_utility_4444argb_pixelmap_rotate.c26 #define ASSEMBLECOLOR(_a, _r, _g, _b) \ macro
325 *put++ = ASSEMBLECOLOR(alpha[0], red, green, blue); in _gx_utility_4444argb_pixelmap_rotate()
Dgx_display_driver_32bpp_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
308 … blend_func(context, x + newxpos, y + newypos, ASSEMBLECOLOR(red, green, blue), (GX_UBYTE)alpha); in _gx_display_driver_24xrgb_pixelmap_rotate()
557 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_24xrgb_pixelmap_alpha_rotate()
Dgx_display_driver_4444argb_pixelmap_rotate.c26 #define ASSEMBLECOLOR(_a, _r, _g, _b) \ macro
314 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(alpha[0], red, green, blue),… in _gx_display_driver_4444argb_pixelmap_general_rotate()
Dgx_utility_565rgb_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
310 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_565rgb_pixelmap_raw_rotate()
630 *put++ = ASSEMBLECOLOR(red, green, blue); in _gx_utility_565rgb_pixelmap_alpha_rotate()
Dgx_display_driver_16bpp_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
287 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_pixelmap_raw_rotate()
571 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_pixelmap_alpha_rotate()
Dgx_display_driver_16bpp_rotated_pixelmap_rotate.c25 #define ASSEMBLECOLOR(_r, _g, _b) \ macro
308 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate()
616 …blend_func(context, x + newxpos, y + newypos, (GX_COLOR)ASSEMBLECOLOR(red, green, blue), (GX_UBYTE… in _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate()