Searched refs:GetCharIndex (Results 1 – 8 of 8) sorted by relevance
21 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore) = 0;
103 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, FX_BOOL& bBefore);
207 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, in GetCharIndex() function in CFDE_TxtEdtPage362 int32_t nIndex = GetCharIndex(fPoint, bBefore); in SelectWord()
2315 m_nCaret = pPage->GetCharIndex(ptCaret, m_bBefore); in UpdateCaretIndex()
182 int GetCharIndex(int index) const;
2158 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind2315 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()
1052 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() function5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)
1874 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in DoButtonDown()1980 int32_t nIndex = pPage->GetCharIndex(pt, bBefore); in OnMouseMove()