Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp102 firstPt_.SetX(displayXY.first); in RecordLabelsInfo()
103 firstPt_.SetY(displayXY.second); in RecordLabelsInfo()
543 auto dx = currentPt_.GetX() - firstPt_.GetX(); in Snapshot()
544 auto dy = currentPt_.GetY() - firstPt_.GetY(); in Snapshot()
661 auto dx = currentPt_.GetX() - firstPt_.GetX(); in DrawLabels()
662 auto dy = currentPt_.GetY() - firstPt_.GetY(); in DrawLabels()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dtouch_drawing_manager.h113 Rosen::Drawing::Point firstPt_; variable