Searched refs:firstPt_ (Results 1 – 2 of 2) sorted by relevance
102 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()
113 Rosen::Drawing::Point firstPt_; variable