HomeSort by relevance Sort by last modified time
    Searched full:best_distance_squared (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
color_analysis.cc 189 int best_distance_squared = kint32max; local
204 if (distance_squared < best_distance_squared) {
205 best_distance_squared = distance_squared;

Completed in 301 milliseconds