Searched refs:identify (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/translators/ico/
H A DICO.h87 extern status_t identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel);
H A DICOTranslator.cpp113 if (ICO::identify(ioExtension, *stream, type, bitsPerPixel) != B_OK)
H A DICO.cpp499 ICO::identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel) function in class:ICO
/haiku/src/add-ons/translators/pcx/
H A DPCX.h53 extern status_t identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel);
H A DPCXTranslator.cpp104 if (PCX::identify(ioExtension, *stream, type, bitsPerPixel) != B_OK)
H A DPCX.cpp230 PCX::identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel) function in class:PCX
247 TRACE("PCX::identify OK\n");
/haiku/src/apps/bootmanager/
H A Dbootman.S355 ; Magic marker "AA55" (to identify a valid boot record)

Completed in 59 milliseconds