Home
last modified time | relevance | path

Searched refs:temp_map (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c77 GX_PIXELMAP temp_map = *pixelmap; in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend() local
99 GX_SWAP_VALS(temp_map.gx_pixelmap_height, temp_map.gx_pixelmap_width); in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend()
100 … _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend(context, xpos, ypos, &temp_map, alpha); in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend()
Dgx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c80 GX_PIXELMAP temp_map = *pixelmap; in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw() local
102 GX_SWAP_VALS(temp_map.gx_pixelmap_height, temp_map.gx_pixelmap_width); in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw()
103 _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw(context, xpos, ypos, &temp_map); in _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw()
/GUIX-v6.2.1/guix_studio/
Dresource_gen.cpp3953 GX_PIXELMAP temp_map; in WriteRawPixelmap() local
3956 temp_map = (*old_map); in WriteRawPixelmap()
3957 temp_map.gx_pixelmap_aux_data = GX_NULL; in WriteRawPixelmap()
3958 temp_map.gx_pixelmap_aux_data_size = 0; in WriteRawPixelmap()
3959 temp_map.gx_pixelmap_data_size = total_data_size; in WriteRawPixelmap()
3960 temp_map.gx_pixelmap_flags |= GX_PIXELMAP_RAW_FORMAT; in WriteRawPixelmap()
3961 m_map = &temp_map; in WriteRawPixelmap()