Searched refs:total_num_pixels_covered (Results 1 – 7 of 7) sorted by relevance
13 total_num_pixels_covered(100), in SyntheticPinchGestureParams()20 total_num_pixels_covered(other.total_num_pixels_covered), in SyntheticPinchGestureParams()
25 int total_num_pixels_covered; member
53 EXPECT_EQ(a->total_num_pixels_covered, b->total_num_pixels_covered); in Compare()210 gesture_params->total_num_pixels_covered = 123; in TEST_F()
24 DCHECK_GE(params_.total_num_pixels_covered, 0); in SyntheticPinchGesture()57 if (params_.total_num_pixels_covered == 0) { in ForwardTouchInputEvents()122 params_.total_num_pixels_covered / 2.0f + in SetupCoordinates()
248 float total_num_pixels_covered() const { return total_num_pixels_covered_; } in total_num_pixels_covered() function in content::__anon2f1fffe30111::MockSyntheticPinchTouchTarget707 params.total_num_pixels_covered = 345; in TEST_F()720 EXPECT_EQ(params.total_num_pixels_covered + 2 * target_->GetTouchSlopInDips(), in TEST_F()721 pinch_target->total_num_pixels_covered()); in TEST_F()730 params.total_num_pixels_covered = 456; in TEST_F()743 EXPECT_EQ(params.total_num_pixels_covered + 2 * target_->GetTouchSlopInDips(), in TEST_F()744 pinch_target->total_num_pixels_covered()); in TEST_F()753 params.total_num_pixels_covered = 0; in TEST_F()765 EXPECT_EQ(0, pinch_target->total_num_pixels_covered()); in TEST_F()
75 IPC_STRUCT_TRAITS_MEMBER(total_num_pixels_covered)
621 gesture_params->total_num_pixels_covered = in BeginPinch()