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

  /external/jpeg/
jquant2.c 776 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[])
779 * Return the indexes of the closest entries in the bestcolor[] array.
787 JSAMPLE * cptr; /* pointer into bestcolor[] array */
826 cptr = bestcolor;
864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */
870 JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 466 int bestColor = 0xff000000;
488 bestColor = rgb;
493 return bestColor;

Completed in 469 milliseconds