| /GUIX-v6.2.1/common/src/ |
| D | gx_image_reader_start.c | 213 outmap -> gx_pixelmap_aux_data_size = 0; in _gx_image_reader_pixelmap_info_set() 244 …outmap -> gx_pixelmap_aux_data_size = (ULONG)(outmap -> gx_pixelmap_width * outmap -> gx_pixelmap_… in _gx_image_reader_pixelmap_info_set() 267 …outmap -> gx_pixelmap_aux_data_size = (ULONG)(((outmap -> gx_pixelmap_width + 7) >> 3) * outmap ->… in _gx_image_reader_pixelmap_info_set() 444 tempmap.gx_pixelmap_aux_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() 461 outmap -> gx_pixelmap_aux_data_size = compressed_aux_size; in _gx_image_reader_start()
|
| D | gx_utility_565rgb_pixelmap_rotate.c | 177 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_565rgb_pixelmap_raw_rotate() 178 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_565rgb_pixelmap_raw_rotate() 462 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_565rgb_pixelmap_alpha_rotate() 463 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_565rgb_pixelmap_alpha_rotate() 872 destination -> gx_pixelmap_aux_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_565rgb_pixelmap_simple_alpha_rotate() 873 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_565rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_332rgb_pixelmap_rotate.c | 175 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_raw_rotate() 176 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_332rgb_pixelmap_raw_rotate() 459 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_alpha_rotate() 460 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_332rgb_pixelmap_alpha_rotate() 870 destination -> gx_pixelmap_aux_data_size = (UINT)(width * height) * sizeof(GX_UBYTE); in _gx_utility_332rgb_pixelmap_simple_alpha_rotate() 871 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_332rgb_pixelmap_simple_alpha_rotate()
|
| D | gx_utility_4bpp_pixelmap_rotate.c | 176 destination -> gx_pixelmap_aux_data_size = (UINT)(putauxstride * height) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_rotate() 179 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_4bpp_pixelmap_rotate() 589 destination -> gx_pixelmap_aux_data_size = (UINT)(putauxstride * height) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_simple_transparent_rotate() 590 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_4bpp_pixelmap_simple_transparent_rotate()
|
| D | gx_utility_4bpp_pixelmap_resize.c | 267 destination -> gx_pixelmap_aux_data_size = (UINT)(height * putauxstride) * sizeof(GX_UBYTE); in _gx_utility_4bpp_pixelmap_transparent_resize() 268 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_4bpp_pixelmap_transparent_resize()
|
| D | gx_utility_1555xrgb_pixelmap_rotate.c | 178 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 179 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_1555xrgb_pixelmap_raw_rotate() 465 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_1555xrgb_pixelmap_alpha_rotate() 466 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_1555xrgb_pixelmap_alpha_rotate()
|
| D | gx_utility_alphamap_create.c | 102 map -> gx_pixelmap_aux_data_size = 0; in _gx_utility_alphamap_create()
|
| D | gx_image_reader_pixel_read_callback_set.c | 1611 …image_reader -> gx_image_reader_png_palette_size = inmap -> gx_pixelmap_aux_data_size / sizeof(GX_… in _gx_image_reader_pixel_read_callback_set() 1621 …image_reader -> gx_image_reader_png_palette_size = inmap -> gx_pixelmap_aux_data_size / sizeof(GX_… in _gx_image_reader_pixel_read_callback_set() 1631 …image_reader -> gx_image_reader_png_palette_size = inmap -> gx_pixelmap_aux_data_size / sizeof(GX_… in _gx_image_reader_pixel_read_callback_set() 1642 …image_reader -> gx_image_reader_png_palette_size = inmap -> gx_pixelmap_aux_data_size / sizeof(GX_… in _gx_image_reader_pixel_read_callback_set()
|
| D | gx_image_reader_pixel_write_callback_set.c | 1486 if (outmap -> gx_pixelmap_aux_data_size) in _gx_image_reader_pixel_write_callback_set() 1488 …x_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(outmap -> gx_pixelmap_aux_data_size); in _gx_image_reader_pixel_write_callback_set() 1497 memset((void *)outmap -> gx_pixelmap_aux_data, 0, outmap -> gx_pixelmap_aux_data_size); in _gx_image_reader_pixel_write_callback_set()
|
| D | gx_utility_8bpp_pixelmap_resize.c | 237 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_8bpp_pixelmap_alpha_resize() 247 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_8bpp_pixelmap_alpha_resize()
|
| D | gx_utility_1555xrgb_pixelmap_resize.c | 303 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_1555xrgb_pixelmap_alpha_resize() 313 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_1555xrgb_pixelmap_alpha_resize()
|
| D | gx_utility_16bpp_pixelmap_resize.c | 303 destination -> gx_pixelmap_aux_data_size = (UINT)(height * width) * sizeof(GX_UBYTE); in _gx_utility_16bpp_pixelmap_alpha_resize() 313 …elmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(destination -> gx_pixelmap_aux_data_size); in _gx_utility_16bpp_pixelmap_alpha_resize()
|
| D | gx_display_driver_generic_rotated_circle_fill.c | 129 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_circle_fill()
|
| D | gx_display_driver_generic_circle_fill.c | 155 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_circle_fill()
|
| D | gx_display_driver_generic_ellipse_fill.c | 169 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_ellipse_fill()
|
| D | gx_display_driver_generic_rotated_ellipse_fill.c | 143 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_ellipse_fill()
|
| D | gx_image_reader_png_decode.c | 2287 … outmap -> gx_pixelmap_aux_data_size = (ULONG)(png.gx_png_palette_table_size) * sizeof(GX_COLOR); in _gx_image_reader_png_decode() 2288 …x_pixelmap_aux_data = (GX_UBYTE *)_gx_system_memory_allocator(outmap -> gx_pixelmap_aux_data_size); in _gx_image_reader_png_decode() 2295 …ap -> gx_pixelmap_aux_data, png.gx_png_palette_table, outmap -> gx_pixelmap_aux_data_size); /* Use… in _gx_image_reader_png_decode()
|
| D | gx_display_driver_generic_simple_pie_fill.c | 177 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_simple_pie_fill()
|
| D | gx_display_driver_generic_arc_fill.c | 186 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_arc_fill()
|
| D | gx_display_driver_generic_polygon_fill.c | 786 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_polygon_fill()
|
| D | gx_display_driver_generic_rotated_arc_fill.c | 159 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_arc_fill()
|
| D | gx_display_driver_generic_rotated_pie_fill.c | 154 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_simple_pie_fill()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | image_reader.cpp | 224 newmap->gx_pixelmap_aux_data_size = 0; in ResizeImage() 244 src->gx_pixelmap_aux_data_size) in ResizeImage() 249 newmap->gx_pixelmap_aux_data_size = aux_data_size; in ResizeImage() 255 src->gx_pixelmap_aux_data_size) in ResizeImage() 258 newmap->gx_pixelmap_aux_data = new GX_UBYTE[src->gx_pixelmap_aux_data_size]; in ResizeImage() 259 …wmap->gx_pixelmap_aux_data), src->gx_pixelmap_aux_data_size, src->gx_pixelmap_aux_data, src->gx_pi… in ResizeImage() 260 newmap->gx_pixelmap_aux_data_size = src->gx_pixelmap_aux_data_size; in ResizeImage() 276 newmap->gx_pixelmap_aux_data_size = aux_data_size; in ResizeImage() 588 map->gx_pixelmap_aux_data_size = 0; in FinalizeImage() 632 map->gx_pixelmap_aux_data_size = aux_data_size; in FinalizeImage() [all …]
|
| D | resource_gen.cpp | 3776 if(m_map -> gx_pixelmap_aux_data_size) in WritePixelmapStructure() 3958 temp_map.gx_pixelmap_aux_data_size = 0; in WriteRawPixelmap() 4199 private_palette.total_size = map->gx_pixelmap_aux_data_size / sizeof(GX_COLOR); in RotatePixelmap() 4201 …ate_palette.palette, (GX_COLOR*)map->gx_pixelmap_aux_data, map->gx_pixelmap_aux_data_size); /* Use… in RotatePixelmap() 4362 WritePalette(m_map->gx_pixelmap_aux_data_size / 4, in WritePixelmapData() 4372 WritePalette(m_map->gx_pixelmap_aux_data_size / 4, in WritePixelmapData() 4755 UpperDisplayName(), m_ThemeName.MakeUpper(), name, m_map->gx_pixelmap_aux_data_size); in WriteUcharAuxData() 4763 for(unsigned int i = 0; i < m_map->gx_pixelmap_aux_data_size; i++) in WriteUcharAuxData() 4767 if (i != (m_map->gx_pixelmap_aux_data_size - 1)) in WriteUcharAuxData() 4795 UpperDisplayName(), m_ThemeName.MakeUpper(), name, m_map->gx_pixelmap_aux_data_size / 4); in WriteUintAuxData() [all …]
|
| D | binary_resource_gen.cpp | 2105 header.gx_pixelmap_header_aux_data_size = map->gx_pixelmap_aux_data_size; in WritePixelmapBlock() 2106 … header.gx_pixelmap_header_data_size = map->gx_pixelmap_data_size + map->gx_pixelmap_aux_data_size; in WritePixelmapBlock() 2175 WriteDataOut(map->gx_pixelmap_aux_data, map->gx_pixelmap_aux_data_size); in WritePixelmapBlock() 2742 data_size += map->gx_pixelmap_aux_data_size; in GetOnePixelmapDataSize() 2744 written_size += map->gx_pixelmap_aux_data_size; in GetOnePixelmapDataSize()
|