Searched refs:mPoint (Results 1 – 1 of 1) sorted by relevance
245 Point mPoint = new Point(); field in PathAnimations.PointFToPointConverter253 mPoint.set(Math.round(value.x), Math.round(value.y)); in convert()254 return mPoint; in convert()