Searched refs:shapeArchive (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/icon/message/
H A DMessageImporter.cpp185 BMessage shapeArchive;
187 allShapes.FindMessage("shape", i, &shapeArchive) == B_OK; i++) {
189 status_t typeFound = shapeArchive.FindInt32("type", &type);
196 if (shapeArchive.FindInt32("style ref", &styleIndex) < B_OK) {
225 shapeArchive.FindInt32("path ref", j, &pathIndex) == B_OK;
243 shape->Unarchive(&shapeArchive);
247 ReferenceImage* shape = new (nothrow) ReferenceImage(&shapeArchive);
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp279 BMessage shapeArchive; local
280 shape->Archive(&shapeArchive, true);
281 archive.AddMessage("shape", &shapeArchive);
292 BMessage shapeArchive; local
293 referenceImage->Archive(&shapeArchive, true);
294 archive.AddMessage("shape", &shapeArchive);
322 BMessage shapeArchive; local
323 if (archive->FindMessage("shape archive", index, &shapeArchive) != B_OK)
326 if (shapeArchive.what == PathSourceShape::archive_code) {
329 if (shapeArchive
[all...]
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp92 BMessage shapeArchive; local
93 ret = _Export(shape, paths, styles, &shapeArchive);
96 ret = allShapes.AddMessage("shape", &shapeArchive);

Completed in 44 milliseconds