Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dcommon.h64 MAP_GREY, enumerator
H A Dgame.cpp1192 else if( colour == MAP_GREY ) in remapLand()
1214 else if( colour == MAP_GREY ) in remapLand()
1236 else if( colour == MAP_GREY ) in remapLand()
1693 map_sq[MAP_GREY][0] = smallmap->copy(0, 132, 22, 22); in loadOldImages()
1694 map_sq[MAP_GREY][1] = smallmap->copy(192, 110, 22, 22); in loadOldImages()
1695 map_sq[MAP_GREY][2] = smallmap->copy(224, 110, 22, 22); in loadOldImages()
1696 map_sq[MAP_GREY][4] = smallmap->copy(128, 110, 22, 22); in loadOldImages()
1697 map_sq[MAP_GREY][5] = smallmap->copy(160, 110, 22, 22); in loadOldImages()
1698 map_sq[MAP_GREY][8] = smallmap->copy(288, 110, 22, 22); in loadOldImages()
1700 map_sq[MAP_GREY][12] = smallmap->copy(64, 110, 22, 22); in loadOldImages()
[all …]
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h990 MAP_GREY = 0, enumerator
H A Dmemory.c3911 if (how == MAP_GREY) for (i = 0; i < 256; i++ , map += 3) in mem_prepare_map()