Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibextra.c1078 static Nlm_Int2 stColorCurCustom; variable
1292 y = stColorCurCustom / 8; in Nlm_CustomColorDraw()
1293 x = stColorCurCustom - y*8; in Nlm_CustomColorDraw()
1551 theCustomColors[stColorCurCustom].red = (Nlm_Uint1)stColorRGB[0]; in Nlm_SaveCustomColor()
1552 theCustomColors[stColorCurCustom].green = (Nlm_Uint1)stColorRGB[1]; in Nlm_SaveCustomColor()
1553 theCustomColors[stColorCurCustom].blue = (Nlm_Uint1)stColorRGB[2]; in Nlm_SaveCustomColor()
1697 y = stColorCurCustom / 8; in Nlm_CustomColorClick()
1698 x = stColorCurCustom - y*8; in Nlm_CustomColorClick()
1704 stColorCurCustom = colorNum; in Nlm_CustomColorClick()