Searched refs:GetCharIndex (Results 1 – 8 of 8) sorted by relevance
80 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind219 int resStart = GetCharIndex(m_resStart); in FindNext()220 int resEnd = GetCharIndex(m_resEnd); in FindNext()400 return GetCharIndex(m_resStart); in GetCurOrder()404 int resStart = GetCharIndex(m_resStart); in GetMatchedCount()405 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
39 int GetCharIndex(int index) const;
26 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) = 0;
31 int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) override;
76 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) { in GetCharIndex() function in CFDE_TxtEdtPage216 int32_t nIndex = GetCharIndex(fPoint, bBefore); in SelectWord()
1450 m_nCaret = pPage->GetCharIndex(ptCaret, m_bBefore); in UpdateCaretIndex()
1052 function GetCharIndex: Integer; in GetCharIndex() function1120 property CharIndex: Integer read GetCharIndex;2454 function GetCharIndex: Integer; virtual; in GetCharIndex() function2473 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)
1267 int32_t nIndex = pPage->GetCharIndex(DeviceToEngine(pMsg->m_pos), bBefore); in DoButtonDown()1361 int32_t nIndex = pPage->GetCharIndex(DeviceToEngine(pMsg->m_pos), bBefore); in OnMouseMove()