Searched refs:pathMeasure (Results 1 – 1 of 1) sorted by relevance
27 PathMeasure pathMeasure = new PathMeasure(path, false); in assertPathMatches() local34 assertEquals("Lengths differ", expectedLength, pathMeasure.getLength(), 0.01f); in assertPathMatches()36 float minLength = Math.min(expectedLength, pathMeasure.getLength()); in assertPathMatches()46 pathMeasure.getPosTan(along, pos, null); in assertPathMatches()53 pathNextContour = pathMeasure.nextContour(); in assertPathMatches()