Home | History | Annotate | Download | only in text

Lines Matching defs:here

511                     // max is negative here
1067 int here = min + dirs.mDirections[i];
1068 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK);
1073 int high = there - 1 + 1, low = here + 1 - 1, guess;
1085 if (low < here + 1)
1086 low = here + 1;
1109 float dist = Math.abs(getPrimaryHorizontal(here) - horiz);
1113 best = here;
1389 int here = linestart + dirs.mDirections[i];
1390 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK);
1395 if (start <= there && end >= here) {
1396 int st = Math.max(start, here);