Searched refs:SetClosed (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp120 fPath->SetClosed(fWasClosed);
151 fPath->SetClosed(fWasClosed && fPath->CountPoints() > 1);
/haiku/src/libs/icon/shape/
H A DVectorPath.h151 void SetClosed(bool closed);
H A DReferenceImage.cpp218 fPath->SetClosed(true);
H A DVectorPath.cpp223 SetClosed(object->Value(PROPERTY_CLOSED, fClosed));
772 VectorPath::SetClosed(bool closed) function in class:VectorPath
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp126 fPath->SetClosed(true);
153 fPath->SetClosed(true);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp392 path->SetClosed(true);
419 path->SetClosed(true);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp152 path->SetClosed(svgPath->closed);
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp429 path->SetClosed(true);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp486 // SetClosed(true, true);
1329 fPath->SetClosed(fPath->IsClosed() && fPath->CountPoints() > 1);

Completed in 72 milliseconds