Home
last modified time | relevance | path

Searched refs:gx_pixelmap_data (Results 1 – 25 of 269) sorted by relevance

1234567891011

/GUIX-v6.2.1/common/src/
Dgx_utility_1bpp_pixelmap_rotate.c163 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_rotate()
165 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1bpp_pixelmap_rotate()
170 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_rotate()
193 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_rotate()
310 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
312 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
319 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
327 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
362 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
372 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_simple_raw_rotate()
[all …]
Dgx_utility_4bpp_pixelmap_rotate.c167 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_rotate()
169 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4bpp_pixelmap_rotate()
183 _gx_system_memory_free((void *)destination -> gx_pixelmap_data); in _gx_utility_4bpp_pixelmap_rotate()
187 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_rotate()
229 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_rotate()
346 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_simple_raw_rotate()
348 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4bpp_pixelmap_simple_raw_rotate()
355 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_simple_raw_rotate()
363 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_simple_raw_rotate()
400 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_simple_raw_rotate()
[all …]
Dgx_utility_8bpp_pixelmap_rotate.c156 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_rotate()
158 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_8bpp_pixelmap_rotate()
163 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_rotate()
182 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_rotate()
261 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_simple_rotate()
263 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_8bpp_pixelmap_simple_rotate()
270 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_simple_rotate()
276 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_simple_rotate()
297 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_simple_rotate()
303 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_simple_rotate()
[all …]
Dgx_utility_565rgb_pixelmap_rotate.c168 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_raw_rotate()
170 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_565rgb_pixelmap_raw_rotate()
187 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_565rgb_pixelmap_raw_rotate()
210 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_565rgb_pixelmap_raw_rotate()
223 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_565rgb_pixelmap_raw_rotate()
453 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_565rgb_pixelmap_alpha_rotate()
455 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_565rgb_pixelmap_alpha_rotate()
467 _gx_system_memory_free((VOID *)destination -> gx_pixelmap_data); in _gx_utility_565rgb_pixelmap_alpha_rotate()
472 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_565rgb_pixelmap_alpha_rotate()
499 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_565rgb_pixelmap_alpha_rotate()
[all …]
Dgx_utility_332rgb_pixelmap_rotate.c166 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_raw_rotate()
168 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_332rgb_pixelmap_raw_rotate()
185 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_332rgb_pixelmap_raw_rotate()
208 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_332rgb_pixelmap_raw_rotate()
221 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_332rgb_pixelmap_raw_rotate()
450 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_332rgb_pixelmap_alpha_rotate()
452 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_332rgb_pixelmap_alpha_rotate()
464 _gx_system_memory_free((VOID *)destination -> gx_pixelmap_data); in _gx_utility_332rgb_pixelmap_alpha_rotate()
469 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_332rgb_pixelmap_alpha_rotate()
493 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_332rgb_pixelmap_alpha_rotate()
[all …]
Dgx_utility_8bpp_pixelmap_resize.c121 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_raw_resize()
123 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_8bpp_pixelmap_raw_resize()
128 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_raw_resize()
138 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_raw_resize()
240 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bpp_pixelmap_alpha_resize()
242 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_8bpp_pixelmap_alpha_resize()
251 _gx_system_memory_free((void *)destination -> gx_pixelmap_data); in _gx_utility_8bpp_pixelmap_alpha_resize()
255 put = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_alpha_resize()
273 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_8bpp_pixelmap_alpha_resize()
520 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_8bit_alphamap_resize()
[all …]
Dgx_utility_4444argb_pixelmap_rotate.c172 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4444argb_pixelmap_rotate()
174 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4444argb_pixelmap_rotate()
179 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_rotate()
202 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_rotate()
217 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_rotate()
399 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4444argb_pixelmap_simple_rotate()
401 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4444argb_pixelmap_simple_rotate()
408 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_simple_rotate()
414 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_simple_rotate()
435 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_4444argb_pixelmap_simple_rotate()
[all …]
Dgx_utility_4bpp_pixelmap_resize.c118 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_raw_resize()
120 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4bpp_pixelmap_raw_resize()
125 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_raw_resize()
137 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_raw_resize()
258 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_4bpp_pixelmap_transparent_resize()
260 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_4bpp_pixelmap_transparent_resize()
272 _gx_system_memory_free((void *)destination -> gx_pixelmap_data); in _gx_utility_4bpp_pixelmap_transparent_resize()
276 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_transparent_resize()
308 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_4bpp_pixelmap_transparent_resize()
Dgx_utility_32argb_pixelmap_rotate.c169 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_32argb_pixelmap_raw_rotate()
171 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_32argb_pixelmap_raw_rotate()
176 put = (GX_COLOR *)destination -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_raw_rotate()
198 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_raw_rotate()
211 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_raw_rotate()
447 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_32argb_pixelmap_alpha_rotate()
449 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_32argb_pixelmap_alpha_rotate()
454 put = (GX_COLOR *)destination -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_alpha_rotate()
479 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_alpha_rotate()
490 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_alpha_rotate()
[all …]
Dgx_utility_1bpp_pixelmap_resize.c117 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_raw_resize()
119 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1bpp_pixelmap_raw_resize()
124 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_raw_resize()
136 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_raw_resize()
249 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1bpp_pixelmap_transparent_resize()
251 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1bpp_pixelmap_transparent_resize()
256 putrow = (GX_UBYTE *)destination -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_transparent_resize()
274 get = (GX_UBYTE *)src -> gx_pixelmap_data; in _gx_utility_1bpp_pixelmap_transparent_resize()
Dgx_utility_32argb_pixelmap_resize.c126 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_32argb_pixelmap_raw_resize()
128 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_32argb_pixelmap_raw_resize()
133 put = (GX_COLOR *)destination -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_raw_resize()
150 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_raw_resize()
301 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_32argb_pixelmap_alpha_resize()
303 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_32argb_pixelmap_alpha_resize()
308 put = (GX_COLOR *)destination -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_alpha_resize()
325 get = (GX_COLOR *)src -> gx_pixelmap_data; in _gx_utility_32argb_pixelmap_alpha_resize()
Dgx_utility_1555xrgb_pixelmap_resize.c125 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_raw_resize()
128 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1555xrgb_pixelmap_raw_resize()
133 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_raw_resize()
150 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_raw_resize()
306 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_alpha_resize()
308 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1555xrgb_pixelmap_alpha_resize()
317 _gx_system_memory_free((void *)destination -> gx_pixelmap_data); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
321 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_alpha_resize()
339 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_alpha_resize()
Dgx_utility_16bpp_pixelmap_resize.c125 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_16bpp_pixelmap_raw_resize()
128 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_16bpp_pixelmap_raw_resize()
133 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_16bpp_pixelmap_raw_resize()
150 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_16bpp_pixelmap_raw_resize()
306 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_16bpp_pixelmap_alpha_resize()
308 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_16bpp_pixelmap_alpha_resize()
317 _gx_system_memory_free((void *)destination -> gx_pixelmap_data); in _gx_utility_16bpp_pixelmap_alpha_resize()
321 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_16bpp_pixelmap_alpha_resize()
339 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_16bpp_pixelmap_alpha_resize()
Dgx_utility_1555xrgb_pixelmap_rotate.c169 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_raw_rotate()
171 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1555xrgb_pixelmap_raw_rotate()
183 _gx_system_memory_free((VOID *)destination -> gx_pixelmap_data); in _gx_utility_1555xrgb_pixelmap_raw_rotate()
188 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
214 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
227 get = (USHORT *)src -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_raw_rotate()
456 …destination -> gx_pixelmap_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelm… in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
458 if (destination -> gx_pixelmap_data == GX_NULL) in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
470 _gx_system_memory_free((VOID *)destination -> gx_pixelmap_data); in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
475 put = (USHORT *)destination -> gx_pixelmap_data; in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
[all …]
Dgx_image_reader_start.c418 _gx_system_memory_free((VOID *)srcmap.gx_pixelmap_data); in _gx_image_reader_start()
487 if (srcmap.gx_pixelmap_data) in _gx_image_reader_start()
489 _gx_system_memory_free((VOID *)srcmap.gx_pixelmap_data); in _gx_image_reader_start()
504 if (outmap -> gx_pixelmap_data) in _gx_image_reader_start()
506 _gx_system_memory_free((VOID *)outmap -> gx_pixelmap_data); in _gx_image_reader_start()
507 outmap -> gx_pixelmap_data = GX_NULL; in _gx_image_reader_start()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dimage_convert_screen.c29 pixelmap->gx_pixelmap_data, in png_jpeg_to_4bit_gray_convert()
42 pixelmap->gx_pixelmap_data, in png_jpeg_to_4bit_gray_convert()
57 if (png_to_4bit_gray_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
59 memory_free((VOID *)png_to_4bit_gray_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
60 png_to_4bit_gray_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
73 if (jpeg_to_4bit_gray_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
75 memory_free((VOID *)jpeg_to_4bit_gray_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
76 jpeg_to_4bit_gray_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
/GUIX-v6.2.1/test/example_internal/all_widgets_1bpp/
Dimage_convert_screen.c30 pixelmap->gx_pixelmap_data, in png_jpeg_to_1bpp_convert()
43 pixelmap->gx_pixelmap_data, in png_jpeg_to_1bpp_convert()
58 if (png_to_1bpp_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
60 memory_free((VOID *)png_to_1bpp_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
61 png_to_1bpp_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
74 if (jpeg_to_1bpp_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
76 memory_free((VOID *)jpeg_to_1bpp_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
77 jpeg_to_1bpp_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
/GUIX-v6.2.1/test/example_internal/all_widgets_4444argb/
Dimage_convert_screen.c30 pixelmap->gx_pixelmap_data, in png_jpeg_to_4444argb_convert()
43 pixelmap->gx_pixelmap_data, in png_jpeg_to_4444argb_convert()
58 if (png_to_4444argb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
60 memory_free((VOID *)png_to_4444argb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
61 png_to_4444argb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
74 if (jpeg_to_4444argb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
76 memory_free((VOID *)jpeg_to_4444argb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
77 jpeg_to_4444argb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
/GUIX-v6.2.1/test/example_internal/all_widgets_1555xrgb/
Dimage_convert_screen.c32 pixelmap->gx_pixelmap_data, in png_jpeg_to_1555xrgb_convert()
45 pixelmap->gx_pixelmap_data, in png_jpeg_to_1555xrgb_convert()
60 if (png_to_1555xrgb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
62 memory_free((VOID *)png_to_1555xrgb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
63 png_to_1555xrgb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
76 if (jpeg_to_1555xrgb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
78 memory_free((VOID *)jpeg_to_1555xrgb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
79 jpeg_to_1555xrgb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
/GUIX-v6.2.1/test/example_internal/color_convert_32bpp/
Ddemo_guix_color_convert_32bpp.c100 pixelmap->gx_pixelmap_data, in pixelmap_draw()
110 if (pic_outmap.gx_pixelmap_data) in pixelmap_draw()
112 _gx_system_memory_free((VOID *)pic_outmap.gx_pixelmap_data); in pixelmap_draw()
113 pic_outmap.gx_pixelmap_data = GX_NULL; in pixelmap_draw()
140 pixelmap->gx_pixelmap_data, in alphamap_draw()
150 if (alpha_outmap.gx_pixelmap_data) in alphamap_draw()
152 _gx_system_memory_free((VOID *)alpha_outmap.gx_pixelmap_data); in alphamap_draw()
153 alpha_outmap.gx_pixelmap_data = GX_NULL; in alphamap_draw()
/GUIX-v6.2.1/test/example_internal/color_convert_16bpp/
Ddemo_guix_color_convert_16bpp.c97 pixelmap->gx_pixelmap_data, in pixelmap_draw()
108 if (out_pixelmap.gx_pixelmap_data) in pixelmap_draw()
110 convert_memory_free((VOID *)out_pixelmap.gx_pixelmap_data); in pixelmap_draw()
111 out_pixelmap.gx_pixelmap_data = GX_NULL; in pixelmap_draw()
138 pixelmap->gx_pixelmap_data, in alphamap_draw()
149 if (out_alphamap.gx_pixelmap_data) in alphamap_draw()
151 convert_memory_free((VOID *)out_alphamap.gx_pixelmap_data); in alphamap_draw()
152 out_alphamap.gx_pixelmap_data = GX_NULL; in alphamap_draw()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_image_reader_start_no_output.c84 …gx_image_reader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size,… in control_thread_entry()
89 …gx_image_reader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size,… in control_thread_entry()
94 …gx_image_reader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size,… in control_thread_entry()
99 …gx_image_reader_create(&image_reader, pixelmap->gx_pixelmap_data, pixelmap->gx_pixelmap_data_size,… in control_thread_entry()
130 pixelmap->gx_pixelmap_data, in control_thread_entry()
Dvalidation_guix_image_reader_nearest_palette_color_get.c68 pixelmap->gx_pixelmap_data, in pixelmap_screen_draw()
79 if (out_pixelmap.gx_pixelmap_data) in pixelmap_screen_draw()
81 convert_memory_free((VOID *)out_pixelmap.gx_pixelmap_data); in pixelmap_screen_draw()
82 out_pixelmap.gx_pixelmap_data = GX_NULL; in pixelmap_screen_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_rotate_screen.c100 if (destination.gx_pixelmap_data) in test_pixelmap_draw()
102 dynamic_memory_free((VOID *)destination.gx_pixelmap_data); in test_pixelmap_draw()
119 if (destination.gx_pixelmap_data) in test_pixelmap_draw()
121 dynamic_memory_free((VOID *)destination.gx_pixelmap_data); in test_pixelmap_draw()
/GUIX-v6.2.1/samples/demo_guix_sprite/
Ddemo_guix_sprite.c74 scaled_map.gx_pixelmap_data = GX_NULL; in start_guix()
124 if (scaled_map.gx_pixelmap_data) in create_scaled_map()
126 resize_memory_free((VOID *)scaled_map.gx_pixelmap_data); in create_scaled_map()
127 scaled_map.gx_pixelmap_data = GX_NULL; in create_scaled_map()
192 if (scaled_map.gx_pixelmap_data) in MainWindowDraw()

1234567891011