Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/include/
Difde_txtedtpage.h21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.h103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
Dfde_txtedtpage.cpp207 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, in GetCharIndex() function in CFDE_TxtEdtPage
362 int32_t nIndex = GetCharIndex(fPoint, bBefore); in SelectWord()
Dfde_txtedtengine.cpp2315 m_nCaret = pPage->GetCharIndex(ptCaret, m_bBefore); in UpdateCaretIndex()
/external/pdfium/core/src/fpdftext/
Dtext_int.h182 int GetCharIndex(int index) const;
Dfpdf_text_int.cpp2158 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind
2315 int resStart = GetCharIndex(m_resStart); in FindNext()
2316 int resEnd = GetCharIndex(m_resEnd); in FindNext()
2506 return GetCharIndex(m_resStart); in GetCurOrder()
2509 int resStart = GetCharIndex(m_resStart); in GetMatchedCount()
2510 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1052 function GetCharIndex: Integer;
1120 property CharIndex: Integer read GetCharIndex;
2454 function GetCharIndex: Integer; virtual;
2473 property CharIndex: Integer read GetCharIndex;
5346 FState.TokenStartCharIndex, GetCharIndex - 1);
5376 function TLexer.GetCharIndex: Integer; in GetCharIndex() function
5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp1874 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in DoButtonDown()
1980 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in OnMouseMove()