| /GUIX-v6.2.1/ports/win32/src/ |
| D | gx_win32_display_driver_monochrome.c | 72 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_monochrome_bitmap_header_create() 76 …info.gx_bmp_header.biSizeImage = (display -> gx_display_width * display -> gx_display_height) >> 3; in win32_monochrome_bitmap_header_create()
|
| D | gx_win32_display_driver_565bgr.c | 73 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_565bgr_bitmap_header_create() 77 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_565bgr_bitmap_header_create()
|
| D | gx_win32_display_driver_1555xrgb.c | 74 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_1555xrgb_bitmap_header_create() 78 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_1555xrgb_bitmap_header_create()
|
| D | gx_win32_display_driver_565rgb_rotated.c | 75 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_565rgb_rotated_bitmap_header_create() 79 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_565rgb_rotated_bitmap_header_create()
|
| D | gx_win32_display_driver_4444argb.c | 72 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_4444argb_bitmap_header_create() 76 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_4444argb_bitmap_header_create()
|
| D | gx_win32_display_driver_565rgb.c | 73 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_565rgb_bitmap_header_create() 77 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_565rgb_bitmap_header_create()
|
| D | gx_win32_display_driver_24xrgb.c | 77 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_32bpp_bitmap_header_create() 81 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 4; in win32_32bpp_bitmap_header_create()
|
| D | gx_win32_display_driver_4bpp_grayscale.c | 74 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_4bpp_grayscale_bitmap_header_create() 78 …ver_bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height; in win32_4bpp_grayscale_bitmap_header_create()
|
| D | gx_win32_display_driver_8bit_palette.c | 134 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_8bit_palette_bitmap_header_create() 138 …ver_bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height; in win32_8bit_palette_bitmap_header_create()
|
| D | gx_win32_display_driver_332rgb.c | 80 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_332rgb_bitmap_header_create() 84 …ver_bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height; in win32_332rgb_bitmap_header_create()
|
| /GUIX-v6.2.1/ports/win32/src/renesas/ |
| D | gx_win32_dave2d_display_driver_565rgb.c | 75 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_dave2d_simulation_565rgb_bitmap_header_create() 79 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_dave2d_simulation_565rgb_bitmap_header_create()
|
| D | gx_win32_dave2d_display_driver_565rgb_rotated.c | 76 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_dave2d_simulation_565rgb_rotated_bitmap_header_create() 80 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_dave2d_simulation_565rgb_rotated_bitmap_header_create()
|
| D | gx_win32_dave2d_display_driver_24xrgb.c | 77 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_dave2d_simulation_24xrgb_bitmap_header_create() 81 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 4; in win32_dave2d_simulation_24xrgb_bitmap_header_create()
|
| /GUIX-v6.2.1/ports/win32/src/st/ |
| D | gx_win32_chromart_display_driver_565rgb.c | 77 instance -> win32_driver_bmpinfo.gx_bmp_header.biHeight = display -> gx_display_height; in win32_565rgb_bitmap_header_create() 81 …bmpinfo.gx_bmp_header.biSizeImage = display -> gx_display_width * display -> gx_display_height * 2; in win32_565rgb_bitmap_header_create()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_display_create.c | 87 display -> gx_display_height = height; in _gx_display_create()
|
| D | gx_display_driver_monochrome_setup.c | 93 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_monochrome_setup()
|
| D | gx_display_driver_32argb_setup.c | 92 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_32argb_setup()
|
| D | gx_display_driver_4bpp_grayscale_setup.c | 95 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_4bpp_grayscale_setup()
|
| D | gx_display_driver_565rgb_setup.c | 94 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_565rgb_setup()
|
| D | gx_display_driver_8bit_palette_setup.c | 97 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_8bit_palette_setup()
|
| D | gx_display_driver_24xrgb_setup.c | 93 display -> gx_display_mouse.gx_mouse_position.gx_point_y = display -> gx_display_height / 2; in _gx_display_driver_24xrgb_setup()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 1629 GX_VALUE gx_display_height; member
|
| /GUIX-v6.2.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 | 11862 "ID": "c:@S@GX_DISPLAY_STRUCT@FI@gx_display_height", 11865 "display": "gx_display_height", 11871 "name": "gx_display_height",
|
| /GUIX-v6.2.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 | 11862 "ID": "c:@S@GX_DISPLAY_STRUCT@FI@gx_display_height", 11865 "display": "gx_display_height", 11871 "name": "gx_display_height",
|
| /GUIX-v6.2.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 | 11862 "ID": "c:@S@GX_DISPLAY_STRUCT@FI@gx_display_height", 11865 "display": "gx_display_height", 11871 "name": "gx_display_height",
|