Searched refs:defaultPath (Results 1 – 2 of 2) sorted by relevance
101 float[] defaultPath = {10.0f, 110.0f, in getRegion() local105 ret = new Region(Arrays.copyOf(defaultPath, defaultPath.length), img); in getRegion()
907 static File getDirectory(String variableName, String defaultPath) { in getDirectory() argument909 return path == null ? new File(defaultPath) : new File(path); in getDirectory()