Home
last modified time | relevance | path

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

/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dimage.c412 int hascolorkey, Uint32 colorkey, in tostring_surf_32bpp() argument
441 && !hascolorkey /* No color key */ in tostring_surf_32bpp()
478 hascolorkey in tostring_surf_32bpp()
499 int hascolorkey; in image_tostring() local
520 hascolorkey = (SDL_GetColorKey(surf, &colorkey) == 0); in image_tostring()
613 hascolorkey = 0; in image_tostring()
649 hascolorkey in image_tostring()
673 hascolorkey in image_tostring()
690 hascolorkey = 0; in image_tostring()
765 hascolorkey = 0; in image_tostring()
[all …]