Searched refs:pathMeasure (Results 1 – 3 of 3) sorted by relevance
103 PathMeasure pathMeasure = new PathMeasure(patternPath, false); in setPatternPath() local104 float length = pathMeasure.getLength(); in setPatternPath()106 pathMeasure.getPosTan(length, pos, null); in setPatternPath()109 pathMeasure.getPosTan(0, pos, null); in setPatternPath()
280 PathMeasure pathMeasure = new PathMeasure(); in computeRegions() local282 pathMeasure.setPath(mRegions[i].path, false); in computeRegions()283 mRegions[i].absoluteLength = pathMeasure.getLength(); in computeRegions()
299 PathMeasure pathMeasure = new PathMeasure(tempPath, false); in StrokeDescription() local300 pathMeasure.getPosTan(0, mTapLocation, null); in StrokeDescription()