Searched refs:RegularFormAtX (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_formfill_embeddertest.cpp | 215 static const CFX_PointF point = RegularFormAtX(kFormBeginX); in RegularFormBegin() 220 static const CFX_PointF point = RegularFormAtX(kFormEndX); in RegularFormEnd() 230 static CFX_PointF RegularFormAtX(float x) { in RegularFormAtX() function in FPDFFormFillTextFormEmbedderTest 1087 SelectTextWithKeyboard(3, FWL_VKEY_Left, RegularFormAtX(123.0)); in TEST_F() 1099 SelectTextWithMouse(RegularFormAtX(125.0), RegularFormBegin()); in TEST_F() 1116 SelectTextWithKeyboard(6, FWL_VKEY_Left, RegularFormAtX(170.0)); in TEST_F() 1120 SelectTextWithKeyboard(6, FWL_VKEY_Right, RegularFormAtX(125.0)); in TEST_F() 1133 SelectTextWithMouse(RegularFormBegin(), RegularFormAtX(106.0)); in TEST_F() 1141 SelectTextWithMouse(RegularFormAtX(170.0), RegularFormAtX(125.0)); in TEST_F() 1145 SelectTextWithMouse(RegularFormAtX(125.0), RegularFormAtX(170.0)); in TEST_F() [all …]
|