Searched refs:pointWindowOffset (Results 1 – 1 of 1) sorted by relevance
1220 const auto& pointWindowOffset = pointTouchInfo.GetGlobalLocation(); in SetTouchPoint() local1225 ohTouchPoint.screenX = static_cast<float>(pointWindowOffset.GetX()); in SetTouchPoint()1226 ohTouchPoint.screenY = static_cast<float>(pointWindowOffset.GetY()); in SetTouchPoint()1239 xcomponentTouchPoint.windowX = static_cast<float>(pointWindowOffset.GetX()); in SetTouchPoint()1240 xcomponentTouchPoint.windowY = static_cast<float>(pointWindowOffset.GetY()); in SetTouchPoint()