| /GUIX-v6.2.1/common/src/ |
| D | gx_image_reader_start.c | 212 outmap -> gx_pixelmap_data_size = 0; in _gx_image_reader_pixelmap_info_set() 240 …outmap -> gx_pixelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_heig… in _gx_image_reader_pixelmap_info_set() 249 …outmap -> gx_pixelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_heig… in _gx_image_reader_pixelmap_info_set() 254 …outmap -> gx_pixelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_heig… in _gx_image_reader_pixelmap_info_set() 260 …outmap -> gx_pixelmap_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_heig… in _gx_image_reader_pixelmap_info_set() 264 …outmap -> gx_pixelmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 1) >> 1) * outmap -> gx_… in _gx_image_reader_pixelmap_info_set() 274 …outmap -> gx_pixelmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 3) >> 2) * outmap -> gx_… in _gx_image_reader_pixelmap_info_set() 278 …outmap -> gx_pixelmap_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 7) >> 3) * outmap -> gx_… in _gx_image_reader_pixelmap_info_set() 443 tempmap.gx_pixelmap_data_size = 0; in _gx_image_reader_start() 455 raw_size = outmap -> gx_pixelmap_aux_data_size + outmap -> gx_pixelmap_data_size; in _gx_image_reader_start() [all …]
|
| D | gx_utility_1bpp_pixelmap_resize.c | 114 destination -> gx_pixelmap_data_size = (UINT)(height * putstride) * sizeof(GX_UBYTE); in _gx_utility_1bpp_pixelmap_raw_resize() 117 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1bpp_pixelmap_raw_resize() 246 destination -> gx_pixelmap_data_size = (UINT)(height * putstride) * sizeof(GX_UBYTE); in _gx_utility_1bpp_pixelmap_transparent_resize() 249 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1bpp_pixelmap_transparent_resize()
|
| D | gx_utility_8bpp_pixelmap_resize.c | 118 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_8bpp_pixelmap_raw_resize() 121 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bpp_pixelmap_raw_resize() 233 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_8bpp_pixelmap_alpha_resize() 240 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bpp_pixelmap_alpha_resize() 517 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_COLOR); in _gx_utility_8bit_alphamap_resize() 520 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bit_alphamap_resize()
|
| D | gx_utility_4bpp_pixelmap_resize.c | 115 destination -> gx_pixelmap_data_size = (UINT)(height * putstride) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_raw_resize() 118 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4bpp_pixelmap_raw_resize() 255 destination -> gx_pixelmap_data_size = (UINT)(height * putstride) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_transparent_resize() 258 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4bpp_pixelmap_transparent_resize()
|
| D | gx_utility_8bpp_pixelmap_rotate.c | 153 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_8bpp_pixelmap_rotate() 156 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bpp_pixelmap_rotate() 260 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_8bpp_pixelmap_simple_rotate() 261 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bpp_pixelmap_simple_rotate() 487 destination -> gx_pixelmap_data_size = (UINT)(height * width); in _gx_utility_8bit_alphamap_rotate() 488 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_8bit_alphamap_rotate()
|
| D | gx_utility_1bpp_pixelmap_rotate.c | 161 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_1bpp_pixelmap_rotate() 163 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1bpp_pixelmap_rotate() 309 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_1bpp_pixelmap_simple_raw_rotate() 310 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1bpp_pixelmap_simple_raw_rotate() 529 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_1bpp_pixelmap_simple_transparent_rotate() 530 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1bpp_pixelmap_simple_transparent_rotate()
|
| D | gx_utility_32argb_pixelmap_resize.c | 123 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_COLOR); in _gx_utility_32argb_pixelmap_raw_resize() 126 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_32argb_pixelmap_raw_resize() 298 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_COLOR); in _gx_utility_32argb_pixelmap_alpha_resize() 301 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_32argb_pixelmap_alpha_resize()
|
| D | gx_utility_4bpp_pixelmap_rotate.c | 164 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_rotate() 167 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4bpp_pixelmap_rotate() 345 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_simple_raw_rotate() 346 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4bpp_pixelmap_simple_raw_rotate() 579 destination -> gx_pixelmap_data_size = (UINT)(putstride * height) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_simple_transparent_rotate() 580 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4bpp_pixelmap_simple_transparent_rotate()
|
| D | gx_utility_565rgb_pixelmap_rotate.c | 167 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_565rgb_pixelmap_raw_rotate() 168 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_565rgb_pixelmap_raw_rotate() 452 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_565rgb_pixelmap_alpha_rotate() 453 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_565rgb_pixelmap_alpha_rotate() 708 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(USHORT); in _gx_utility_565rgb_pixelmap_simple_raw_rotate() 709 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_565rgb_pixelmap_simple_raw_rotate() 862 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(USHORT); in _gx_utility_565rgb_pixelmap_simple_alpha_rotate() 863 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_565rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_332rgb_pixelmap_rotate.c | 165 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_raw_rotate() 166 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_332rgb_pixelmap_raw_rotate() 449 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_alpha_rotate() 450 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_332rgb_pixelmap_alpha_rotate() 702 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_simple_raw_rotate() 703 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_332rgb_pixelmap_simple_raw_rotate() 860 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_simple_alpha_rotate() 861 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_332rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_32argb_pixelmap_rotate.c | 168 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_COLOR); in _gx_utility_32argb_pixelmap_raw_rotate() 169 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_32argb_pixelmap_raw_rotate() 446 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(GX_COLOR); in _gx_utility_32argb_pixelmap_alpha_rotate() 447 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_32argb_pixelmap_alpha_rotate() 712 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(GX_COLOR); in _gx_utility_32argb_pixelmap_simple_rotate() 713 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_32argb_pixelmap_simple_rotate()
|
| D | gx_utility_1555xrgb_pixelmap_resize.c | 122 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_1555xrgb_pixelmap_raw_resize() 125 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1555xrgb_pixelmap_raw_resize() 302 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_1555xrgb_pixelmap_alpha_resize() 306 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
|
| D | gx_utility_16bpp_pixelmap_resize.c | 122 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_16bpp_pixelmap_raw_resize() 125 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_16bpp_pixelmap_raw_resize() 302 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_16bpp_pixelmap_alpha_resize() 306 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_16bpp_pixelmap_alpha_resize()
|
| D | gx_utility_4444argb_pixelmap_rotate.c | 171 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_4444argb_pixelmap_rotate() 172 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4444argb_pixelmap_rotate() 398 destination -> gx_pixelmap_data_size = (UINT)(width * height) * sizeof(USHORT); in _gx_utility_4444argb_pixelmap_simple_rotate() 399 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4444argb_pixelmap_simple_rotate()
|
| D | gx_utility_4444argb_pixelmap_resize.c | 121 destination -> gx_pixelmap_data_size = (UINT)(height * width) * sizeof(USHORT); in _gx_utility_4444argb_pixelmap_resize() 124 …> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_data_size); in _gx_utility_4444argb_pixelmap_resize()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_image_reader_start_no_output.c | 84 …eader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size, GX_COLOR_… in control_thread_entry() 89 …eader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size, GX_COLOR_… in control_thread_entry() 94 …eader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size, GX_COLOR_… in control_thread_entry() 99 …eader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size, GX_COLOR_… in control_thread_entry() 131 pixelmap->gx_pixelmap_data_size, in control_thread_entry()
|
| D | validation_guix_image_reader_pixel_write_callback_set_no_output.c | 63 map->gx_pixelmap_data_size, in control_thread_entry() 87 map->gx_pixelmap_data_size, in control_thread_entry()
|
| D | validation_guix_image_reader_colorspace_convert_4bpp.c | 99 pixelmap->gx_pixelmap_data_size, in test_png_jpeg_to_4bit_gray_convert() 112 pixelmap->gx_pixelmap_data_size, in test_png_jpeg_to_4bit_gray_convert()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/ |
| D | image_convert_screen.c | 30 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_4bit_gray_convert() 43 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_4bit_gray_convert()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_1bpp/ |
| D | image_convert_screen.c | 31 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_1bpp_convert() 44 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_1bpp_convert()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_4444argb/ |
| D | image_convert_screen.c | 31 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_4444argb_convert() 44 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_4444argb_convert()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_1555xrgb/ |
| D | image_convert_screen.c | 33 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_1555xrgb_convert() 46 pixelmap->gx_pixelmap_data_size, in png_jpeg_to_1555xrgb_convert()
|
| /GUIX-v6.2.1/test/example_internal/color_convert_32bpp/ |
| D | demo_guix_color_convert_32bpp.c | 101 pixelmap->gx_pixelmap_data_size, in pixelmap_draw() 141 pixelmap->gx_pixelmap_data_size, in alphamap_draw()
|
| /GUIX-v6.2.1/test/example_internal/color_convert_16bpp/ |
| D | demo_guix_color_convert_16bpp.c | 98 pixelmap->gx_pixelmap_data_size, in pixelmap_draw() 139 pixelmap->gx_pixelmap_data_size, in alphamap_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_3_fitness_screen.c | 34 ekg_map.gx_pixelmap_data_size = sizeof(ekg_map_data_buffer); in fitness_screen_initialize() 44 …EKG_MAP_WIDTH, EKG_MAP_HEIGHT, (GX_COLOR*)ekg_map.gx_pixelmap_data, ekg_map.gx_pixelmap_data_size); in fitness_screen_initialize()
|