Home
last modified time | relevance | path

Searched refs:gx_pixelmap_data_size (Results 1 – 25 of 77) sorted by relevance

1234

/GUIX-v6.2.1/common/src/
Dgx_image_reader_start.c212 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 …]
Dgx_utility_1bpp_pixelmap_resize.c114 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()
Dgx_utility_8bpp_pixelmap_resize.c118 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()
Dgx_utility_4bpp_pixelmap_resize.c115 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()
Dgx_utility_8bpp_pixelmap_rotate.c153 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()
Dgx_utility_1bpp_pixelmap_rotate.c161 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()
Dgx_utility_32argb_pixelmap_resize.c123 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()
Dgx_utility_4bpp_pixelmap_rotate.c164 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()
Dgx_utility_565rgb_pixelmap_rotate.c167 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()
Dgx_utility_332rgb_pixelmap_rotate.c165 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()
Dgx_utility_32argb_pixelmap_rotate.c168 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()
Dgx_utility_1555xrgb_pixelmap_resize.c122 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()
Dgx_utility_16bpp_pixelmap_resize.c122 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()
Dgx_utility_4444argb_pixelmap_rotate.c171 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()
Dgx_utility_4444argb_pixelmap_resize.c121 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/
Dvalidation_guix_image_reader_start_no_output.c84 …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()
Dvalidation_guix_image_reader_pixel_write_callback_set_no_output.c63 map->gx_pixelmap_data_size, in control_thread_entry()
87 map->gx_pixelmap_data_size, in control_thread_entry()
Dvalidation_guix_image_reader_colorspace_convert_4bpp.c99 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/
Dimage_convert_screen.c30 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/
Dimage_convert_screen.c31 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/
Dimage_convert_screen.c31 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/
Dimage_convert_screen.c33 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/
Ddemo_guix_color_convert_32bpp.c101 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/
Ddemo_guix_color_convert_16bpp.c98 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/
Dpage_3_fitness_screen.c34 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()

1234