Searched refs:tempPath (Results 1 – 2 of 2) sorted by relevance
296 Path tempPath = new Path(path); in StrokeDescription() local297 tempPath.lineTo(-1, -1); in StrokeDescription()299 PathMeasure pathMeasure = new PathMeasure(tempPath, false); in StrokeDescription()
1369 Path tempPath = new Path(); in onDraw()1370 tempPath.moveTo(lastX, lastY); in onDraw()1371 tempPath.lineTo(centerX, centerY); in onDraw()1372 mPatternPath.addPath(tempPath); in onDraw()