Home
last modified time | relevance | path

Searched refs:gx_pixelmap_aux_data_size (Results 1 – 25 of 35) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_image_reader_start.c213 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()
Dgx_utility_565rgb_pixelmap_rotate.c177 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()
Dgx_utility_332rgb_pixelmap_rotate.c175 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()
Dgx_utility_4bpp_pixelmap_rotate.c176 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()
Dgx_utility_4bpp_pixelmap_resize.c267 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()
Dgx_utility_1555xrgb_pixelmap_rotate.c178 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()
Dgx_utility_alphamap_create.c102 map -> gx_pixelmap_aux_data_size = 0; in _gx_utility_alphamap_create()
Dgx_image_reader_pixel_read_callback_set.c1611 …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()
Dgx_image_reader_pixel_write_callback_set.c1486 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()
Dgx_utility_8bpp_pixelmap_resize.c237 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()
Dgx_utility_1555xrgb_pixelmap_resize.c303 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()
Dgx_utility_16bpp_pixelmap_resize.c303 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()
Dgx_display_driver_generic_rotated_circle_fill.c129 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_circle_fill()
Dgx_display_driver_generic_circle_fill.c155 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_circle_fill()
Dgx_display_driver_generic_ellipse_fill.c169 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_ellipse_fill()
Dgx_display_driver_generic_rotated_ellipse_fill.c143 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_ellipse_fill()
Dgx_image_reader_png_decode.c2287 … 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()
Dgx_display_driver_generic_simple_pie_fill.c177 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_simple_pie_fill()
Dgx_display_driver_generic_arc_fill.c186 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_arc_fill()
Dgx_display_driver_generic_polygon_fill.c786 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_polygon_fill()
Dgx_display_driver_generic_rotated_arc_fill.c159 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_arc_fill()
Dgx_display_driver_generic_rotated_pie_fill.c154 if (pixelmap -> gx_pixelmap_aux_data_size) in _gx_display_driver_generic_rotated_simple_pie_fill()
/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp224 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 …]
Dresource_gen.cpp3776 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 …]
Dbinary_resource_gen.cpp2105 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()

12