Searched refs:xPointDownF (Results 1 – 2 of 2) sorted by relevance
532 float xPointDownF = 0; in IsDragGestureAccept() local537 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in IsDragGestureAccept()545 float firstOffsetX = xPointF - xPointDownF; in IsDragGestureAccept()
885 float xPointDownF = 0; in GetPointOffset() local890 xPointDownF = receivedRecorder_.pointerDownX.find(INDEX_0)->second; in GetPointOffset()898 firstPointOffset.push_back(xPointF - xPointDownF); // firstOffsetX in GetPointOffset()