Searched refs:_AddShape (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.h45 status_t _AddShape(NSVGshape* svgShape,
H A DDocumentBuilder.cpp104 _AddShape(shape, false, transform, icon);
106 _AddShape(shape, true, transform, icon);
192 // _AddShape
194 DocumentBuilder::_AddShape(NSVGshape* svgShape, bool outline, function in class:DocumentBuilder
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h50 status_t _AddShape(Icon *icon, BShape *shape, text_run *run);
H A DStyledTextImporter.cpp427 // _AddShape
429 StyledTextImporter::_AddShape(Icon *icon, BShape *shape, text_run *run) function in class:StyledTextImporter
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.h79 bool _AddShape(Shape* shape, int32 index);
H A DShapeListView.cpp590 if (_AddShape(shape, index))
709 _AddShape(fShapeContainer->ItemAtFast(i), i);
738 ShapeListView::_AddShape(Shape* shape, int32 index) function in class:ShapeListView

Completed in 39 milliseconds