Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp2285 int32_t nIndexInpage = nCaret - pPage->GetCharStart(); in GetCaretRect() local
2286 if (bBefore && bCombText && nIndexInpage > 0) { in GetCaretRect()
2287 nIndexInpage--; in GetCaretRect()
2290 int32_t nBIDILevel = pPage->GetCharRect(nIndexInpage, rtCaret, bCombText); in GetCaretRect()