Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h44 status_t _ExportShape(const Shape* shape,
H A DSVGExporter.cpp109 ret = _ExportShape(shape, stream); in Export()
203 SVGExporter::_ExportShape(const Shape* shape, BPositionIO* stream) in _ExportShape() function in SVGExporter