Searched refs:_Export (Results 1 – 10 of 10) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/message/ |
H A D | MessageExporter.h | 38 status_t _Export(const VectorPath* path, 40 status_t _Export(const Style* style, 42 status_t _Export(const Shape* shape,
|
H A D | MessageExporter.cpp | 54 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 D | SourceExporter.cpp | 36 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 D | RDefExporter.cpp | 36 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 D | RDefExporter.h | 27 status_t _Export(const uint8* source,
|
H A D | SourceExporter.h | 27 status_t _Export(const uint8* source,
|
H A D | FlatIconExporter.h | 77 status_t _Export(LittleEndianBuffer& buffer,
|
H A D | FlatIconExporter.cpp | 84 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 D | Exporter.cpp | 109 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 D | Exporter.h | 58 status_t _Export(const Icon* icon,
|