Home
last modified time | relevance | path

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

/dports/games/golly/golly-3.3-src/Scripts/Python/glife/
H A DRuleTree.py317 thisRGB = (R,G,B)
319 if thisRGB == RGB: break
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxcontrol.cpp1920 unsigned long thisRGB = wxImageHistogram::MakeKey(R,G,B); in CreateXPM() local
1922 if (thisRGB == entry->first) break; in CreateXPM()
/dports/x11/xterm/xterm-370/
H A Dmisc.c2848 double diff, thisRGB = 0.0; in allocateClosestRGB() local
2860 thisRGB += diff * diff in allocateClosestRGB()
2866 if (first || (thisRGB < bestRGB)) { in allocateClosestRGB()
2869 bestRGB = thisRGB; in allocateClosestRGB()