Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp173 static const CFX_PointF point = RegularFormAtX(kFormBeginX); in RegularFormBegin()
178 static const CFX_PointF point = RegularFormAtX(kFormEndX); in RegularFormEnd()
188 static CFX_PointF RegularFormAtX(float x) { in RegularFormAtX() function in FPDFFormFillTextFormEmbeddertest
594 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F()
604 SelectTextWithMouse(RegularFormAtX(125.0), RegularFormBegin()); in TEST_F()
620 SelectTextWithKeyboard(6, FWL_VKEY_Left, RegularFormAtX(170.0)); in TEST_F()
624 SelectTextWithKeyboard(6, FWL_VKEY_Right, RegularFormAtX(125.0)); in TEST_F()
636 SelectTextWithMouse(RegularFormBegin(), RegularFormAtX(106.0)); in TEST_F()
644 SelectTextWithMouse(RegularFormAtX(170.0), RegularFormAtX(125.0)); in TEST_F()
648 SelectTextWithMouse(RegularFormAtX(125.0), RegularFormAtX(170.0)); in TEST_F()
[all …]