Home
last modified time | relevance | path

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

/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dimage.c413 char *serialized_image, in tostring_surf_32bpp() argument
460 tostring_surf_32bpp_sse42(surf, flipped, serialized_image, in tostring_surf_32bpp()
471 serialized_image[color_offset + 0] = in tostring_surf_32bpp()
473 serialized_image[color_offset + 1] = in tostring_surf_32bpp()
475 serialized_image[color_offset + 2] = in tostring_surf_32bpp()
477 serialized_image[alpha_offset] = in tostring_surf_32bpp()
483 serialized_image += 4; in tostring_surf_32bpp()