Searched refs:x_ (Results 1 - 5 of 5) sorted by relevance
/test/ostest/wukong/common/include/ |
H A D | special_test_object.h | 85 int result = sprintf_s(buffer, sizeof(buffer), "Point: (%d, %d)", x_, y_); in toString() 91 int x_ = -1; member in OHOS::WuKong::TouchParam
|
/test/ostest/wukong/input_factory/src/ |
H A D | touch_input.cpp | 41 int touchX = touchPtr->x_; in OrderInput()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | plugin_render.cpp | 179 LOGE("xclog Offset : x = %{public}f, y = %{public}f ", x_, y_); in OnSurfaceCreated() 202 ret1= OH_NativeXComponent_GetXComponentOffset(component, window, &x_, &y_); in OnSurfaceChanged() 203 off_x = x_; in OnSurfaceChanged()
|
H A D | plugin_render.h | 106 double x_; member in PluginRender
|
/test/ostest/wukong/test_flow/src/ |
H A D | special_test_flow.cpp | 121 touchParam->x_ = stoi(touchParam_[0]); in EnvInit()
|
Completed in 4 milliseconds