Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dcolmatch.cpp9 static char colhere[((FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)+7)>>3]; variable
38 Bmemset(colhere,0,sizeof(colhere)); in paletteInitClosestColorMap()
49 if (colhere[j>>3]&pow2char(j&7)) colnext[i] = colhead[j]; else colnext[i] = -1; in paletteInitClosestColorMap()
51 colhere[j>>3] |= pow2char(j&7); in paletteInitClosestColorMap()
157 if ((colhere[i>>3]&pow2char(i&7)) == 0) in paletteGetClosestColorWithBlacklistNoCache()
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dtranspal.c21 static unsigned char colhere[((FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2))>>3]; variable
49 i = colscan[k]+j; if ((colhere[i>>3]&(1<<(i&7))) == 0) continue; in getclosestcol()
129 memset(colhere,0,sizeof(colhere)); in initfastcolorlookup()
136 if (colhere[j>>3]&(1<<(j&7))) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
138 colhere[j>>3] |= (1<<(j&7)); in initfastcolorlookup()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C193 static char colhere[((FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2))>>3]; variable
7021 clearbufbyte(FP_OFF(colhere),sizeof(colhere),0L); in initfastcolorlookup()
7028 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
7030 colhere[j>>3] |= pow2char[j&7]; in initfastcolorlookup()
7056 i = colscan[k]+j; if ((colhere[i>>3]&pow2char[i&7]) == 0) continue; in getclosestcol()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C192 static char colhere[((FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2))>>3]; variable
7061 clearbufbyte(FP_OFF(colhere),sizeof(colhere),0L); in initfastcolorlookup()
7068 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
7070 colhere[j>>3] |= pow2char[j&7]; in initfastcolorlookup()
7096 i = colscan[k]+j; if ((colhere[i>>3]&pow2char[i&7]) == 0) continue; in getclosestcol()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c499 static unsigned char colhere[((FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2)*(FASTPALGRIDSIZ+2))>>3]; variable
4944 Bmemset(colhere,0,sizeof(colhere)); in initfastcolorlookup()
4951 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
4953 colhere[j>>3] |= pow2char[j&7]; in initfastcolorlookup()
5047 i = colscan[k]+j; if ((colhere[i>>3]&pow2char[i&7]) == 0) continue; in getclosestcol()