Searched refs:shadowPath (Results 1 – 4 of 4) sorted by relevance
18 ShadowPath shadowPath = (ShadowPath) Shadow.extract(path); in __constructor__() local20 new CachedPathIteratorFactory(shadowPath.getJavaShape().getPathIterator(null)); in __constructor__()
54 ShadowPath shadowPath = extract(path); in __constructor__() local55 points = new ArrayList<>(shadowPath.getPoints()); in __constructor__()582 ShadowPath shadowPath = extract(dst); in transform() local583 shadowPath.mPath = newPath; in transform()
185 ShadowPath shadowPath = Shadow.extract(path); in drawPath() local186 appendDescription("Path " + shadowPath.getPoints().toString()); in drawPath()
49 ShadowPath shadowPath = shadowOf(path); in testReset() local50 List<ShadowPath.Point> points = shadowPath.getPoints(); in testReset()