Searched refs:nIndexInpage (Results 1 – 1 of 1) sorted by relevance
2285 int32_t nIndexInpage = nCaret - pPage->GetCharStart(); in GetCaretRect() local2286 if (bBefore && bCombText && nIndexInpage > 0) { in GetCaretRect()2287 nIndexInpage--; in GetCaretRect()2290 int32_t nBIDILevel = pPage->GetCharRect(nIndexInpage, rtCaret, bCombText); in GetCaretRect()