Searched refs:Import (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.h20 status_t Import(Icon* icon,
H A DSVGImporter.cpp39 // Import
41 SVGImporter::Import(Icon* icon, const entry_ref* ref) function in class:SVGImporter
45 printf("SVGImporter::Import() - "
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h39 status_t Import(Icon* icon,
41 status_t Import(Icon* icon,
H A DStyledTextImporter.cpp200 // Import
202 StyledTextImporter::Import(Icon* icon, BMessage* clipping) function in class:StyledTextImporter
223 // Import
225 StyledTextImporter::Import(Icon* icon, const entry_ref* ref) function in class:StyledTextImporter
267 printf("StyledTextImporter::Import() - Init() error: %s\n",
277 B_TRANSLATE("Import text"), B_TRANSLATE("Cancel"), NULL,
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.h46 status_t Import(Icon* icon,
49 status_t Import(Icon* icon,
H A DFlatIconImporter.cpp52 // Import
54 FlatIconImporter::Import(Icon* icon, BPositionIO* stream) function in class:FlatIconImporter
86 // Import
88 FlatIconImporter::Import(Icon* icon, uint8* _buffer, size_t size) function in class:FlatIconImporter
/haiku/src/tests/kits/midi/
H A Dtest1.cpp20 store->Import(&e_ref);
/haiku/src/libs/icon/message/
H A DMessageImporter.h45 status_t Import(Icon* icon,
H A DMessageImporter.cpp53 MessageImporter::Import(Icon* icon, BPositionIO* stream) function in class:MessageImporter
58 printf("MessageImporter::Import() - "
82 printf("MessageImporter::Import() - "
97 printf("MessageImporter::Import() - "
106 printf("MessageImporter::Import() - "
114 printf("MessageImporter::Import() - "
/haiku/src/kits/midi/
H A DMidiSynthFile.cpp44 status_t err = fStore->Import(midi_entry_ref);
H A DMidiStore.cpp240 BMidiStore::Import(const entry_ref* ref) function in class:BMidiStore
/haiku/headers/os/midi/
H A DMidiStore.h53 status_t Import(const entry_ref* ref);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp706 status_t ret = flatImporter.Import(icon, &file);
712 ret = msgImporter.Import(icon, &file);
718 ret = svgImporter.Import(icon, &ref);
746 ret = flatImporter.Import(icon, buffer, attrInfo.size);
835 status_t ret = flatImporter.Import(icon, const_cast<uint8*>(data),
906 status_t err = importer.Import(icon, message);
/haiku/src/libs/icon/
H A DIconUtils.cpp467 result = importer.Import(&vector, const_cast<uint8*>(buffer), size);
472 result = messageImporter.Import(&vector, &memoryIO);

Completed in 67 milliseconds