Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h38 status_t _Export(const VectorPath* path,
40 status_t _Export(const Style* style,
42 status_t _Export(const Shape* shape,
H A DMessageExporter.cpp54 ret = _Export(path, &pathArchive); in Export()
73 ret = _Export(style, &styleArchive); in Export()
93 ret = _Export(shape, paths, styles, &shapeArchive); in Export()
136 MessageExporter::_Export(const VectorPath* path, BMessage* into) const in _Export() function in MessageExporter
143 MessageExporter::_Export(const Style* style, BMessage* into) const in _Export() function in MessageExporter
150 MessageExporter::_Export(const Shape* shape, in _Export() function in MessageExporter
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.cpp36 return _Export((const uint8*)buffer.Buffer(), buffer.BufferLength(), in Export()
44 SourceExporter::_Export(const uint8* source, size_t sourceSize, in _Export() function in SourceExporter
H A DRDefExporter.cpp36 return _Export((const uint8*)buffer.Buffer(), buffer.BufferLength(), stream); in Export()
43 RDefExporter::_Export(const uint8* source, size_t sourceSize, BPositionIO* stream) const in _Export() function in RDefExporter
H A DRDefExporter.h27 status_t _Export(const uint8* source,
H A DSourceExporter.h27 status_t _Export(const uint8* source,
H A DFlatIconExporter.h77 status_t _Export(LittleEndianBuffer& buffer,
H A DFlatIconExporter.cpp84 status_t ret = _Export(buffer, icon); in Export()
138 status_t ret = _Export(buffer, icon); in Export()
171 FlatIconExporter::_Export(LittleEndianBuffer& buffer, const Icon* icon) in _Export() function in FlatIconExporter
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp109 status_t ret = _Export(fClonedIcon, &fRef); in _ExportThread()
147 Exporter::_Export(const Icon* icon, const entry_ref* docRef) in _Export() function in Exporter
H A DExporter.h58 status_t _Export(const Icon* icon,