Home
last modified time | relevance | path

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

/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dimage.c54 #define NOFLASH_COLORS 256 macro
142 static XColor xcolor_private[NOFLASH_COLORS]; in Image_to_Pixmap()
143 static int colorcell_used[NOFLASH_COLORS]; in Image_to_Pixmap()
301 (Pixel *)checked_malloc(sizeof(Pixel) * NOFLASH_COLORS); in Image_to_Pixmap()
302 for (i=0; i<NOFLASH_COLORS; i++) in Image_to_Pixmap()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dimage.c61 #define NOFLASH_COLORS 256 macro
228 static XColor xcolor_private[NOFLASH_COLORS]; in Image_to_Pixmap()
229 static int colorcell_used[NOFLASH_COLORS]; in Image_to_Pixmap()
399 (Pixel *)checked_malloc(sizeof(Pixel) * NOFLASH_COLORS); in Image_to_Pixmap()
400 for (i = 0; i < NOFLASH_COLORS; i++) in Image_to_Pixmap()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dimage.c61 #define NOFLASH_COLORS 256 macro
228 static XColor xcolor_private[NOFLASH_COLORS]; in Image_to_Pixmap()
229 static int colorcell_used[NOFLASH_COLORS]; in Image_to_Pixmap()
399 (Pixel *)checked_malloc(sizeof(Pixel) * NOFLASH_COLORS); in Image_to_Pixmap()
400 for (i = 0; i < NOFLASH_COLORS; i++) in Image_to_Pixmap()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dimage.c61 #define NOFLASH_COLORS 256 macro
228 static XColor xcolor_private[NOFLASH_COLORS]; in Image_to_Pixmap()
229 static int colorcell_used[NOFLASH_COLORS]; in Image_to_Pixmap()
399 (Pixel *)checked_malloc(sizeof(Pixel) * NOFLASH_COLORS); in Image_to_Pixmap()
400 for (i = 0; i < NOFLASH_COLORS; i++) in Image_to_Pixmap()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dimage.c61 #define NOFLASH_COLORS 256 macro
228 static XColor xcolor_private[NOFLASH_COLORS]; in Image_to_Pixmap()
229 static int colorcell_used[NOFLASH_COLORS]; in Image_to_Pixmap()
399 (Pixel *)checked_malloc(sizeof(Pixel) * NOFLASH_COLORS); in Image_to_Pixmap()
400 for (i = 0; i < NOFLASH_COLORS; i++) in Image_to_Pixmap()
/dports/graphics/xli/xli-2006-11-10/
H A Dsend.c17 #define NOFLASH_COLORS 256 macro
339 xii->index= (Pixel *)lmalloc(sizeof(Pixel) * (image->rgb.used+NOFLASH_COLORS)); in imageToXImage()
538 for(c=0; c < NOFLASH_COLORS; c++) { in imageToXImage()