Searched refs:yPointDownF (Results 1 – 2 of 2) sorted by relevance
534 float yPointDownF = 0; in IsDragGestureAccept() local538 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in IsDragGestureAccept()546 float firstOffsetY = yPointF - yPointDownF; in IsDragGestureAccept()
887 float yPointDownF = 0; in GetPointOffset() local891 yPointDownF = receivedRecorder_.pointerDownY.find(INDEX_0)->second; in GetPointOffset()899 firstPointOffset.push_back(yPointF - yPointDownF); // firstOffsetY in GetPointOffset()