Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c424 INT32 dist0, dist1, dist2; in update_box() local
522 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; in update_box()
524 boxp->volume = dist0 * dist0 + dist1 * dist1 + dist2 * dist2; in update_box()
995 INT32 dist0, dist1; /* initial distance values */ in find_best_colors() local
1043 dist1 = dist0; in find_best_colors()
1047 dist2 = dist1; in find_best_colors()
1061 dist1 += xx1; in find_best_colors()

Completed in 10 milliseconds