Home
last modified time | relevance | path

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

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