Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dpoint.h27 Point(double x, double y) : x_(x), y_(y) {} in Point()
36 return y_; in GetY()
46 y_ = y; in SetY()
51 return Point(x_ - offset.GetX(), y_ - offset.GetY());
56 return Point(x_ + offset.GetX(), y_ + offset.GetY());
61 return Offset(x_ - point.x_, y_ - point.y_);
66 return NearEqual(x_, point.x_) && NearEqual(y_, point.y_);
76 double y_ = 0.0; variable
Dfind_widget.h34 y_ = y; in WidgetMatcherByCoord()
42 float y_; variable
Dfind_widget.cpp38 if (x_ <= rect.right_ && x_ >= rect.left_ && y_ <= rect.bottom_ && y_ >= rect.top_) { in Matches()
/test/ostest/wukong/common/include/
Dspecial_test_object.h85 int result = sprintf_s(buffer, sizeof(buffer), "Point: (%d, %d)", x_, y_); in toString()
92 int y_ = -1; variable
/test/ostest/wukong/input_factory/src/
Dtouch_input.cpp42 int touchY = touchPtr->y_; in OrderInput()
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dplugin_render.h95 double y_; variable
Dplugin_render.cpp173 LOGE("xclog Offset : x = %{public}f, y = %{public}f ", x_, y_); in OnSurfaceCreated()
196 ret1= OH_NativeXComponent_GetXComponentOffset(component, window, &x_, &y_); in OnSurfaceChanged()
198 off_y = y_; in OnSurfaceChanged()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp119 touchParam->y_ = stoi(touchParam_[1]); in EnvInit()