Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp360 BMessage shapeMessage; in InstantiateSelection() local
361 if (shapeArchive.FindMessage("shape", &shapeMessage) != B_OK) in InstantiateSelection()
363 if (shape->Unarchive(&shapeMessage) != B_OK in InstantiateSelection()
405 BMessage shapeMessage; in InstantiateSelection() local
406 if (shapeArchive.FindMessage("shape", &shapeMessage) != B_OK) in InstantiateSelection()
409 ReferenceImage* shape = new (std::nothrow) ReferenceImage(&shapeMessage); in InstantiateSelection()