Searched refs:y_ (Results 1 – 5 of 5) sorted by relevance
/test/ostest/wukong/common/include/ |
D | special_test_object.h | 85 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/ |
D | touch_input.cpp | 42 int touchY = touchPtr->y_; in OrderInput()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
D | plugin_render.h | 95 double y_; variable
|
D | plugin_render.cpp | 173 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/ |
D | special_test_flow.cpp | 122 touchParam->y_ = stoi(touchParam_[1]); in EnvInit()
|