Home | History | Annotate | Download | only in gfx

Lines Matching refs:hi

493   size_t hi = text.length() - 1;
495 for (guess = (lo + hi) / 2; lo <= hi; guess = (lo + hi) / 2) {
507 hi = guess - 1;