Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c1228 unsigned long nInherit = N_DEF_COL; in Nlm_BusyColormap() local
1237 nInherit = toColor; in Nlm_BusyColormap()
1273 for (pixel = 0; pixel < nInherit; pixel++) in Nlm_BusyColormap()
1277 defColors, nInherit); in Nlm_BusyColormap()
1278 XStoreColors(Nlm_currentXDisplay, *cMap, defColors, nInherit); in Nlm_BusyColormap()
1284 for(pixel = nInherit; pixel < fromColor; pixel++) in Nlm_BusyColormap()
1286 pixels[pixel-nInherit] = pixel; in Nlm_BusyColormap()
1288 XFreeColors(Nlm_currentXDisplay, *cMap, pixels, fromColor-nInherit, 0); in Nlm_BusyColormap()