Searched refs:Clone (Results 1 - 25 of 106) sorted by last modified time

12345

/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp162 fVolumeState = volumeState->Clone();
/haiku/src/servers/app/
H A DBitmapManager.cpp209 int8* buffer = (int8*)memory->Clone(clientArea, areaOffset);
/haiku/src/kits/tracker/
H A DQueryPoseView.h165 QueryEntryListCollection* Clone();
193 // only to be used by the Clone routine
H A DQueryPoseView.cpp327 return fQueryListContainer->Clone();
574 QueryEntryListCollection::Clone()
590 // only to be used by the Clone routine
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp495 shapes[i] = item ? item->shape->Clone() : NULL;
H A DIconObjectListView.cpp105 oldObject->AddProperty(previous->Clone());
109 newObject->AddProperty(current->Clone());
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp75 // Clone
77 StrokeTransformer::Clone() const function in class:StrokeTransformer
H A DPerspectiveTransformer.cpp120 PerspectiveTransformer::Clone() const function in class:PerspectiveTransformer
H A DContourTransformer.cpp72 // Clone
74 ContourTransformer::Clone() const function in class:ContourTransformer
H A DAffineTransformer.cpp60 // Clone
62 AffineTransformer::Clone() const function in class:AffineTransformer
H A DTransformer.h48 virtual Transformer* Clone() const = 0;
H A DStrokeTransformer.h41 virtual Transformer* Clone() const;
H A DPerspectiveTransformer.h71 virtual Transformer* Clone() const;
H A DContourTransformer.h41 virtual Transformer* Clone() const;
H A DAffineTransformer.h44 virtual Transformer* Clone() const;
/haiku/src/libs/icon/shape/
H A DShape.h102 virtual Shape* Clone() const = 0;
H A DPathSourceShape.h53 virtual PathSourceShape* Clone() const function in class:PathSourceShape
H A DShape.cpp134 Transformer* cloned = original->Clone();
H A DReferenceImage.h53 virtual Shape* Clone() const function in class:ReferenceImage
/haiku/src/libs/icon/
H A DIconRenderer.cpp277 = dynamic_cast<StyleTransformer*>(transformer->Clone());
H A DIcon.h72 Icon* Clone() const;
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp60 fClonedIcon = fDocument->Icon()->Clone();
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp175 CommandLineUserInterface::Clone() const function in class:CommandLineUserInterface
H A DCommandLineUserInterface.h34 virtual UserInterface* Clone() const;
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp589 fSavedProperties->AddProperty(p->Clone());

Completed in 95 milliseconds

12345