Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6801 auto historyLoacationIterator = std::begin(eventInfo.GetHistory()); in SetOnTouch() local
6805 historyLoacationIterator++; in SetOnTouch()
6815 … NearEqual(density, 0.0) ? 0.0f : (*historyLoacationIterator).GetLocalLocation().GetX() / density; in SetOnTouch()
6817 … NearEqual(density, 0.0) ? 0.0f : (*historyLoacationIterator).GetLocalLocation().GetY() / density; in SetOnTouch()
6819 … NearEqual(density, 0.0) ? 0.0f : (*historyLoacationIterator).GetGlobalLocation().GetX() / density; in SetOnTouch()
6821 … NearEqual(density, 0.0) ? 0.0f : (*historyLoacationIterator).GetGlobalLocation().GetY() / density; in SetOnTouch()
6826 tempTouchEvent.pointers, allHistoryPoints[i], *historyLoacationIterator, usePx); in SetOnTouch()
6832 historyLoacationIterator++; in SetOnTouch()