Searched defs:addPath (Results 1 – 2 of 2) sorted by relevance
655 public void addPath(Path src, float dx, float dy) { in addPath() method in Path665 public void addPath(Path src) { in addPath() method in Path675 public void addPath(Path src, Matrix matrix) { in addPath() method in Path
536 private static void addPath(long destPath, long srcPath, AffineTransform transform) { in addPath() method in Path_Delegate