Searched refs:nBestGuess (Results 1 – 1 of 1) sorted by relevance
455 CFIndex nBestGuess = (nCharExtra >= 0) ? 0 : mnCharCount; in GetTextBreak() local459 const long nTargetWidth = nMaxWidth - nBestGuess * nCharExtra; in GetTextBreak()469 nBestGuess = nNewIndex; in GetTextBreak()470 if( nBestGuess == nNewIndex ) in GetTextBreak()473 CFIndex nNewGuess = (nNewIndex + nBestGuess + 1) / 2; in GetTextBreak()474 if( nNewGuess == nBestGuess ) in GetTextBreak()475 nNewGuess += (nNewIndex > nBestGuess) ? +1 : -1; in GetTextBreak()476 nBestGuess = nNewGuess; in GetTextBreak()481 const int nIndex = nBestGuess + mnMinCharPos; in GetTextBreak()
Completed in 18 milliseconds