Searched refs:BLUEVAL_24BPP (Results 1 – 13 of 13) sorted by relevance
/GUIX-v6.4.1/common/src/ |
D | gx_display_driver_24xrgb_rotated_pixel_blend.c | 108 fblue = BLUEVAL_24BPP(fcolor); in _gx_display_driver_24xrgb_rotated_pixel_blend() 116 bblue = BLUEVAL_24BPP(bcolor); in _gx_display_driver_24xrgb_rotated_pixel_blend()
|
D | gx_display_driver_32bpp_rotated_pixelmap_rotate.c | 304 … blue = (GX_COLOR)(BLUEVAL_24BPP(a) * (256 - (GX_COLOR)xdiff) * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 305 … BLUEVAL_24BPP(b) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 306 … BLUEVAL_24BPP(c) * (GX_COLOR)ydiff * (256 - (GX_COLOR)xdiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 307 BLUEVAL_24BPP(d) * (GX_COLOR)xdiff * (GX_COLOR)ydiff) >> 16; in _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate() 568 … blue = (BLUEVAL_24BPP(a) * (a >> 24) * (256 - (GX_COLOR)xdiff) * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 569 … BLUEVAL_24BPP(b) * (b >> 24) * (GX_COLOR)xdiff * (256 - (GX_COLOR)ydiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 570 … BLUEVAL_24BPP(c) * (c >> 24) * (GX_COLOR)ydiff * (256 - (GX_COLOR)xdiff) + \ in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate() 571 BLUEVAL_24BPP(d) * (d >> 24) * (GX_COLOR)xdiff * (GX_COLOR)ydiff) >> 16; in _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate()
|
D | gx_display_driver_24xrgb_rotated_canvas_blend.c | 142 fblue = BLUEVAL_24BPP(fcolor); in _gx_display_driver_24xrgb_rotated_canvas_blend() 150 bblue = BLUEVAL_24BPP(bcolor); in _gx_display_driver_24xrgb_rotated_canvas_blend()
|
/GUIX-v6.4.1/ports/win32/src/st/ |
D | gx_chromart_simulation_display_driver_565rgb_pixelmap_draw.c | 111 b = (BLUEVAL_24BPP(*get) & 0xf8) >> 3; in _gx_chromart_simulation_display_driver_565rgb_pixelmap_32argb_write()
|
/GUIX-v6.4.1/ports/win32/src/renesas/ |
D | gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c | 835 b = (GX_UBYTE)((BLUEVAL_24BPP(*get) & 0xf8) >> 3); in _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_raw_write()
|
D | gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c | 964 b = (GX_UBYTE)((BLUEVAL_24BPP(*get) & 0xf8) >> 3); in _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_raw_write()
|
/GUIX-v6.4.1/common/inc/ |
D | gx_display.h | 486 #define BLUEVAL_24BPP(_c) (GX_UBYTE)(_c) macro
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_24xrgb.pbw | 68367 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 68370 "display": "BLUEVAL_24BPP", 68376 "name": "BLUEVAL_24BPP",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_8bit_palette.pbw | 68367 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 68370 "display": "BLUEVAL_24BPP", 68376 "name": "BLUEVAL_24BPP",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_1555xrgb.pbw | 68367 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 68370 "display": "BLUEVAL_24BPP", 68376 "name": "BLUEVAL_24BPP",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_565rgb.pbw | 67162 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 67165 "display": "BLUEVAL_24BPP", 67171 "name": "BLUEVAL_24BPP",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 68367 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 68370 "display": "BLUEVAL_24BPP", 68376 "name": "BLUEVAL_24BPP",
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 68367 "ID": "c:gx_display.h@41773@macro@BLUEVAL_24BPP", 68370 "display": "BLUEVAL_24BPP", 68376 "name": "BLUEVAL_24BPP",
|