HomeSort by relevance Sort by last modified time
    Searched defs:nCaret (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 241 int32_t nCaret = 0;
245 nCaret = m_nPageStart + pPiece->nStart;
252 nCaret = m_nPageStart + pPiece->nStart + j;
253 if (nCaret >= m_pEditEngine->GetTextBufLength()) {
257 FX_WCHAR wChar = m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret);
260 if (m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret - 1) ==
262 nCaret--;
266 return nCaret;
275 return nCaret;
281 return nCaret;
    [all...]
fde_txtedtengine.cpp 446 int32_t nCaret;
450 nCaret, bBefore);
482 int32_t nNewCaret = nBgn + nCaret;
493 SetCaretPos(nBgn + nCaret, bBefore);
681 int32_t nCaret = 0;
683 pField->Delete(nCaretInField, nCount, wsDel, nCaret, bBefore);
684 nCaret += nBgn;
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 742 int32_t nCaret = m_pEdtEngine->GetCaretPos();
744 m_pEdtEngine->Insert(nCaret, wsPaste.c_str(), wsPaste.GetLength());
    [all...]

Completed in 606 milliseconds