Searched refs:closest (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkColor.c92 * closest color from those that are available in the colormap.
259 * indicates the closest red, blue, and green intensities available
530 * up, this procedure is called to find and allocate the closest
535 * with information about the closest available color in tkwin's
551 * pixel for closest available
556 int i, closest, numFound;
608 closest = 0;
624 closest = i;
629 &stressPtr->colorPtr[closest]) != 0) {
630 *actualColorPtr = stressPtr->colorPtr[closest];
549 int i, closest, numFound; local
[all...]
/ast/src/lib/libtk/library/
H A Dtkfbox.tcl360 tkIconList_Select $w [$data(canvas) find closest \

Completed in 13 milliseconds