Searched refs:SetInOutConnected (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/icon/shape/
H A DVectorPath.h115 bool SetInOutConnected(int32 index, bool connected);
H A DVectorPath.cpp552 VectorPath::SetInOutConnected(int32 index, bool connected) function in class:VectorPath
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp161 path->SetInOutConnected(path->CountPoints() - 1, false);
177 path->SetInOutConnected(end, false);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1303 fPath->SetInOutConnected(index, connected);
1351 fPath->SetInOutConnected(index, false);
1362 fPath->SetInOutConnected(index, false);

Completed in 57 milliseconds