Home
last modified time | relevance | path

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

/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXVisual.cpp258 FXuint bestmatchr,bestmatchg,bestmatchb; in setupdirectcolor() local
331 for(mindist=1.0E10,bestmatchr=0,j=0; j<mapsize; j++){ in setupdirectcolor()
333 if(dist<mindist){ bestmatchr=j; mindist=dist; if(mindist==0.0) break; } in setupdirectcolor()
349 color.red=table[bestmatchr].red; in setupdirectcolor()
358 color.red=table[bestmatchr].red; in setupdirectcolor()
361 …color.pixel=(table[bestmatchr].pixel&redmask) | (table[bestmatchg].pixel&greenmask) | (table[bestm… in setupdirectcolor()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXVisual.cpp363 FXuint bestmatchr,bestmatchg,bestmatchb,gottable,allocedcolor; in setupdirectcolor() local
435 for(mindist=2147483647,bestmatchr=0,j=0; j<mapsize; j++){ in setupdirectcolor()
437 if(dist<mindist){ bestmatchr=j; mindist=dist; if(mindist==0) break; } in setupdirectcolor()
453 color.red=table[bestmatchr].red; in setupdirectcolor()
462 color.red=table[bestmatchr].red; in setupdirectcolor()
465 …color.pixel=(table[bestmatchr].pixel&redmask) | (table[bestmatchg].pixel&greenmask) | (table[bestm… in setupdirectcolor()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXVisual.cpp258 register FXuint bestmatchr,bestmatchg,bestmatchb; in setupdirectcolor() local
331 for(mindist=1.0E10,bestmatchr=0,j=0; j<mapsize; j++){ in setupdirectcolor()
333 if(dist<mindist){ bestmatchr=j; mindist=dist; if(mindist==0.0) break; } in setupdirectcolor()
349 color.red=table[bestmatchr].red; in setupdirectcolor()
358 color.red=table[bestmatchr].red; in setupdirectcolor()
361 …color.pixel=(table[bestmatchr].pixel&redmask) | (table[bestmatchg].pixel&greenmask) | (table[bestm… in setupdirectcolor()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXVisual.cpp261 register FXuint bestmatchr,bestmatchg,bestmatchb; in setupdirectcolor() local
338 for(mindist=1.0E10,bestmatchr=0,j=0; j<mapsize; j++){ in setupdirectcolor()
340 if(dist<mindist){ bestmatchr=j; mindist=dist; if(mindist==0.0) break; } in setupdirectcolor()
356 color.red=table[bestmatchr].red; in setupdirectcolor()
365 color.red=table[bestmatchr].red; in setupdirectcolor()
368 …color.pixel=(table[bestmatchr].pixel&redmask) | (table[bestmatchg].pixel&greenmask) | (table[bestm… in setupdirectcolor()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXVisual.cpp365 FXuint bestmatchr,bestmatchg,bestmatchb,gottable,allocedcolor; in setupdirectcolor() local
437 for(mindist=2147483647,bestmatchr=0,j=0; j<mapsize; j++){ in setupdirectcolor()
439 if(dist<mindist){ bestmatchr=j; mindist=dist; if(mindist==0) break; } in setupdirectcolor()
455 color.red=table[bestmatchr].red; in setupdirectcolor()
464 color.red=table[bestmatchr].red; in setupdirectcolor()
467 …color.pixel=(table[bestmatchr].pixel&redmask) | (table[bestmatchg].pixel&greenmask) | (table[bestm… in setupdirectcolor()