Home
last modified time | relevance | path

Searched refs:GetIndexRight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine_unittest.cpp581 EXPECT_EQ(5U, engine()->GetIndexRight(5)); in TEST_F()
586 EXPECT_EQ(3U, engine()->GetIndexRight(2)); in TEST_F()
624 engine()->SetSelection(engine()->GetIndexRight(5U), 5); in TEST_F()
664 engine()->SetSelection(engine()->GetIndexRight(5U), 5); in TEST_F()
695 engine()->SetSelection(engine()->GetIndexRight(5U), 5); in TEST_F()
Dcfde_texteditengine.h134 size_t GetIndexRight(size_t pos) const;
Dcfde_texteditengine.cpp403 return FX_IsOdd(bidi_level) ? GetIndexRight(pos) : GetIndexLeft(pos); in GetIndexBefore()
423 size_t CFDE_TextEditEngine::GetIndexRight(size_t pos) const { in GetIndexRight() function in CFDE_TextEditEngine
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1288 SetCursorPosition(m_EdtEngine.GetIndexRight(m_CursorPosition)); in OnKeyDown()