Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.cpp243 int32_t nInnerIndex = nIndex - FDE_FORMAT_EDIT_FIELD_HADERSIZE; in Insert()
277 int32_t nInnerIndex = nIndex - FDE_FORMAT_EDIT_FIELD_HADERSIZE; in Delete()
311 int32_t nInnerIndex = nIndex - FDE_FORMAT_EDIT_FIELD_HADERSIZE; in Replace()
349 int32_t nLength = wsField.GetLength() + FDE_FORMAT_EDIT_FIELD_HADERSIZE + in GetDisplayText()
362 FDE_FORMAT_EDIT_FIELD_HADERSIZE + FDE_FORMAT_EDIT_FIELD_TAILSIZE; in GetDisplayLength()
371 int32_t nInnerIndex = nIndex - FDE_FORMAT_EDIT_FIELD_HADERSIZE; in GetRealIndex()
390 nIndex -= FDE_FORMAT_EDIT_FIELD_HADERSIZE; in NormalizeCaretPos()
411 return nIndex + FDE_FORMAT_EDIT_FIELD_HADERSIZE; in NormalizeCaretPos()
415 nEnd = FDE_FORMAT_EDIT_FIELD_HADERSIZE + m_nLength; in GetEditableRange()
418 nBgn = FDE_FORMAT_EDIT_FIELD_HADERSIZE; in GetEditableRange()
[all …]
Dfde_txtedtblock.h19 #define FDE_FORMAT_EDIT_FIELD_HADERSIZE 3 macro
Dfde_txtedtengine.cpp1964 if (nIndex - nBgn < FDE_FORMAT_EDIT_FIELD_HADERSIZE) { in NormalizeCaretPos()
1973 nIndex = nBgn + FDE_FORMAT_EDIT_FIELD_HADERSIZE; in NormalizeCaretPos()
1993 nDelta = FDE_FORMAT_EDIT_FIELD_HADERSIZE - FDE_FORMAT_EDIT_FIELD_TAILSIZE; in NormalizeCaretPos()
1998 return pField->NormalizeCaretPos(FDE_FORMAT_EDIT_FIELD_HADERSIZE, in NormalizeCaretPos()
2022 FDE_FORMAT_EDIT_FIELD_HADERSIZE, FDE_FORMAT_CARET_FORWARD) + in NormalizeCaretPos()
2051 return pField->NormalizeCaretPos(FDE_FORMAT_EDIT_FIELD_HADERSIZE, in NormalizeCaretPos()
2225 int32_t nDelta = nIndex - nFieldBgn - FDE_FORMAT_EDIT_FIELD_HADERSIZE + 1; in GetRealIndex()