Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedtpage.cpp81 int32_t nBgn = 0; in GetCharIndex() local
89 nBgn = nEnd = i; in GetCharIndex()
104 for (i = nBgn; i <= nEnd; i++) { in GetCharIndex()
Dcfde_txtedtengine.cpp1196 int32_t nBgn = 0; in TextPos2ParagPos() local
1199 while (nEnd > nBgn) { in TextPos2ParagPos()
1200 nMid = (nBgn + nEnd) / 2; in TextPos2ParagPos()
1205 nBgn = nMid + 1; in TextPos2ParagPos()
1209 if (nBgn == nEnd) in TextPos2ParagPos()
1210 nMid = nBgn; in TextPos2ParagPos()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp542 int32_t nBgn = std::max(nCharStart, nPageCharStart); in DrawContent() local
544 pPage->CalcRangeRectArray(nBgn - nPageCharStart, nEnd - nBgn + 1, in DrawContent()