Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dspecial_test_object.h85 int result = sprintf_s(buffer, sizeof(buffer), "Point: (%d, %d)", x_, y_); in toString()
91 int x_ = -1; variable
/test/ostest/wukong/input_factory/src/
Dtouch_input.cpp41 int touchX = touchPtr->x_; in OrderInput()
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
Dplugin_render.h94 double x_; 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()
197 off_x = x_; in OnSurfaceChanged()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp121 touchParam->x_ = stoi(touchParam_[0]); in EnvInit()