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

/haiku-fatelf/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp707 BMallocIO mallos2bitdepth; local
708 mallos2bitdepth.Seek(0, SEEK_SET);
709 CPPUNIT_ASSERT(mallos2bitdepth.Write(&fheader.magic, 2) == 2);
710 CPPUNIT_ASSERT(mallos2bitdepth.Write(&fheader.fileSize, 4) == 4);
711 CPPUNIT_ASSERT(mallos2bitdepth.Write(&fheader.reserved, 4) == 4);
712 CPPUNIT_ASSERT(mallos2bitdepth.Write(&fheader.dataOffset, 4) == 4);
713 CPPUNIT_ASSERT(mallos2bitdepth.Write(&os2header, 12) == 12);
714 CPPUNIT_ASSERT(proster->Identify(&mallos2bitdepth, NULL, &ti) == B_NO_TRANSLATOR);

Completed in 32 milliseconds