Home
last modified time | relevance | path

Searched refs:roomPaths (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmainwindow.cpp96 bool readRoomList(std::vector<TFilePath> &roomPaths, in readRoomList() argument
131 roomPaths.push_back(roomPath); in readRoomList()
139 void writeRoomList(std::vector<TFilePath> &roomPaths) { in writeRoomList() argument
144 for (int i = 0; i < (int)roomPaths.size(); i++) { in writeRoomList()
145 TFilePath roomPath = roomPaths[i]; in writeRoomList()
154 std::vector<TFilePath> roomPaths; in writeRoomList() local
156 roomPaths.push_back(rooms[i]->getPath()); in writeRoomList()
157 writeRoomList(roomPaths); in writeRoomList()
675 std::vector<TFilePath> roomPaths; in readSettings() local
690 for (i = 0; i < (int)roomPaths.size(); i++) { in readSettings()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPlanController.java2903 List<GeneralPath> roomPaths = getRoomPathsFromWalls();
2905 i < roomPaths.size()
2908 float [][] roomPoints = getPathPoints(roomPaths.get(i), true);
7744 List<GeneralPath> roomPaths = getAreaPaths(wallsArea);
7746 for (GeneralPath roomPath : roomPaths) {
7750 this.roomPathsCache = roomPaths;
7760 List<GeneralPath> roomPaths = new ArrayList<GeneralPath>();
7781 roomPaths.add(roomPath);
7785 return roomPaths;
10472 List<GeneralPath> roomPaths = getRoomPathsFromWalls();
[all …]