Home
last modified time | relevance | path

Searched refs:distanceX0 (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp133 const int32_t distanceX0 = abs(rect_.GetCenterX() - rect_.left_) * abs(scale_ - 1); in Decompose() local
138 auto toPoint0 = Point((fromPoint0.px_ - distanceX0), rect_.GetCenterY()); in Decompose()
140 auto toPoint1 = Point((fromPoint1.px_ + distanceX0), rect_.GetCenterY()); in Decompose()
145 auto toPoint0 = Point((fromPoint0.px_ + distanceX0), rect_.GetCenterY()); in Decompose()
147 auto toPoint1 = Point((fromPoint1.px_- distanceX0), rect_.GetCenterY()); in Decompose()

Completed in 2 milliseconds