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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 551 int minDist = Integer.MAX_VALUE;
555 if (sTempClosests[i] != null && sTempMinDists[i] < minDist) {
557 minDist = sTempMinDists[i];
724 int minDist = Integer.MAX_VALUE;
754 if (d < minDist) {
755 minDist = d;
  /external/jpeg/
jquant2.c 640 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
662 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ local
682 * We save the minimum distance for each color in mindist[];
756 mindist[i] = min_dist; /* save away the results */
767 if (mindist[i] <= minmaxdist)
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1076 float mindist = Float.MAX_VALUE; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 1311 int mindist = 0x7fffffff; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]
  /external/webkit/WebCore/rendering/
RenderBox.cpp     [all...]

Completed in 297 milliseconds