Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp359 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex() local
361 if( mid->ccode < c ) in FindGlyphIndex()
363 first = mid + 1; in FindGlyphIndex()
365 else if( c < mid->ccode ) in FindGlyphIndex()
367 last = mid - 1; in FindGlyphIndex()
371 index = mid->index; in FindGlyphIndex()