Home
last modified time | relevance | path

Searched defs:distanceAtIndex (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp415 int distanceAtIndex = rd * rd + gd * gd + bd * bd; in IndexForColor() local
426 int distanceAtIndex = rd * rd + gd * gd + bd * bd; in IndexForColor() local
437 int distanceAtIndex = rd * rd + gd * gd + bd * bd; in IndexForColor() local